Deluge stopped working

General support for problems installing or using Deluge
Post Reply
Sciamano
Member
Member
Posts: 29
Joined: Tue Sep 25, 2007 9:20 pm

Deluge stopped working

Post by Sciamano »

Hi!
Yesterday I've upgraded my version of Deluge from 0.5.1.1 to 0.5.1
It worked fine for one day, but now it won't start anymore.
When I launch it, this is what the terminal says:

Code: Select all

Traceback (most recent call last):
  File "/usr/bin/deluge", line 44, in <module>
    import deluge.core
  File "/usr/lib/python2.5/site-packages/deluge/core.py", line 71, in <module>
    "max_connections_global" : deluge_core.set_max_connections_global,
AttributeError: 'module' object has no attribute 'set_max_connections_global'
I've already tried uninstalling previous versions and deleting the .config/deluge and .deluge directories, but the problem is still there.
Any suggestions?

Thanks!
Luca
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Deluge stopped working

Post by markybob »

i'm assuming you meant upgraded to 0.5.5...if not, move to that. and odds are you have conflicting installs. you need to be sure you've removed every single fine, and then try to install again.
Sciamano
Member
Member
Posts: 29
Joined: Tue Sep 25, 2007 9:20 pm

Re: Deluge stopped working

Post by Sciamano »

Yes, I meant 0.5.5, sorry for the typo.
What other files do I have to erase, other than the two already mentioned directories ? I have no idea..
Please help, I LOVE Deluge, it's an outstanding program and it frustrates me a lot not being able to use it anymore! :(
Thanks
Luca
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Deluge stopped working

Post by markybob »

Sciamano wrote:Yes, I meant 0.5.5, sorry for the typo.
What other files do I have to erase, other than the two already mentioned directories ? I have no idea..
Please help, I LOVE Deluge, it's an outstanding program and it frustrates me a lot not being able to use it anymore! :(
Thanks
Luca
if you install via the tarball, simply do "sudo make uninstall" within the tarball dir. if you installed via deb, "sudo dpkg --purge deluge-torrent". if you did both (one version one way and nother the other way), do both.
Sciamano
Member
Member
Posts: 29
Joined: Tue Sep 25, 2007 9:20 pm

Re: Deluge stopped working

Post by Sciamano »

Phew! It worked! :)
Thanks!

BTW, before the problem described above, I noticed that when Deluge 0.5.5 was running, web pages in Firefox loaded very slowly, and sometimes they did not load at all, as though too many connections were strangling my bandwidth.
The fact is that I did not change configurations from the previous version and both max connections and max upload bandwidth were the same as before.
Could it be a problem within v0.5.5? Just thought it would be best to tell you.
Post Reply