Custom Query (2447 matches)
Results (160 - 162 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3109 | Duplicate | Cannot open preferences in GTK UI - KeyError: 'PreferencesManager' | ||
Description |
I can open Preferences window in Web UI and if disconnected from daemon but in GTK UI it won't show. The error shown is: Unhandled error in Deferred: Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/twisted/protocols/policies.py", line 120, in dataReceived self.wrappedProtocol.dataReceived(data) File "/usr/lib64/python2.7/site-packages/deluge/ui/client.py", line 179, in dataReceived d.callback(request[2]) File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 393, in callback self._startRunCallbacks(result) File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 501, in _startRunCallbacks self._runCallbacks() --- <exception caught here> --- File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 588, in _runCallbacks current.result = callback(current.result, *args, **kw) File "/usr/lib64/python2.7/site-packages/deluge/ui/gtkui/preferences.py", line 221, in _on_get_cache_status self._show() File "/usr/lib64/python2.7/site-packages/deluge/ui/gtkui/preferences.py", line 323, in _show lt_single_proxy = component.get("PreferencesManager").LT_SINGLE_PROXY File "/usr/lib64/python2.7/site-packages/deluge/component.py", line 427, in get return _ComponentRegistry.components[name] exceptions.KeyError: 'PreferencesManager' system: Gentoo deluge: 1.3.15 twisted: 17.5.0 pygobject: 2.28.6 pygtk: 2.24 |
|||
#3107 | WorksForMe | Some torrents can't be renamed | ||
Description |
There's a few torrents in my server (just 2 out of hundreds) that refuse to be renamed. When I type in a new name and hit enter, it simply never updates, and remains with the old name. Here are magnet links for the torrents I'm having issue with: magnet:?xt=urn:btih:BEHPPY5A63NLCD4QJFM7OOOS3TUZBG6E&dn=%5BGS%5D+Netoge+no+Yome+wa+Onnanoko+ja+Nai+to+Omotta%EF%BC%9F%28BD+1080p+10bit+AAC%29&tr=http%3A%2F%2Fnyaa.tracker.wf%3A7777%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.doko.moe%3A6969 magnet:?xt=urn:btih:3KC3K3E4KVS3RBWQXXZQ2QWBKHNNVXDZ&dn=Sankarea%28Bluray%29%281080p%2C+x264%29%28Dual+Audio%2C+AAC+2ch%29%5BKureij%C4%AB%5D&tr=http%3A%2F%2Fnyaa.tracker.wf%3A7777%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.doko.moe%3A6969 I'm running deluged 1.3.12 with libtorrent 1.0.9.0 on Fedora 22, and connecting with the GTK client version 1.3.14 on Mac OS X 10.10.5. |
|||
#3105 | Fixed | Deluge Web-UI not accepting BASE input | ||
Description |
Environment Windows 10E x64 1703 Windows 10P x64 CU Windows 10P x32 CU Python 2.7.13 Deluge Versions: 2.13.15 3.13.14 References: http://forum.deluge-torrent.org/viewtopic.php?f=12&t=54520&start=10 http://dev.deluge-torrent.org/ticket/2677 Issue: Deluge Web-UI will not serve the webui GUI if BASE is defined via web.conf AND/OR via the console "deluge-web-debug.exe -base /deluge/" Background: I've been dealing with this for a couple years. I've NEVER got it to work correctly. At first I thought it was my webserver, but I quickly found out that I couldn't even access the WebUI if I circumvented the webserver via locahost:8112/DELUGE . Things I've tried:
no combination works. no errors in the console output, however, the webui is actually listening on port 8112. Suggestion: I'm assuming there is a problem with how python interprets the BASE input. There is probably a missing and/or outdated package that is needed. However, I have tested BASE path with several other python-based applications, such as Headphones, or PlexPy, and they work. |