[Auto Add] Not moving on completion

General support for problems installing or using Deluge
Post Reply
Faz
Member
Member
Posts: 10
Joined: Sun Jan 17, 2010 6:20 pm

[Auto Add] Not moving on completion

Post by Faz »

I started noticing that Auto Add isn't moving files when they complete. This just recently started happening. Browsing through the log files gets me this exception. Anyone have any ideas on what could be the problem? Thanks for the help :)

Code: Select all

02:57:32.060 [twisted                       :508 ][ERROR   ] Unhandled Error
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.3.900_dev-py2.6-linux-x86_64.egg/deluge/main.py", line 247, in start_daemon
    Daemon(options, args)
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.3.900_dev-py2.6-linux-x86_64.egg/deluge/core/daemon.py", line 173, in __init__
    reactor.run()
  File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 1165, in run
    self.mainLoop()
  File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 1174, in mainLoop
    self.runUntilCurrent()
--- <exception caught here> ---
  File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 796, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.3.900_dev-py2.6-linux-x86_64.egg/deluge/core/torrentmanager.py", line 855, in on_alert_torrent_finished
    torrent.move_storage(move_path)
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.3.900_dev-py2.6-linux-x86_64.egg/deluge/core/torrent.py", line 812, in move_storage
    dest_u=unicode(dest,"utf-8")
exceptions.TypeError: decoding Unicode is not supported
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: [Auto Add] Not moving on completion

Post by Cas »

Faz
Member
Member
Posts: 10
Joined: Sun Jan 17, 2010 6:20 pm

Re: [Auto Add] Not moving on completion

Post by Faz »

oh awesome thanks! Dunno why I didn't see that :)
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: [Auto Add] Not moving on completion

Post by Cas »

Fixed in the git branch now :)
Post Reply