Page 1 of 2
always connecting , never dowloading
Posted: Mon Jun 25, 2007 8:02 am
by giuliosensi
Hi I've been using Deluge on Ubuntu Feisty Fawn for over a month .
By now it has stopped downloading and seeding ( 0kb 0kb always ) torrents have no tracker details and other.....on the bar its always showed connecting ( port is correctly forwarded )
Re: always connecting , never dowloading
Posted: Thu Jun 28, 2007 5:33 pm
by zachtib
run it from a terminal and post any output that it gives
Re: always connecting , never dowloading
Posted: Tue Jul 03, 2007 10:07 pm
by EmasXP
Yeah, I got the same problem now when I was upgrading from deluge 0.5 to 0.5.1. I tried to switch port and removing everything in ~/.config/deluge, but the problem is still there.
The terminal outout says nothing interresting (what I can see):
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG value: 1
Applying preferences
/var/lib/python-support/python2.5/deluge/core.py:713: DeprecationWarning: integer argument expected, got float
PREF_FUNCTIONS[pref](self.get_pref(pref))
Pickling state...
Applying preferences
Re: always connecting , never dowloading
Posted: Tue Jul 03, 2007 10:09 pm
by markybob
EmasXP wrote:Yeah, I got the same problem now when I was upgrading from deluge 0.5 to 0.5.1. I tried to switch port and removing everything in ~/.config/deluge, but the problem is still there.
The terminal outout says nothing interresting (what I can see):
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG value: 1
Applying preferences
/var/lib/python-support/python2.5/deluge/core.py:713: DeprecationWarning: integer argument expected, got float
PREF_FUNCTIONS[pref](self.get_pref(pref))
Pickling state...
Applying preferences
that's just an error, just a meaningless warning. try the latest svn and see if that works better for you
Re: always connecting , never dowloading
Posted: Tue Jul 03, 2007 11:02 pm
by EmasXP
For some reason, I can never build deluge from source. (error: command 'gcc' failed with exit status 1). I get this message despite I have gcc installed.
Installing with deb package works fine though.
Re: always connecting , never dowloading
Posted: Tue Jul 03, 2007 11:04 pm
by markybob
EmasXP wrote:For some reason, I can never build deluge from source. (error: command 'gcc' failed with exit status 1). I get this message despite I have gcc installed.
Installing with deb package works fine though.
you probably dont have g++. do this then try compiling it again: sudo apt-get install g++ python-all-dev python-all python-dbus python-gtk2 python-xdg python-support libboost-dev libboost-thread-dev libboost-date-time-dev libboost-filesystem-dev libboost-serialization-dev libssl-dev zlib1g-dev build-essential
Re: always connecting , never dowloading
Posted: Tue Jul 03, 2007 11:08 pm
by EmasXP
I'm a cpp programmer so I know that g++ installed.
But I ran the line you told me anyway, and now its building!

Re: always connecting , never dowloading
Posted: Tue Jul 03, 2007 11:19 pm
by EmasXP
Ok, here it comes:
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG value: 1
Applying preferences
/usr/lib/python2.5/site-packages/deluge/core.py:780: DeprecationWarning: integer argument expected, got float
PREF_FUNCTIONS[pref](self.get_pref(pref))
Pickling state...
Scanning plugin dir /usr/share/deluge/plugins
Loading module BlocklistImport
Initialising plugin BlocklistImport
Loading module NetworkHealth
Initialising plugin NetworkHealth
Loading module TorrentSearch
Initialising plugin TorrentSearch
Loading module ExamplePlugin
Initialising plugin ExamplePlugin
Loading module HelloWorld
Initialising plugin HelloWorld
Loading module NetworkGraph
Initialising plugin NetworkGraph
Loading module TorrentCreator
Initialising plugin TorrentCreator
Loading module DesiredRatio
Initialising plugin DesiredRatio
Applying preferences
Showing window
I still dont see anything interresting though =/
Re: always connecting , never dowloading
Posted: Tue Jul 03, 2007 11:48 pm
by markybob
EmasXP wrote:Ok, here it comes:
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG value: 1
Applying preferences
/usr/lib/python2.5/site-packages/deluge/core.py:780: DeprecationWarning: integer argument expected, got float
PREF_FUNCTIONS[pref](self.get_pref(pref))
Pickling state...
Scanning plugin dir /usr/share/deluge/plugins
Loading module BlocklistImport
Initialising plugin BlocklistImport
Loading module NetworkHealth
Initialising plugin NetworkHealth
Loading module TorrentSearch
Initialising plugin TorrentSearch
Loading module ExamplePlugin
Initialising plugin ExamplePlugin
Loading module HelloWorld
Initialising plugin HelloWorld
Loading module NetworkGraph
Initialising plugin NetworkGraph
Loading module TorrentCreator
Initialising plugin TorrentCreator
Loading module DesiredRatio
Initialising plugin DesiredRatio
Applying preferences
Showing window
I still dont see anything interresting though =/
i know this couldnt have come from the current SVN version. please compile that, install that, and then run that and see if it gives you problems or not.
Re: always connecting , never dowloading
Posted: Wed Jul 04, 2007 1:37 am
by EmasXP
Why couldnt that had come from the current svn version? I downloaded the code with "svn checkout
http://deluge-torrent.org/svn/trunk deluge", is there another way?