Custom Query (2447 matches)
Results (436 - 438 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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. |
|||
#1043 | Torrent name is not visible in the column "Name" | |||
Description |
I use Ubuntu 9.04 and PPA ( https://launchpad.net/~deluge-team/+archive/ppa) After update Deluge from 1.1.6 to 1.2.0_rc1, torrent name is not visible in the column "Name" of GTK user interface (UI). But it's all right in other place. Column may have other name because my native languages is russian and I have russian interface and I haven't english interface. I set major priority but I think that many people considered it critical. When I start UI, console create message: $ deluge /usr/lib/pymodules/python2.6/deluge/core/core.py:502: DeprecationWarning: Use get_session_status(). warnings.warn("Use get_session_status().", DeprecationWarning) /usr/lib/pymodules/python2.6/deluge/core/core.py:508: DeprecationWarning: Use get_session_status(). warnings.warn("Use get_session_status().", DeprecationWarning) /usr/lib/pymodules/python2.6/deluge/core/core.py:496: DeprecationWarning: Use get_session_status(). warnings.warn("Use get_session_status().", DeprecationWarning) /usr/lib/pymodules/python2.6/deluge/core/core.py:611: DeprecationWarning: Use get_session_status(). warnings.warn("Use get_session_status().", DeprecationWarning) |
|||
#801 | WontFix | Idea for renaming and organization of torrents with hard links | ||
Description |
How about having a dedicated directory that holds hard links to all the torrents? this way users can feel free to orrganize their files however they wish. (on the same filesystem) currently there is a broken way of telling deluge to move storage, and this could stay for cross filesystem moves, but it still doesnt allow people to rename their torrents easily (creating hard links is not integrated into filemanagers) this doesnt create any new problems and you already have to delete the torrent from deluge when you delete it or deluge will immediately start downloading it again, "remove with data" from deluge will after this only erase the hard link references (which will also be deleted with torrent file deletion, but perhaps not with incomplete downloads) and default download to locations, so that if someone renamed them (or moved) they those they renamed will stay put. it wouldnt be to hard to make this smart. |