Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (112 - 114 of 2449)

Ticket Resolution Summary Owner Reporter
#454 WorksForMe Trackers label in web interface doesn't work in Firefox3 mvoncken anonymous
Description

Trackers label in web interface doesn't open in Firefox3. When i click on Trackers label the information box disappears. Works fine in IE7.

#471 WorksForMe Deluge exits GUI when selecting torrent in the list andar fist_of_heaven@…
Description

Deluge crashes, or at least exits the GUI when selecting a specific torrent in the list. It's probably related to this specific torrent, since marking other torrents works just fine. But there need to be some error control I think.

I'm running Ubuntu 8.04 and installed Deluge 1.0.0_RC8 from the .deb-package from Deluge website. I had 5 running torrents, and added this 6th (faulty somehow?) torrent to the list. I was about to pause it and therefor selecting it in the list. Each time I do this, Deluge GUI vanishes/crashes. The deamon (deluged) is still running according to the System Monitor.

At first I thought that my settings from a previous RC was somehow causing this, so I deleted the deluge settings folder and tried again with only this specific torrent. Same problem. Starting Deluge in a terminal results in this when selecting the torrent:

[DEBUG   ] 14:18:31 torrentview:450 on_button_press_event
[DEBUG   ] 14:18:31 torrentview:471 on_selection_changed
The program 'deluge' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
  (Details: serial 13819 error_code 11 request_code 53 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

The error only occurs if the torrent is in a running or seeding state. I've tried removing it by deleting the content of the torrentstates folder, and then re-adding it in a paused state. Perhaps this means there's some problem with the tracker information? As soon as I start the torrent, Deluge crashes again (not immediately, I can see it change to Announce sent and soon after it crashes). As long as I don't select the torrent, it appears to work just fine and downloading the files. As a matter of fact, I've downloaded the whole thing and extracted it (it's an XviD file). No errors, it appears to be fully functional.

At some point I somehow did manage to have the torrent selected and it then reported a problem with the Tracker, something about not being able to "bencoding" it, followed by a long row of hexadecimal numbers.

I'll attach the torrent-file, however it's from a torrent site requiring a user and password so I don't know how much this is of use to you.

#482 WorksForMe IndexError : list index out of range mvoncken lennard@…
Description

I'm using the web interface.

While clicking on an active torrent I get the following error: Using current SVN-version.

--Deluge Error-- IndexError? : list index out of range path : /torrent/info/e1ec0e44d20f06cd842cea502e3093332c8e4383 file : /usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-x86_64.egg/deluge/ui/webui/lib/webpy022/template.py in h_getitem, line 616

--Input-- <Storage {}>

--Versions-- WebUi? : 1.1.0-devr Python 2.5.2 (r252:60911, Aug 6 2008, 11:20:54) [GCC 4.2.3]: dbus:0.82.4

--Traceback--

File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.egg/deluge/ui/webui/page_decorators.py", line 110, in deco

return func (self, torrent) #torrent

File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-x86_64.egg/deluge/ui/webui/pages.py", line 159, in GET

return render.torrent_info(torrent)

File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.egg/deluge/ui/webui/lib/webpy022/template.py", line 699, in h_if

expr = self.h(i[CLAUSE])

File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-x86_64.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-x86_64.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-x86_64.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-x86_64.egg/deluge/ui/webui/lib/webpy022/template.py", line 638, in h_test

return e(ox) == e(oy)

File "/usr/lib/python2.5/site-packages/deluge-1.1.0_dev-py2.5-linux-x86_64.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-x86_64.egg/deluge/ui/webui/lib/webpy022/template.py", line 617, in h_getitem

return thing[item]

Note: See TracQuery for help on using queries.