1.0.0_RC9 (0.9.09) Released

Suggestions and discussion of future versions
Locked
allouh
New User
New User
Posts: 6
Joined: Sun Jun 15, 2008 6:27 pm

Re: 1.0.0_RC8 (0.9.08) Released

Post by allouh »

another problem i found...
if windows explorer get crashed and deluge was minimized to system try, deluge icon isnt shown after the explorer restart, and i cant restore deluge windows.
only after force close deluge and python, i can get it run normally.
AnomynousPierson
Member
Member
Posts: 12
Joined: Tue Aug 05, 2008 12:46 am

Re: 1.0.0_RC8 (0.9.08) Released

Post by AnomynousPierson »

allouh wrote:another problem i found...
if windows explorer get crashed and deluge was minimized to system try, deluge icon isnt shown after the explorer restart, and i cant restore deluge windows.
only after force close deluge and python, i can get it run normally.
This is the case with many(if not all) applications that minimize to the tray. This is a fault of windows and I would be very surprised if the deluge dev team took any action on it.
AnomynousPierson
Member
Member
Posts: 12
Joined: Tue Aug 05, 2008 12:46 am

Re: 1.0.0_RC8 (0.9.08) Released

Post by AnomynousPierson »

Sorry about double posting.

BUG:
I just removed 0.5.9.3 from my XP box along with the deluge folder in my user directory. I installed 1.0-RC8 fresh and when launching deluge I get a blank white window that doesn't respond at all.

I thought maybe having python2.5 installed was causing problems so I removed python2.5 and deluge then installed fresh again. Sadly, the issue remains. :cry:
Stacks
Member
Member
Posts: 28
Joined: Fri Feb 08, 2008 2:22 am
Location: Minnesota

Re: 1.0.0_RC8 (0.9.08) Released

Post by Stacks »

AnomynousPierson wrote:Sorry about double posting.

BUG:
I just removed 0.5.9.3 from my XP box along with the deluge folder in my user directory. I installed 1.0-RC8 fresh and when launching deluge I get a blank white window that doesn't respond at all.

I thought maybe having python2.5 installed was causing problems so I removed python2.5 and deluge then installed fresh again. Sadly, the issue remains. :cry:

I too am unable to get the latest release candidate to run on my XP machine. First I simply upgraded the installation, then when that didn't work, I completely uninstalled, then installed the newest version, only to still have troubles.
yuko

Re: 1.0.0_RC8 (0.9.08) Released

Post by yuko »

problem with webui in RC8. running ubuntu 8.04 this happens after i click the submit button to log in

--Deluge Error--
KeyError : 'label'
path : /index
file : /usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/template.py in h_getitem, line 616

--Input--
<Storage {}>

--Versions--
WebUi : 1.1.0-devr3774
Python 2.5.2 (r252:60911, Jul 31 2008, 17:28:52)
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]:
dbus:0.82.4

--Traceback--
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/webapi.py", line 304, in wsgifunc
result = func()
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda>
func = lambda: handle(inp, fvars)
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/request.py", line 61, in handle
return tocall(*([x and urllib.unquote(x) for x in args] + fna))
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/page_decorators.py", line 52, in deco
return func(self, name) #check_session:ok
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/page_decorators.py", line 70, in deco
return func(self, name) #check_connected:ok
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/page_decorators.py", line 25, in deco
res = func(self, name) #deluge_page_noauth
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/page_decorators.py", line 120, in deco
return func(self, name) #auto_refreshed
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/pages.py", line 129, in GET
return render.index(torrent_list, label_filters)
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/template.py", line 498, in __call__
return f.go()
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/template.py", line 760, in go
self.output._str = ''.join(map(self.h, self.parsetree))
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/template.py", line 552, in h
return getattr(self, 'h_' + item[WHAT])(item)
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/template.py", line 710, in h_if
return ''.join(self.h_lines(do))
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/template.py", line 756, in h_lines
return map(self.h, lines)
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/template.py", line 552, in h
return getattr(self, 'h_' + item[WHAT])(item)
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/template.py", line 684, in h_line
o = self.h(x[NAME])
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/template.py", line 552, in h
return getattr(self, 'h_' + item[WHAT])(item)
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/template.py", line 611, in h_call
return call(*args, **kw)
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/template.py", line 498, in __call__
return f.go()
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/template.py", line 760, in go
self.output._str = ''.join(map(self.h, self.parsetree))
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/template.py", line 552, in h
return getattr(self, 'h_' + item[WHAT])(item)
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/template.py", line 728, in h_for
out.extend(self.h_lines(i[BODY]))
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/template.py", line 756, in h_lines
return map(self.h, lines)
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/template.py", line 552, in h
return getattr(self, 'h_' + item[WHAT])(item)
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/template.py", line 715, in h_for
invar = self.h(i[IN])
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/template.py", line 552, in h
return getattr(self, 'h_' + item[WHAT])(item)
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/template.py", line 620, in h_expr
item = self.h(i[THING])
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/template.py", line 552, in h
return getattr(self, 'h_' + item[WHAT])(item)
File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-i686.egg/deluge/ui/webui/lib/webpy022/template.py", line 617, in h_getitem
return thing[item]



andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: 1.0.0_RC8 (0.9.08) Released

Post by andar »

yuko wrote:problem with webui in RC8. running ubuntu 8.04 this happens after i click the submit button to log in
Looking at what you pasted, it seems you are running 1.1.0_dev from svn trunk. So you are not running RC8 and there are bound to be issues with trunk.
mvoncken
Developer
Developer
Posts: 225
Joined: Mon Sep 03, 2007 9:38 pm

Re: 1.0.0_RC8 (0.9.08) Released

Post by mvoncken »

andar wrote:So you are not running RC8 and there are bound to be issues with trunk.
fixed in svn/trunk.
dev: webui, core, labels | irc:vonck7 |
allouh
New User
New User
Posts: 6
Joined: Sun Jun 15, 2008 6:27 pm

Re: 1.0.0_RC8 (0.9.08) Released

Post by allouh »

AnomynousPierson wrote:
allouh wrote:another problem i found...
if windows explorer get crashed and deluge was minimized to system try, deluge icon isnt shown after the explorer restart, and i cant restore deluge windows.
only after force close deluge and python, i can get it run normally.
This is the case with many(if not all) applications that minimize to the tray. This is a fault of windows and I would be very surprised if the deluge dev team took any action on it.
many applications restore main windows when rerun the application while minimized(like utorrent), this would be a good solution.
GrimRe

Re: 1.0.0_RC8 (0.9.08) Released

Post by GrimRe »

Is there any plans for a scheduler plugin to go alongside this? Not being able to schedule torrents is the only thing missing from deluge :(
rovr138

Re: 1.0.0_RC8 (0.9.08) Released

Post by rovr138 »

Last night went to sleep, when I woke up my computer was barely responsive. After checking, System Monitor is reporting that Deluge is using 607.9MB's of RAM.

I have 24 torrents loaded. Of those only 22 are paused, and two are downloading/uploading. I had never had this problem. Is this a problem in the RC? Deluge becoming so memory hungry?

I'm gonna restart it and see if I can monitor the memory usage of it.
Locked