[SOLVED] network error i think

General support for problems installing or using Deluge
Post Reply
sb4100
New User
New User
Posts: 8
Joined: Wed Sep 23, 2009 2:07 pm
Location: UK

[SOLVED] network error i think

Post by sb4100 »

hi
i seem to be getting this error in linux ubuntu 8.10, im unsure how to fix this so any help would be appreciated, ver1.20
i have tried to change it but it still comes back.
image below
Image

thanks
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: network error i think

Post by Cas »

have you tried enabling classic mode in preferences?
sb4100
New User
New User
Posts: 8
Joined: Wed Sep 23, 2009 2:07 pm
Location: UK

Re: network error i think

Post by sb4100 »

i have tried it and seems the same but i now get this error
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/deluge-1.2.0-py2.5.egg/deluge/ui/gtkui/gtkui.py", line 275, in _on_reactor_start
client.start_classic_mode()
File "/usr/lib/python2.5/site-packages/deluge-1.2.0-py2.5.egg/deluge/ui/client.py", line 531, in start_classic_mode
self._daemon_proxy = DaemonClassicProxy(self.__event_handlers)
File "/usr/lib/python2.5/site-packages/deluge-1.2.0-py2.5.egg/deluge/ui/client.py", line 408, in __init__
self.__daemon = deluge.core.daemon.Daemon(classic=True)
File "/usr/lib/python2.5/site-packages/deluge-1.2.0-py2.5.egg/deluge/core/daemon.py", line 136, in __init__
from deluge.core.core import Core
File "/usr/lib/python2.5/site-packages/deluge-1.2.0-py2.5.egg/deluge/core/core.py", line 36, in <module>
from deluge._libtorrent import lt
File "/usr/lib/python2.5/site-packages/deluge-1.2.0-py2.5.egg/deluge/_libtorrent.py", line 59, in <module>
import libtorrent as lt
ImportError: No module named libtorrent

thanks
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: network error i think

Post by Cas »

well that means you have not installed libtorrent (rasterbar)
sb4100
New User
New User
Posts: 8
Joined: Wed Sep 23, 2009 2:07 pm
Location: UK

Re: network error i think

Post by sb4100 »

ok i installed it i think, but its still the same error
thanks again
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: network error i think

Post by Cas »

You need to check that you have both python-libtorrent and libtorrent-rasterbar5 installed.

The other option for you is to build from source 1.2.3 and lt 0.14.10. I tested this on Intrepid VM and these were the minimum packages needed for building but check the source build guide for the rest: http://dev.deluge-torrent.org/wiki/Installing/Source

Code: Select all

sudo apt-get install build-essential python-twisted libboost-python1.35.0 python-setuptools python-xdg python-chardet python-simplejson libssl-dev libboost1.35-dev
sb4100
New User
New User
Posts: 8
Joined: Wed Sep 23, 2009 2:07 pm
Location: UK

Re: network error i think

Post by sb4100 »

many thanks m8, i think that may have sorted the problem, i reinstalled everything and it seems to have gone. thanks

edit
i have just installed the webui aswell but whats the password to login?

thanks
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: network error i think

Post by johnnyg »

sb4100 wrote:i have just installed the webui aswell but whats the password to login?
http://dev.deluge-torrent.org/wiki/Faq# ... ltpassword
sb4100
New User
New User
Posts: 8
Joined: Wed Sep 23, 2009 2:07 pm
Location: UK

Re: network error i think

Post by sb4100 »

many thanks m8,
thanks for all your help guys. :D
Post Reply