Deluge 1.1.0_RC1 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_RC1 Released!

Post by andar »

Deluge 1.1.0_RC1 Released!

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.

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.

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.
loki
Moderator
Moderator
Posts: 787
Joined: Tue Dec 04, 2007 3:27 pm
Location: MI, USA

Re: Deluge 1.1.0_RC1 Released!

Post by loki »

1. The blocklist plugin doesn't seem to be working. It goes through the download process then importing counts up then stops at the end but continuously says importing.
2. The pidgin icons were gone after upgrading deluge, had to re-install pidgin again.
3. Adding torrents still have the same error 2, failed to run the program... the following fix to deluge.cmd has been posted and seems to work.
before...

Code: Select all

@echo off
set PATH=%CD%;%PROGRAMFILES%\deluge;%PROGRAMFILES%\deluge\Lib\site-packages\deluge;%PROGRAMFILES%\deluge\Lib\site-packages\deluge\lib;%PROGRAMFILES%\deluge\Lib\site-packages\deluge\share;%PROGRAMFILES%\deluge\Lib\site-packages\deluge\etc;%PATH%;
set PYTHONPATH=%PROGRAMFILES%\deluge\Lib;%PROGRAMFILES%\deluge\DLLs;%PROGRAMFILES%\deluge\Lib\site-packages;%PROGRAMFILES%\deluge\Lib\site-packages\deluge;
set FOLDER=%PROGRAMFILES%\deluge\scripts
%WINDIR%\StartX.exe /b /D "%FOLDER%" "%PROGRAMFILES%\deluge\scripts\deluge.exe @QUOTE@%1@QUOTE@"
EXIT
after...

Code: Select all

@echo off
set PATH=%CD%;%PROGRAMFILES%\deluge;%PROGRAMFILES%\deluge\Lib\site-packages\deluge;%PROGRAMFILES%\deluge\Lib\site-packages\deluge\lib;%PROGRAMFILES%\deluge\Lib\site-packages\deluge\share;%PROGRAMFILES%\deluge\Lib\site-packages\deluge\etc;%PATH%;
set PYTHONPATH=%PROGRAMFILES%\deluge\Lib;%PROGRAMFILES%\deluge\DLLs;%PROGRAMFILES%\deluge\Lib\site-packages;%PROGRAMFILES%\deluge\Lib\site-packages\deluge;
set FOLDER=%PROGRAMFILES%\deluge\scripts
%WINDIR%\StartX.exe /b /D "%FOLDER%" "%PROGRAMFILES%\deluge\scripts\deluge.exe "%1""
EXIT
4. Still doesn't add torrents from firefox download.
5. Update notification, icon is missing, incorrect version reported. (image attached below)
6. Very minor but torrent files are associated to deluge but have no icon.
7. The stats plugin doesn't seem to show anything, unless I'm missing something... there's no settings either.
I'm also not seeing some of the features listed to be included in the changelog, no eta for seed ratio, no peer progress in peers tab, manually add peers?, create torrent?, remove torrent dialog still lists 4 choices, and "Install Plugin" and "Rescan Plugins" buttons?, these are just the ones I noticed there could be more.
Attachments
update.jpg
update.jpg (38.79 KiB) Viewed 7184 times
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Deluge 1.1.0_RC1 Released!

Post by andar »

loki wrote:1. The blocklist plugin doesn't seem to be working. It goes through the download process then importing counts up then stops at the end but continuously says importing.
Could you take a peak at the logs and tell me if you are getting some errors?
loki wrote: 5. Update notification, icon is missing, incorrect version reported. (image attached below)
I have fixed the incorrect version reporting. The problem was that setuptools converts the _ to a -, but I was expecting the _. I have no idea why the icon isn't shown though..
loki wrote: 7. The stats plugin doesn't seem to show anything, unless I'm missing something... there's no settings either.
I'm also not seeing some of the features listed to be included in the changelog, no eta for seed ratio, no peer progress in peers tab, manually add peers?, create torrent?, remove torrent dialog still lists 4 choices, and "Install Plugin" and "Rescan Plugins" buttons?, these are just the ones I noticed there could be more.
I have removed the Stats plugin since it wasn't intended to be released as it isn't finished or functioning properly.

It sounds like there might be some issues with the Windows installer.. It almost sounds like it's a mixture of 1.0 and 1.1? I can't account for the rest of your issues either because they seem to be specific to the Windows installer.

Thanks for the feedback.
kenshabby
New User
New User
Posts: 4
Joined: Sat Nov 24, 2007 11:38 pm

Re: Deluge 1.1.0_RC1 Released!

Post by kenshabby »

as mentioned there are problems with loading torrents. i was unable to load any new torrents both via firefox, drag and drop, the add torrent dialog and also via the auto-add folder thing. so i had to go back to the previous version. otherwise it looked good, especially glad to see the notifications returning

ubuntu intrepid 64 bit
d2allgr

Re: Deluge 1.1.0_RC1 Released!

Post by d2allgr »

On ubuntu intrepid 32bit while deluge 1.0.7 worked through a webgui the 1.1.0 rc1 version will not allow me to add any torrents in the web gui in either firefox or internet explorer(using the web gui from a winvista pc on the network). Compilation does not show any errors and both deluge and deluged seem to be running with no problems.
Skoopman

Re: Deluge 1.1.0_RC1 Released!

Post by Skoopman »

This realase messed up my Pidgin, the status icons dissapeared.
Windows Vista Business 32 Bit. I am going back to the old release 1.0.7 :?
loki
Moderator
Moderator
Posts: 787
Joined: Tue Dec 04, 2007 3:27 pm
Location: MI, USA

Re: Deluge 1.1.0_RC1 Released!

Post by loki »

The only message I could find in deluge.log mentioning the blocklist was this...

Code: Select all

DEBUG   ] 14:24:31 pluginmanagerbase:87 Found plugin: Blocklist 1.0
This error message popped up in deluge.log, why is it searching my current cd drive icon?

Code: Select all

[DEBUG   ] 14:24:31 component:94 Registered Preferences with ComponentRegistry..
C:\Program Files\Deluge\lib\site-packages\deluge\ui\gtkui\preferences.py:44: GtkWarning: Could not find the icon 'E:\setup\vampireAnkh.ico,0'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
	http://icon-theme.freedesktop.org/releases
  "glade/preferences_dialog.glade"))
This one from deluged.log looks like the error message you wanted to see related to the blocklist, after that it just continues with torrents...

Code: Select all

[DEBUG   ] 14:24:48 core:179 Blocklist import complete!
[DEBUG   ] 14:24:48 core:182 Moving blocklist.download to blocklist.cache
[DEBUG   ] 14:24:48 configmanager:61 get_config_dir: C:\Users\user\AppData\Roaming\deluge
Exception in thread Thread-3:
Traceback (most recent call last):
  File "C:\Program Files\Deluge\lib\threading.py", line 486, in __bootstrap_inner
    self.run()
  File "C:\Program Files\Deluge\lib\threading.py", line 446, in run
    self.__target(*self.__args, **self.__kwargs)
  File "c:\program files\deluge\lib\site-packages\deluge\plugins\blocklist-1.0-py2.5.egg\blocklist\core.py", line 183, in import_blocklist
    shutil.move(bl_file, deluge.configmanager.get_config_dir("blocklist.cache"))
  File "C:\Program Files\Deluge\lib\shutil.py", line 200, in move
    os.unlink(src)
WindowsError: [Error 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\user\\AppData\\Roaming\\deluge\\blocklist.download'
It is creating a blocklist.download file which I don't think I've ever seen before.
fishears

Re: Deluge 1.1.0_RC1 Released!

Post by fishears »

I now can not add torrents and can not downgrade to 1.07 on Intrepid i386. Thanks a lot. This seems like a major bug in a major release. For shame! Makes me want to revive Vuze.

Plus, it keeps re adding the 'label' column despite me removing it
Last edited by fishears on Sat Dec 27, 2008 8:16 am, edited 1 time in total.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Deluge 1.1.0_RC1 Released!

Post by andar »

loki wrote: This one from deluged.log looks like the error message you wanted to see related to the blocklist, after that it just continues with torrents...

Code: Select all

[DEBUG   ] 14:24:48 core:179 Blocklist import complete!
[DEBUG   ] 14:24:48 core:182 Moving blocklist.download to blocklist.cache
[DEBUG   ] 14:24:48 configmanager:61 get_config_dir: C:\Users\user\AppData\Roaming\deluge
Exception in thread Thread-3:
Traceback (most recent call last):
  File "C:\Program Files\Deluge\lib\threading.py", line 486, in __bootstrap_inner
    self.run()
  File "C:\Program Files\Deluge\lib\threading.py", line 446, in run
    self.__target(*self.__args, **self.__kwargs)
  File "c:\program files\deluge\lib\site-packages\deluge\plugins\blocklist-1.0-py2.5.egg\blocklist\core.py", line 183, in import_blocklist
    shutil.move(bl_file, deluge.configmanager.get_config_dir("blocklist.cache"))
  File "C:\Program Files\Deluge\lib\shutil.py", line 200, in move
    os.unlink(src)
WindowsError: [Error 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\user\\AppData\\Roaming\\deluge\\blocklist.download'
It is creating a blocklist.download file which I don't think I've ever seen before.
I believe this has been fixed now.
User avatar
Ux64
Seeder
Seeder
Posts: 140
Joined: Wed Nov 14, 2007 5:02 am
Location: System Specialist

Re: Deluge 1.1.0_RC1 Released!

Post by Ux64 »

I'm expering problems when adding torrents. Torrents aren't being added even if I press add. Now I have situation where I have in "download list" tasks 1 and 21, where are tasks between those? Something fails when adding torrents.

First I tried to add torrent directly from Firefox (.torrent link) to deluge. And after that I saved all torrents and tried to add those (all at once using multiselect from add dialog / deluge) and came up the situation described above.

So some small fixing seems to be required. I guess these are already known issues. I just didn't spot these in this thread. I'm hoping that fixes are coming quickly. - Thank you!

It also created download directories for that stuff that "was lost". But no files inside those directories.
Post Reply