always connecting , never dowloading

General support for problems installing or using Deluge
giuliosensi

always connecting , never dowloading

Post 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 )
User avatar
zachtib
Leecher
Leecher
Posts: 97
Joined: Thu May 24, 2007 3:26 pm
Location: Louisville, KY
Contact:

Re: always connecting , never dowloading

Post by zachtib »

run it from a terminal and post any output that it gives
Former Deluge Developer
User avatar
EmasXP
Member
Member
Posts: 13
Joined: Tue Jul 03, 2007 10:00 pm
Location: Vargon, Vastra Gotaland, Sweden
Contact:

Re: always connecting , never dowloading

Post 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
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: always connecting , never dowloading

Post 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
User avatar
EmasXP
Member
Member
Posts: 13
Joined: Tue Jul 03, 2007 10:00 pm
Location: Vargon, Vastra Gotaland, Sweden
Contact:

Re: always connecting , never dowloading

Post 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.
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: always connecting , never dowloading

Post 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
User avatar
EmasXP
Member
Member
Posts: 13
Joined: Tue Jul 03, 2007 10:00 pm
Location: Vargon, Vastra Gotaland, Sweden
Contact:

Re: always connecting , never dowloading

Post 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! :)
User avatar
EmasXP
Member
Member
Posts: 13
Joined: Tue Jul 03, 2007 10:00 pm
Location: Vargon, Vastra Gotaland, Sweden
Contact:

Re: always connecting , never dowloading

Post 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 =/
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: always connecting , never dowloading

Post 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.
User avatar
EmasXP
Member
Member
Posts: 13
Joined: Tue Jul 03, 2007 10:00 pm
Location: Vargon, Vastra Gotaland, Sweden
Contact:

Re: always connecting , never dowloading

Post 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?
Post Reply