Ticket #1503: 01DelugeConsoleAddTorrCrash.log

File 01DelugeConsoleAddTorrCrash.log, 3.9 KB (added by Cas, 13 years ago)
Line 
100:43:15.467 [deluge.configmanager:72  ][INFO    ] Setting config directory to: /home/calum/delugeDev/CONFIG/
200:43:15.467 [deluge.ui.ui:112 ][INFO    ] Deluge ui 1.3.900-dev
300:43:15.468 [deluge.ui.ui:113 ][DEBUG   ] options: {'loglevel': 'debug', 'rotate_logs': False, 'logfile': '01DelugeConsoleAddTorrCrash.log', 'config': '/home/calum/delugeDev/CONFIG/', 'quiet': False}
400:43:15.468 [deluge.ui.ui:114 ][DEBUG   ] args: []
500:43:15.468 [deluge.ui.ui:115 ][INFO    ] Starting ui..
600:43:15.468 [deluge.ui.console.main:157 ][DEBUG   ] Using encoding: UTF-8
700:43:15.470 [twisted         :508 ][INFO    ] Starting factory <deluge.ui.client.DelugeRPCClientFactory instance at 0x12912d8>
800:43:15.470 [deluge.ui.client:226 ][INFO    ] Connecting to daemon at 127.0.0.1:58846..
900:43:15.471 [deluge.ui.coreconfig:45  ][DEBUG   ] CoreConfig init..
1000:43:15.473 [deluge.ui.console.screen:84  ][DEBUG   ] Screen init!
1100:43:15.481 [deluge.ui.client:128 ][INFO    ] Connected to daemon at 127.0.0.1:58846..
1200:43:24.646 [deluge.ui.client:170 ][DEBUG   ] Received RPCEvent: 'PreTorrentRemovedEvent'
1300:43:24.646 [deluge.ui.client:171 ][DEBUG   ] Received RPCEvent: (3, 'PreTorrentRemovedEvent', ('1420567a1309f1fd9ab42753c56ae0b78a804774',))
1400:43:24.647 [deluge.ui.client:170 ][DEBUG   ] Received RPCEvent: 'TorrentRemovedEvent'
1500:43:24.647 [deluge.ui.client:171 ][DEBUG   ] Received RPCEvent: (3, 'TorrentRemovedEvent', ('1420567a1309f1fd9ab42753c56ae0b78a804774',))
1600:43:26.923 [deluge.ui.client:170 ][DEBUG   ] Received RPCEvent: 'TorrentStateChangedEvent'
1700:43:26.923 [deluge.ui.client:171 ][DEBUG   ] Received RPCEvent: (3, 'TorrentStateChangedEvent', ('9d8d54c37fddbd7ab75dee68b550de5984a63fc4', 'Paused'))
1800:43:28.123 [deluge.ui.client:170 ][DEBUG   ] Received RPCEvent: 'TorrentStateChangedEvent'
1900:43:28.123 [deluge.ui.client:171 ][DEBUG   ] Received RPCEvent: (3, 'TorrentStateChangedEvent', ('9d8d54c37fddbd7ab75dee68b550de5984a63fc4', 'Downloading'))
2000:43:32.422 [deluge.ui.client:170 ][DEBUG   ] Received RPCEvent: 'TorrentAddedEvent'
2100:43:32.422 [deluge.ui.client:171 ][DEBUG   ] Received RPCEvent: (3, 'TorrentAddedEvent', ('1420567a1309f1fd9ab42753c56ae0b78a804774',))
2200:43:32.424 [twisted         :508 ][ERROR   ] Unhandled Error
23Traceback (most recent call last):
24  File "/usr/lib/python2.6/dist-packages/twisted/python/log.py", line 84, in callWithLogger
25    return callWithContext({"system": lp}, func, *args, **kw)
26  File "/usr/lib/python2.6/dist-packages/twisted/python/log.py", line 69, in callWithContext
27    return context.call({ILogContext: newCtx}, func, *args, **kw)
28  File "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 59, in callWithContext
29    return self.currentContext().callWithContext(ctx, func, *args, **kw)
30  File "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 37, in callWithContext
31    return func(*args,**kw)
32--- <exception caught here> ---
33  File "/usr/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 146, in _doReadOrWrite
34    why = getattr(selectable, method)()
35  File "/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 137, in doRead
36    return Connection.doRead(self)
37  File "/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 460, in doRead
38    return self.protocol.dataReceived(data)
39  File "/home/calum/Documents/Coding/Deluge Work/deluge/deluge/ui/client.py", line 175, in dataReceived
40    event = known_events[event_name](*request[2])
41exceptions.TypeError: __init__() takes exactly 3 arguments (2 given)
42
4300:43:32.428 [deluge.ui.client:233 ][INFO    ] Connection lost to daemon at 127.0.0.1:58846 reason: __init__() takes exactly 3 arguments (2 given)
4400:43:32.428 [twisted         :508 ][INFO    ] Stopping factory <deluge.ui.client.DelugeRPCClientFactory instance at 0x12912d8>
4500:43:38.058 [twisted         :508 ][INFO    ] Received SIGINT, shutting down.
4600:43:38.059 [twisted         :508 ][INFO    ] Main loop terminated.