Ticket #1364 (closed bug: fixed)
Error when saving preferences
| Reported by: | iDope | Owned by: | andar |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3.1 |
| Component: | other | Version: | 1.3.0 |
| Keywords: | Cc: |
Description
I have been able to produce this error on version 1.3.0 and also on the current git snapshot as of the reporting of this ticket. It is not present in version 1.2.3
When the preferences are closed using the OK button in the GTK ui the following error pops up multiple times:
ERROR ] 14:48:42 client:454 'NoneType' object has no attribute 'rpcserver'
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/deluge/ui/client.py", line 452, in call
m = self.__daemon.rpcserver.get_object_method(method)
AttributeError: 'NoneType' object has no attribute 'rpcserver'
Unhandled error in Deferred:
Traceback (most recent call last):
Failure: exceptions.AttributeError: 'NoneType' object has no attribute 'rpcserver'
The behavior after this is either the preferences window does not close at all or if it does close, it can not be opened again without restarting deluge.
This was tested on Arch Linux.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
