1 | 23:39:59.082 [deluge.core.core :388 ][DEBUG ] Moving storage ('df0762cc7a03d33e18e08ae7b33c88bd72d689de',) to /tmp/teståÀö
|
---|
2 | 23:39:59.085 [deluge.core.rpcserver :1164][ERROR ] Exception calling RPC request: 'ascii' codec can't encode characters in position 9-11: ordinal not in range(128)
|
---|
3 | Traceback (most recent call last):
|
---|
4 | File "/usr/lib/python2.7/site-packages/deluge/core/rpcserver.py", line 313, in dispatch
|
---|
5 | ret = self.factory.methods[method](*args, **kwargs)
|
---|
6 | File "/usr/lib/python2.7/site-packages/deluge/core/core.py", line 390, in move_storage
|
---|
7 | if not self.torrentmanager[torrent_id].move_storage(dest):
|
---|
8 | File "/usr/lib/python2.7/site-packages/deluge/core/torrent.py", line 820, in move_storage
|
---|
9 | if not os.path.exists(dest_u):
|
---|
10 | File "/usr/lib/python2.7/genericpath.py", line 18, in exists
|
---|
11 | os.stat(path)
|
---|
12 | UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-11: ordinal not in range(128)
|
---|