Ticket #1835: abrt.log

File abrt.log, 2.3 KB (added by shnurapet, 13 years ago)
Line 
1architecture: i686
2cmdline: /usr/bin/python /usr/bin/deluge-gtk
3component: deluge
4executable: /usr/bin/deluge-gtk
5kernel: 2.6.35.12-88.fc14.i686
6reason: client.py:507:__call__:AttributeError: 'NoneType' object has no attribute 'call'
7release: Fedora release 14 (Laughlin)
8time: 1303064534
9uid: 500
10
11backtrace
12-----
13client.py:507:__call__:AttributeError: 'NoneType' object has no attribute 'call'
14
15Traceback (most recent call last):
16  File "/usr/lib/python2.7/site-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/menubar.py", line 258, in on_menuitem_quitdaemon_activate
17    self.window.quit(shutdown=True)
18  File "/usr/lib/python2.7/site-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/mainwindow.py", line 164, in quit
19    client.daemon.shutdown()
20  File "/usr/lib/python2.7/site-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/client.py", line 507, in __call__
21    return self.daemon.call(self.base, *args, **kwargs)
22AttributeError: 'NoneType' object has no attribute 'call'
23
24Local variables in innermost frame:
25self: <deluge.ui.client.RemoteMethod object at 0x8d0deac>
26args: ()
27kwargs: {}
28
29reproduce
30-----
31Don't know how.
32
33
34
35architecture: i686
36cmdline: /usr/bin/python /usr/bin/deluge-gtk
37component: deluge
38executable: /usr/bin/deluge-gtk
39kernel: 2.6.35.12-88.fc14.i686
40reason: client.py:581:__call__:AttributeError: 'NoneType' object has no attribute 'call'
41release: Fedora release 14 (Laughlin)
42time: 1304153142
43uid: 500
44
45backtrace
46-----
47client.py:581:__call__:AttributeError: 'NoneType' object has no attribute 'call'
48
49Traceback (most recent call last):
50  File "/usr/lib/python2.7/site-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/preferences.py", line 885, in on_selection_changed
51    self._get_accounts_tab_data()
52  File "/usr/lib/python2.7/site-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/preferences.py", line 1031, in _get_accounts_tab_data
53    client.core.get_known_accounts().addCallback(on_ok).addErrback(on_fail)
54  File "/usr/lib/python2.7/site-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/client.py", line 581, in __call__
55    return self.daemon.call(self.base, *args, **kwargs)
56AttributeError: 'NoneType' object has no attribute 'call'
57
58Local variables in innermost frame:
59self: <deluge.ui.client.RemoteMethod object at 0xa969e4c>
60args: ()
61kwargs: {}
62
63reproduce
64-----
65Don't know how.
66