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 )
always connecting , never dowloading
Re: always connecting , never dowloading
run it from a terminal and post any output that it gives
Former Deluge Developer
- EmasXP
- Member
- Posts: 13
- Joined: Tue Jul 03, 2007 10:00 pm
- Location: Vargon, Vastra Gotaland, Sweden
- Contact:
Re: always connecting , never dowloading
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
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
-
- Compulsive Poster
- Posts: 1230
- Joined: Thu May 24, 2007 11:27 pm
- Location: Chicago, IL, USA
- Contact:
Re: always connecting , never dowloading
that's just an error, just a meaningless warning. try the latest svn and see if that works better for youEmasXP 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
- EmasXP
- Member
- Posts: 13
- Joined: Tue Jul 03, 2007 10:00 pm
- Location: Vargon, Vastra Gotaland, Sweden
- Contact:
Re: always connecting , never dowloading
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.
Installing with deb package works fine though.
-
- Compulsive Poster
- Posts: 1230
- Joined: Thu May 24, 2007 11:27 pm
- Location: Chicago, IL, USA
- Contact:
Re: always connecting , never dowloading
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-essentialEmasXP 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.
- EmasXP
- Member
- Posts: 13
- Joined: Tue Jul 03, 2007 10:00 pm
- Location: Vargon, Vastra Gotaland, Sweden
- Contact:
Re: always connecting , never dowloading
I'm a cpp programmer so I know that g++ installed.
But I ran the line you told me anyway, and now its building!
But I ran the line you told me anyway, and now its building!

- EmasXP
- Member
- Posts: 13
- Joined: Tue Jul 03, 2007 10:00 pm
- Location: Vargon, Vastra Gotaland, Sweden
- Contact:
Re: always connecting , never dowloading
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 =/
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 =/
-
- Compulsive Poster
- Posts: 1230
- Joined: Thu May 24, 2007 11:27 pm
- Location: Chicago, IL, USA
- Contact:
Re: always connecting , never dowloading
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.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 =/
- EmasXP
- Member
- Posts: 13
- Joined: Tue Jul 03, 2007 10:00 pm
- Location: Vargon, Vastra Gotaland, Sweden
- Contact:
Re: always connecting , never dowloading
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?