Deluge 1.1.0_RC3 Released!

Suggestions and discussion of future versions
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Deluge 1.1.0_RC3 Released!

Post by andar »

Deluge 1.1.0_RC3 Released!

January 5 - Just some more minor bug fixes and translation updates. Barring any major bugs, this release will likely be the last RC before 1.1.0 final. Enjoy.

December 29 - One major bug-fix regarding adding torrents and a few minor fixes are in this release. Also, the Stats plugin was not intended to be released and it has been removed.

December 26 - I forgot to mention that this release also contains basic authentication to the daemon and this could cause some issues for those connecting to a remote deluge daemon. Please see http://dev.deluge-torrent.org/wiki/Authentication for more information on how to get authentication setup on your server.

December 25 - Well, it's finally here. This is the first release candidate of the 1.1 release, please test is appropriately. There are many new features and improvements in this version that I hope you will enjoy. Please see below for a full list of changes.


Check out our FAQ before you start asking questions.

We need your help translating the 1.1 release series, please head over to this page to help: https://translations.edge.launchpad.net ... ots/deluge

Happy Sharing!

See the full list of changes.
User avatar
Ux64
Seeder
Seeder
Posts: 140
Joined: Wed Nov 14, 2007 5:02 am
Location: System Specialist

Re: Deluge 1.1.0_RC3 Released!

Post by Ux64 »

Thanks!

There seem to be major problems with State function. Because I can't see at all paused torrents. Not in paused "tab" or in "all" tab. They're simply missing. I wonder if I'll get back those if I restart deluge. Also when I paused torrents from All list, they didn't vanish, or get paused status at all. It still showed downloading even paused tab (#) showed that it has been paused due number went up.

So there are small UI issues to be fixed. ;)

If I select paused tab, I still see exactly same torrents as I would be viewing all or downloading. So I believe screenupdate (or list being displayed) completely fails or is old at that point. And yes, I believe this is realated to the issue I mentioned with RC1, but at that point I didn't figure out exactly what is happening. Because restarting deluge brought those torrents visible. I send you private screenshot beucase I'm not in mood to censor it. - Thanks for checking it out.

Platform: Ubuntu 8.10, 64 Bit
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Deluge 1.1.0_RC3 Released!

Post by andar »

Ux64 wrote:Thanks!

There seem to be major problems with State function. Because I can't see at all paused torrents. Not in paused "tab" or in "all" tab. They're simply missing. I wonder if I'll get back those if I restart deluge. Also when I paused torrents from All list, they didn't vanish, or get paused status at all. It still showed downloading even paused tab (#) showed that it has been paused due number went up.

So there are small UI issues to be fixed. ;)

If I select paused tab, I still see exactly same torrents as I would be viewing all or downloading. So I believe screenupdate (or list being displayed) completely fails or is old at that point. And yes, I believe this is realated to the issue I mentioned with RC1, but at that point I didn't figure out exactly what is happening. Because restarting deluge brought those torrents visible. I send you private screenshot beucase I'm not in mood to censor it. - Thanks for checking it out.

Platform: Ubuntu 8.10, 64 Bit
Debug log files from both the client and daemon are more useful than the screenshot. It's possible that something is causing an exception and preventing the filtered view from being updated.
User avatar
Ux64
Seeder
Seeder
Posts: 140
Joined: Wed Nov 14, 2007 5:02 am
Location: System Specialist

Re: Deluge 1.1.0_RC3 Released!

Post by Ux64 »

andar wrote:Debug log files from both the client and daemon are more useful than the screenshot. It's possible that something is causing an exception and preventing the filtered view from being updated.
Ok, I'll grab debug level log when I next time add something.

I assume this is the problem:

Code: Select all

[WARNING ] 11:27:03 client:151 Multi-call Exception: <Fault 1: "<type 'exceptions.TypeError'>:inet_aton() argument 1 must be string, not None">:
It was only line in debug log that would make sense causing the problem with correct time stamps.

This might be related but doesn't seem to be too informative. Adding and changing status.

Code: Select all

[DEBUG   ] 11:26:57 signals:89 torrent_added signal received..
[DEBUG   ] 11:26:57 signals:90 torrent id: b61f65f3d28c325e3385c232078433de3db39407
[DEBUG   ] 11:26:57 signals:155 torrent_state_changed: 20445e75b6b18312a0ecc36e5667ab056aaa67c8
[DEBUG   ] 11:26:57 signals:155 torrent_state_changed: 9c67d74e0f56021f365a957d9fa4b05be7d8eac2
[DEBUG   ] 11:26:57 signals:155 torrent_state_changed: 164e12c645a6a2c81872b059ce2f8534a249b848
[DEBUG   ] 11:26:57 signals:155 torrent_state_changed: 2d7b2ee8f81002be4c72afd43ea37af0582767a2
[DEBUG   ] 11:26:57 signals:102 torrent_paused signal received..
[DEBUG   ] 11:26:57 signals:102 torrent_paused signal received..
[DEBUG   ] 11:26:57 signals:102 torrent_paused signal received..
[DEBUG   ] 11:26:57 signals:102 torrent_paused signal received..
[DEBUG   ] 11:26:57 signals:155 torrent_state_changed: b61f65f3d28c325e3385c232078433de3db39407
Now it's redownloading files over and over again and corrupting already downloaded files. ;( I'm downloading 6 torrents, which all are invisible.

Check this out... http://forum.deluge-torrent.org/viewtop ... =7&t=13825 "Invisible torrents".

I'm so glad that I'm not downloading from ratio tracker. I have downloaded over 20 gigs today, and really got out files for less than 2 gigs. I need to let all torrents to finish, and then delete all state stuff etc...
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Deluge 1.1.0_RC3 Released!

Post by andar »

Ux64 wrote:
andar wrote:Debug log files from both the client and daemon are more useful than the screenshot. It's possible that something is causing an exception and preventing the filtered view from being updated.
Ok, I'll grab debug level log when I next time add something.

I assume this is the problem:

Code: Select all

[WARNING ] 11:27:03 client:151 Multi-call Exception: <Fault 1: "<type 'exceptions.TypeError'>:inet_aton() argument 1 must be string, not None">:
It was only line in debug log that would make sense causing the problem with correct time stamps.

This might be related but doesn't seem to be too informative. Adding and changing status.

Code: Select all

[DEBUG   ] 11:26:57 signals:89 torrent_added signal received..
[DEBUG   ] 11:26:57 signals:90 torrent id: b61f65f3d28c325e3385c232078433de3db39407
[DEBUG   ] 11:26:57 signals:155 torrent_state_changed: 20445e75b6b18312a0ecc36e5667ab056aaa67c8
[DEBUG   ] 11:26:57 signals:155 torrent_state_changed: 9c67d74e0f56021f365a957d9fa4b05be7d8eac2
[DEBUG   ] 11:26:57 signals:155 torrent_state_changed: 164e12c645a6a2c81872b059ce2f8534a249b848
[DEBUG   ] 11:26:57 signals:155 torrent_state_changed: 2d7b2ee8f81002be4c72afd43ea37af0582767a2
[DEBUG   ] 11:26:57 signals:102 torrent_paused signal received..
[DEBUG   ] 11:26:57 signals:102 torrent_paused signal received..
[DEBUG   ] 11:26:57 signals:102 torrent_paused signal received..
[DEBUG   ] 11:26:57 signals:102 torrent_paused signal received..
[DEBUG   ] 11:26:57 signals:155 torrent_state_changed: b61f65f3d28c325e3385c232078433de3db39407
Now it's redownloading files over and over again and corrupting already downloaded files. ;( I'm downloading 6 torrents, which all are invisible.

Check this out... http://forum.deluge-torrent.org/viewtop ... =7&t=13825 "Invisible torrents".

I'm so glad that I'm not downloading from ratio tracker. I have downloaded over 20 gigs today, and really got out files for less than 2 gigs. I need to let all torrents to finish, and then delete all state stuff etc...
I've fixed the exception and that could cause an issue with displaying the torrent list.. But this problem was only introduced in RC3, so it wouldn't explain any issues with RC2 or prior.
darude
Member
Member
Posts: 15
Joined: Mon Jan 05, 2009 1:02 am

Re: Deluge 1.1.0_RC3 Released!

Post by darude »

hello there,
I upgraded to RC3 and while I was still examining the problem why the daemon stops repeatedly randomly, I've been confronted with another problem. (yeah in RC3 too)

but see for yourself: http://pastebin.ca/1301264

i hope you understand this stuff :)

bye, darude

edit:
I logged deluged and deluge debug output to stdout and found out that, when deluged gets highload, deluge -u web repeatedly says on stdout:

Code: Select all

[ERROR   ] 00:26:14 json_api:63 JSON-error:<Fault 1: "<type 'exceptions.TypeError'>:inet_aton() argument 1 must be string, not None">:
maybe this is staying in connection with each other?
RoestVrijStaal
New User
New User
Posts: 5
Joined: Fri Oct 10, 2008 3:13 pm

Re: Deluge 1.1.0_RC3 Released!

Post by RoestVrijStaal »

Great that v1.1.0 is upcoming :)
This is not a version-specific issue, but it annoys me that the windows installer has not a option to change the destination folder and the location where the Start-menu-shortcuts will be placed.
sleepwalker
Member
Member
Posts: 14
Joined: Mon Sep 22, 2008 12:23 pm

Re: Deluge 1.1.0_RC3 Released!

Post by sleepwalker »

RoestVrijStaal wrote:Great that v1.1.0 is upcoming :)
This is not a version-specific issue, but it annoys me that the windows installer has not a option to change the destination folder and the location where the Start-menu-shortcuts will be placed.
It's just a thought, but i guess that if you were to install deluge in a different location, other than the "default" one, you won't be able to start the program. Take a look at deluge.cmd, at the script inside it. You'll see there that all commands point to "%programfiles%/deluge.../". So, if you'd install it in another place, that .cmd file wouldn't be a valid one.

I dunno, maybe there will be an option to change the default install location when the .cmd files in deluge will be created "dynamically", and the paths in the scripts will pe replaced with the path used for installing deluge.
devil81
Member
Member
Posts: 27
Joined: Sun Jun 08, 2008 1:24 pm

Re: Deluge 1.1.0_RC3 Released!

Post by devil81 »

Top Notch Client, once I realized that my firewall was blocking python.exe from accessing the internet, easily sorted. I do have one niggle though its with the add file dialog its just a list of files which is time consuming to look through and deselect what is not wanted, would it not be better to have a folder and subfolder and contained file structure that is expandable and collapsable. This would make file selection so much easy say for instance you did not want an album from a discography using this method you would just deselect the folder and all associated files would be automatically deselected. I believe you implemented this style in a previous RC, could we please rollback to that, I cannot be the only one who finds the current method confusing.
devil81
Member
Member
Posts: 27
Joined: Sun Jun 08, 2008 1:24 pm

Re: Deluge 1.1.0_RC3 Released!

Post by devil81 »

I seem to have the similar problem to the one mentioned by Ux64, but with the Vista x64 variant of the client. Everything worked perfectly the first time the program was run but then I made the mistake of quiting the program. When I restarted the program, the state dialog window indicated that I was downloading 3 torrents etc, all correct. But all of my torrent and download progress information has completely vanished from the programs main torrent display screen :( :o :shock:
Post Reply