0.5.7 Final Released

Suggestions and discussion of future versions
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

0.5.7 Final Released

Post by markybob »

Minor changes from RC2...

* Fix more invalid handle errors
* Fix Portuguese encryption drop-down boxes
* Fix some translation issues with gtk stock

http://download.deluge-torrent.org
cynical
New User
New User
Posts: 8
Joined: Wed Aug 01, 2007 9:12 am

Re: 0.5.7 Final Released

Post by cynical »

I seem to have run into an interesting bug. The window contents do not automatically update for me. Minimizing and restoring deluge updates every value (speed/time remaining) but the window doesn't update on its own afterwards. Other than that, this release of deluge is perfect! I can honestly say I prefer this client to all others, even those exclusive to other platforms. Keep up the great work.
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: 0.5.7 Final Released

Post by markybob »

cynical wrote:I seem to have run into an interesting bug. The window contents do not automatically update for me. Minimizing and restoring deluge updates every value (speed/time remaining) but the window doesn't update on its own afterwards. Other than that, this release of deluge is perfect! I can honestly say I prefer this client to all others, even those exclusive to other platforms. Keep up the great work.
you probably have some kind of exception. start deluge from a command prompt and see if there are any errors
cynical
New User
New User
Posts: 8
Joined: Wed Aug 01, 2007 9:12 am

Re: 0.5.7 Final Released

Post by cynical »

Interesting. Whenever I use the Autoload feature, load a torrent file, and then exit deluge, I get the below error message. After deleting my preferences folder and reinstalling, everything is fine. (oh btw after clearing out my old settings and reinstalling deluge the other problem disappeared.)

Code: Select all

cynical@pirat:~$ deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Raising error: No such unique_ID.
Traceback (most recent call last):
  File "/usr/bin/deluge", line 136, in <module>
    start_deluge()
  File "/usr/bin/deluge", line 117, in start_deluge
    interface = deluge.interface.DelugeGTK()
  File "/var/lib/python-support/python2.5/deluge/interface.py", line 54, in __init__
    common.CONFIG_DIR)
  File "/var/lib/python-support/python2.5/deluge/core.py", line 276, in __init__
    self.sync(True)
  File "/var/lib/python-support/python2.5/deluge/core.py", line 877, in sync
    self.apply_prefs_per_torrent(unique_ID)
  File "/var/lib/python-support/python2.5/deluge/core.py", line 985, in apply_prefs_per_torrent
    self.get_pref("max_connections_per_torrent"))
  File "/var/lib/python-support/python2.5/deluge/core.py", line 1054, in set_max_connections_per_torrent
    max_connections)
deluge.core.DelugeError: 'No such unique_ID.'
mezz
Leecher
Leecher
Posts: 53
Joined: Tue May 29, 2007 5:40 pm

Re: 0.5.7 Final Released

Post by mezz »

The hicolor files (icons directory) are missing again. :-)

Code: Select all

% ls deluge-0.5.7
LICENSE           README.Packagers  libtorrent/       po/
Makefile          deluge.desktop    msgfmt.py         scripts/
PKG-INFO          deluge.png        pixmaps/          setup.py
README            glade/            plugins/          src/

Code: Select all

MD5 (deluge-0.5.7.tar.gz) = a8081a00efe9b9766d97feb8e8e770d2
SHA256 (deluge-0.5.7.tar.gz) = 270f5d307198cc8e231840792de16edda0c62b7fa9847915b673b307f4a5b6aa
SIZE (deluge-0.5.7.tar.gz) = 1899514
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: 0.5.7 Final Released

Post by markybob »

mezz wrote:The hicolor files (icons directory) are missing again. :-)

Code: Select all

% ls deluge-0.5.7
LICENSE           README.Packagers  libtorrent/       po/
Makefile          deluge.desktop    msgfmt.py         scripts/
PKG-INFO          deluge.png        pixmaps/          setup.py
README            glade/            plugins/          src/

Code: Select all

MD5 (deluge-0.5.7.tar.gz) = a8081a00efe9b9766d97feb8e8e770d2
SHA256 (deluge-0.5.7.tar.gz) = 270f5d307198cc8e231840792de16edda0c62b7fa9847915b673b307f4a5b6aa
SIZE (deluge-0.5.7.tar.gz) = 1899514
damnit. fix uploaded :p
mezz
Leecher
Leecher
Posts: 53
Joined: Tue May 29, 2007 5:40 pm

Re: 0.5.7 Final Released

Post by mezz »

Thanks!
geertjan
New User
New User
Posts: 4
Joined: Sun Nov 04, 2007 1:17 pm

Re: 0.5.7 Final Released

Post by geertjan »

Version 0.5.7 still has problems for me. Here's what happened:

* I did a complete clean install of Deluge 0.5.7 final (deleted config files etc.)
* Only plugin that I activated was the Blocklist plugin
* I open a torrent of which I have already partially downloaded the files
* Instead of checking the existing files and resuming the download, Deluge overwrites the files that I had and starts over
* I try adding another partially downloaded torrent to see if this always happens
* The interface freezes
* I close Deluge
* I try to restart Deluge, but it doesn't start
* I try again from a terminal and get the same error as the guy that posted above:

Code: Select all

no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Raising error: No such unique_ID.
Traceback (most recent call last):
  File "/usr/bin/deluge", line 136, in <module>
    start_deluge()
  File "/usr/bin/deluge", line 117, in start_deluge
    interface = deluge.interface.DelugeGTK()
  File "/var/lib/python-support/python2.5/deluge/interface.py", line 54, in __init__
    common.CONFIG_DIR)
  File "/var/lib/python-support/python2.5/deluge/core.py", line 276, in __init__
    self.sync(True)
  File "/var/lib/python-support/python2.5/deluge/core.py", line 877, in sync
    self.apply_prefs_per_torrent(unique_ID)
  File "/var/lib/python-support/python2.5/deluge/core.py", line 985, in apply_prefs_per_torrent
    self.get_pref("max_connections_per_torrent"))
  File "/var/lib/python-support/python2.5/deluge/core.py", line 1054, in set_max_connections_per_torrent
    max_connections)
deluge.core.DelugeError: 'No such unique_ID.'
I'm on Ubuntu Gutsy 32 bit.
Joh

Re: 0.5.7 Final Released

Post by Joh »

markybob wrote:* Fix some translation issues with gtk stock
Wow, when I submitted the issue I didn't expect to see the fix the same day.

Even though it was nothing major, very good job! I'm impressed. :shock:
geertjan
New User
New User
Posts: 4
Joined: Sun Nov 04, 2007 1:17 pm

Re: 0.5.7 Final Released

Post by geertjan »

Ok, I did some more testing, forget what I posted 2 posts above.

The actual problem happens when I try adding a torrent that is already running. I don't get the "Merge trackers?" dialog, instead I get a "Raising error: No such unique_ID." error in the terminal. After getting that error once I can no longer restart Deluge (until I delete the config dir again).

Hope this helps...


EDIT: Btw, I also found out why that one download started at 0%, that was my own mistake. :oops:
Post Reply