Custom Query (2447 matches)
Results (517 - 519 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1029 | Fixed | UnicodeEncodeError: 'ascii' codec ... in console ui | ||
Description |
deluge/ui/console/screen.py, line 237, in add_string self.addstr(row, col, s, color) info command return this, if torent name has some non ascii characters. |
|||
#1032 | Fixed | Error-out if downloaded torrent data is suddenly missing | ||
Description |
When a seeding torrent data is moved on the file-system from outside deluge, deluge starts thinking it's a new torrent and starts downloading it again(at least within server restarts). The correct behaviour would be to error the torrent giving it a meaningful status message like "Downloaded torrent data not found" or something like this, and if the user actually wants to re-download the torrent, have him resume it. |
|||
#1034 | Fixed | UI can not connect demon | ||
Description |
I use Ubuntu 9.04 and PPA (https://launchpad.net/~deluge-team/+archive/ppa) After update Deluge from 1.1.9 to 1.2.0_rc1, user interface (UI) can not connect demon (conky say that deluged work and download). If I press button "Start denom", deluge create error on terminal: $ deluge [ERROR ] 16:13:16 client:375 RPCError Message Received! -------------------------------------------------------------------------------- RPCRequest: daemon.login(localclient, <my_password> ) -------------------------------------------------------------------------------- File "/usr/lib/pymodules/python2.6/deluge/core/rpcserver.py", line 245, in dispatch ret = component.get("AuthManager").authorize(*args, **kwargs) File "/usr/lib/pymodules/python2.6/deluge/core/authmanager.py", line 93, in authorize raise BadLoginError("Password does not match") BadLoginError: Password does not match -------------------------------------------------------------------------------- [ERROR ] 16:13:21 client:375 RPCError Message Received! -------------------------------------------------------------------------------- RPCRequest: daemon.login(localclient, <my_password> ) -------------------------------------------------------------------------------- File "/usr/lib/pymodules/python2.6/deluge/core/rpcserver.py", line 245, in dispatch ret = component.get("AuthManager").authorize(*args, **kwargs) File "/usr/lib/pymodules/python2.6/deluge/core/authmanager.py", line 93, in authorize raise BadLoginError("Password does not match") BadLoginError: Password does not match -------------------------------------------------------------------------------- Consol UI say it too. I don't use WebUI. |