Custom Query (2447 matches)
Results (475 - 477 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#943 | Fixed | r5292: exceptions.AttributeError: 'NoneType' object has no attribute 'port' | ||
Description |
Cannot start deluge, error is below. $ deluge Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 374, in fireEvent DeferredList(beforeResults).addCallback(self._continueFiring) File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 195, in addCallback callbackKeywords=kw) File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 186, in addCallbacks self._runCallbacks() File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 328, in _runCallbacks self.result = callback(self.result, *args, **kw) --- <exception caught here> --- File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 387, in _continueFiring callable(*args, **kwargs) File "/var/lib/python-support/python2.6/deluge/ui/gtkui/gtkui.py", line 238, in _on_reactor_start client.start_classic_mode() File "/var/lib/python-support/python2.6/deluge/ui/client.py", line 529, in start_classic_mode self._daemon_proxy = DaemonClassicProxy(self.__event_handlers) File "/var/lib/python-support/python2.6/deluge/ui/client.py", line 406, in __init__ self.__daemon = deluge.core.daemon.Daemon(classic=True) File "/var/lib/python-support/python2.6/deluge/core/daemon.py", line 153, in __init__ "%s;%s\n" % (os.getpid(), options.port if options.port else 58846)) exceptions.AttributeError: 'NoneType' object has no attribute 'port' |
|||
#945 | Fixed | Bandwidth limit not applied to DHT/Peer Exchange | ||
Description |
Overall bandwidth limit is not applied to DHT/Peer Exchange (udp packets). With no active torrents, bandwidth for DHT/Peer Exchange is over 100kpbs -- far in excess of the chosen overall limit of 20kpbs set in options. Connection becomes unusable unless DHT and Peer Exchange are disabled. These posts seem to indicate the same issue with no resolution other than to disable the DHT and Peer Exchange features or UDP port forwarding: http://forum.deluge-torrent.org/viewtopic.php?f=7&t=4355 https://forum.deluge-torrent.org/viewtopic.php?f=7&t=14325 |
|||
#946 | Fixed | While in use, Deluge is slow to respond | ||
Description |
I've been using Deluge for a couple of days now and whenever I have a torrent in use the client essentially lags up for as long as a torrent file is running. Upon pausing/ending all torrents the client regains its intended responsiveness after about ten seconds, otherwise it is essentially unusable. |