Opened 17 years ago
Closed 17 years ago
#943 closed bug (Fixed)
r5292: exceptions.AttributeError: 'NoneType' object has no attribute 'port'
| Reported by: | tim.kornhammar@gmail.com | Owned by: | andar |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Unknown | Version: | 1.2.0_dev |
| Keywords: | Cc: |
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'
Note:
See TracTickets
for help on using tickets.



Fixed [5296]