hi,
After managing to compile my own deluge 1.20rc1 in my fedora 11. Here are some problems I am facing. Take note I mainly only uses webui.
1) under downloads, there are grayed out and cannot change - "Moved Completed to", "copy of .torrent files to" and "autoadd .torrent files from".
2) I can change the file allocation to FULL. Default is compact and when I change to full, then click apply, save and come back it's compact again.
3) none of the plugins are working. I click install or check on it but they just refuse to work.
4) cannot resize the title header when adding torrent and under files details of the torrent. This is not a bug but it is kinda annoying. Some files have very long names so I can't see the full file names.
5) I have the torrents sorted by their number. Moving a torrent up or down the not get reflect in the list. The numbers just change but the sorting does not refresh. I have to manually refresh the #.
6) the sorting doesn't get saved. When I close and open the browser again, it goes back to sort by name.
Despite all these problems, I still like the new webui very much. It will only get better with all the problems fixed. Thanks to the team.
deluge 1.20rc1-rc3 problems I encountered
deluge 1.20rc1-rc3 problems I encountered
Last edited by abubin on Mon Nov 02, 2009 10:27 pm, edited 1 time in total.
Re: deluge 1.20rc1 problems I encountered
one more problem found,
7) when adding torrent, those files that I deselect will still get selected once I confirmed the adding. When I look back in my torrent, the file I deselect will be selected.
IMPORTANT correction on item 7.
Actually changing files priority DOES NOT work (at least in webui). Changing to anything will result in it going back to "Normal Priority" instantly. Hope this is being fixed in RC2 cause it is very important feature I am sure for most people as we do not always download everything in a torrent.
7) when adding torrent, those files that I deselect will still get selected once I confirmed the adding. When I look back in my torrent, the file I deselect will be selected.
IMPORTANT correction on item 7.
Actually changing files priority DOES NOT work (at least in webui). Changing to anything will result in it going back to "Normal Priority" instantly. Hope this is being fixed in RC2 cause it is very important feature I am sure for most people as we do not always download everything in a torrent.
Last edited by abubin on Sat Oct 17, 2009 9:13 pm, edited 2 times in total.
Re: deluge 1.20rc1 problems I encountered
8)the max connections setting gets ignored, i have max limit set to 200 , and its making 354 connections.
-
- New User
- Posts: 4
- Joined: Tue Sep 23, 2008 1:36 am
Re: deluge 1.20rc1 problems I encountered
Just confirming item 7. Attempting to change file priority in Web UI results in momentary display of chosen priority then reversion to "Normal." Attempting to change file priority in GTK UI can't even be attempted because the priority options are "greyed out" or disabled/unselectable.
I'm running 1.2.0_rc1 on up-to-date (as of this morning) Ubuntu 9.10.
I'm running 1.2.0_rc1 on up-to-date (as of this morning) Ubuntu 9.10.
-
- New User
- Posts: 4
- Joined: Tue Sep 23, 2008 1:36 am
Re: deluge 1.20rc1 problems I encountered
I have also just downloaded and built SVN trunk on my Ubuntu 9.10 install and both WebUI and GTK UI are still exhibiting this bug.
So, even 1.3.0-dev is still afflicted.
Is this being worked on?
So, even 1.3.0-dev is still afflicted.
Is this being worked on?
Re: deluge 1.20rc1 problems I encountered
problem is full allocation cannot be enabled in webui. See above item #2
Thanks for clearing on item #7. Which is actually problem related to #2. Now I remember why I always insist on using FULL allocation.
Downloading and compiling RC2 now....let's see if it is fixed.
Thanks for clearing on item #7. Which is actually problem related to #2. Now I remember why I always insist on using FULL allocation.
Downloading and compiling RC2 now....let's see if it is fixed.
-
- New User
- Posts: 4
- Joined: Tue Sep 23, 2008 1:36 am
Re: deluge 1.20rc1 problems I encountered
I did see that after posting my original reply, but I have always had deluge set to "Full Allocation," and have confirmed that that is still the case. Setting file priorities is broken, despite full allocation being set. (At least, both the web and gtk UIs report that full allocation is set for the torrent in question.)johnnyg wrote:Have you read http://dev.deluge-torrent.org/wiki/Faq# ... ng.Howcome ?
Haven't yet downloaded official rc2 package to try, but rebuilding and reinstalling from updated SVN night before last did not fix the situation.
Thanks for your response, I look forward to seeing if rc2 fixes the issue when I get home tonight.
Re: deluge 1.20rc1 problems I encountered
I am already running RC2 now and the problem still exist
Can you please confirm whether full allocation is really running eventhough you already set it in GTK or configfile?
To check, see if the file you are downloading have the full file size or not.
Can you please confirm whether full allocation is really running eventhough you already set it in GTK or configfile?
To check, see if the file you are downloading have the full file size or not.
Re: deluge 1.20rc1-rc3 problems I encountered
not sure if this can be fixed but I am getting warning in my console :
I know it's not really a concern for now, deluge should not be using deprecated commands already for future compatibility.
Code: Select all
/usr/lib/python2.6/site-packages/deluge-1.2.0_rc3-py2.6-linux-i686.egg/deluge/core/core.py:496: DeprecationWarning: Use get_session_status().
warnings.warn("Use get_session_status().", DeprecationWarning)
/usr/lib/python2.6/site-packages/deluge-1.2.0_rc3-py2.6-linux-i686.egg/deluge/core/core.py:611: DeprecationWarning: Use get_session_status().
warnings.warn("Use get_session_status().", DeprecationWarning)