Ticket #1820: terminal.trace

File terminal.trace, 2.1 KB (added by renato, 14 years ago)
Line 
1THIS WHEN I RUN DELUGE
2^Crenato@firefox-server:~$ deluge
3
4** (deluge:3943): WARNING **: column number is a boolean, but will be interpreted as an integer; this is likely not what you intended
5/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/filtertreeview.py:262: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
6 pix = model.get_value(row, 4)
7/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/torrentview.py:87: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
8 if cell.get_property("pixbuf") != icon:
9/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/torrentview.py:107: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
10 if cell.get_property("pixbuf") != icon:
11
12
13
14THIS WHEN I RUN DELUGED
15renato@firefox-server:~$ deluged
16renato@firefox-server:~$ 07:29:56.459 [deluge.plugins.init :52 ][ERROR ] Unable to enable plugin!
1707:29:56.459 [deluge.plugins.init :1164][ERROR ] Couldn't listen on any:8112: [Errno 98] Indirizzo già in uso.
18Traceback (most recent call last):
19 File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/plugins/init.py", line 50, in enable
20 self.plugin.enable()
21 File "build/bdist.linux-i686/egg/webui/core.py", line 61, in enable
22 self.start()
23 File "build/bdist.linux-i686/egg/webui/core.py", line 99, in start
24 self.server.start(False)
25 File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/web/server.py", line 658, in start
26 self.start_ssl()
27 File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/web/server.py", line 674, in start_ssl
28 self.socket = reactor.listenSSL(self.port, self.site, ServerContextFactory())
29 File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 444, in listenSSL
30 p.startListening()
31 File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 857, in startListening
32 raise CannotListenError, (self.interface, self.port, le)
33CannotListenError: Couldn't listen on any:8112: [Errno 98] Indirizzo già in uso.
34
35
36