Search found 4 matches

by nuchdog
Tue Nov 11, 2014 5:08 am
Forum: Support
Topic: [ERROR ... ui:168 cannot import name ReactorAlready
Replies: 8
Views: 5856

Re: [ERROR ... ui:168 cannot import name ReactorAlready

try commenting out the following line in gtkui.py was: ... # Install the twisted reactor from twisted.internet import gtk2reactor from twisted.internet.error import ReactorAlreadyInstalledError ... temp fix: ... # Install the twisted reactor from twisted.internet import gtk2reactor #from twisted.int...
by nuchdog
Sat Mar 27, 2010 8:43 pm
Forum: Support
Topic: [SOLVED] 1.2.2 Can't connect to host
Replies: 23
Views: 23241

Re: 1.2.2 Can't connect to host

damn you beat me!! Actually I found that it has something to do with the fact that my torrents wouldn't resume correctly. I deleted the torrents.fastresume file in ~/.config/deluge/state Then everything seemed fine. rm ~/.config/deluge/state/torrents.fastresume then re-added my torrents manually by ...
by nuchdog
Sat Mar 27, 2010 8:24 pm
Forum: Support
Topic: [SOLVED] 1.2.2 Can't connect to host
Replies: 23
Views: 23241

Re: 1.2.2 Can't connect to host

Also, as mentioned. It appears that Python-libtorrent 0.15.0 and libtorrent-rasterbar5 0.15.0 are being installed while the PPA list 0.14.10 as the newest.
by nuchdog
Sat Mar 27, 2010 8:18 pm
Forum: Support
Topic: [SOLVED] 1.2.2 Can't connect to host
Replies: 23
Views: 23241

Re: 1.2.2 Can't connect to host

I have the same problem as lotharmat. just ran an apt-get upgrade and now deluge is hosed. I tried uninstalling and reinstalling various parts of deluge, but always the same error: No registered converter was able to extract a C++ reference to type libtorrent::announce_entry from this Python object ...