Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (466 - 468 of 2447)

Ticket Resolution Summary Owner Reporter
#1846 Fixed Crash caught by ABRT shnurapet
Description

git master as of this hour.

architecture: i686
cmdline: /usr/bin/python /usr/bin/deluge-gtk
component: deluge
executable: /usr/bin/deluge-gtk
kernel: 2.6.35.12-88.fc14.i686
reason: files_tab.py:520:_on_button_press_event:AttributeError: 'NoneType' object has no attribute 'set_sensitive'
release: Fedora release 14 (Laughlin)
time: 1304959632
uid: 500

backtrace
-----
files_tab.py:520:_on_button_press_event:AttributeError: 'NoneType' object has no attribute 'set_sensitive'

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/files_tab.py", line 520, in _on_button_press_event
    widget.set_sensitive(not self.__compact)
AttributeError: 'NoneType' object has no attribute 'set_sensitive'

Local variables in innermost frame:
widget: None
self: <deluge.ui.gtkui.files_tab.FilesTab instance at 0x912c82c>
x: 258.0
y: 8.0
path: ((0,), <gtk.TreeViewColumn object at 0x9452edc (GtkTreeViewColumn at 0x931a188)>, 258, 8)
event: <gtk.gdk.Event at 0x9442290: GDK_BUTTON_PRESS x=258,00, y=8,00, button=3>
row: <GtkTreeIter at 0x9654560>


I right-clicked in the files list of a newly added torrent.

#2942 Fixed crash connecting while checking markybob
Description

connect to a host that's checking a torrent and this happens.

[INFO ] 19:02:34 rpcserver:206 Deluge Client connection made from: 127.0.0.1:37992 [ERROR ] 19:02:34 rpcserver:306 Exception calling RPC request: list index out of range Traceback (most recent call last):

File "/usr/lib/python2.7/dist-packages/deluge/core/rpcserver.py", line 301, in dispatch

ret = self.factory.methods[method](*args, kwargs)

File "/usr/lib/python2.7/dist-packages/deluge/core/core.py", line 463, in get_torrents_status

status_dict[torrent_id] = self.get_torrent_status(torrent_id, keys, diff)

File "/usr/lib/python2.7/dist-packages/deluge/core/core.py", line 442, in get_torrent_status

status = self.torrentmanager[torrent_id].get_status(keys, diff)

File "/usr/lib/python2.7/dist-packages/deluge/core/torrent.py", line 797, in get_status

status_dict[key] = fns[key]()

File "/usr/lib/python2.7/dist-packages/deluge/core/torrent.py", line 592, in get_file_progress

ret.append(float(file_progress[i]) / float(fsize))

IndexError: list index out of range [DEBUG ] 19:02:34 core:110 Handled Notification Events: [('TorrentFinishedEvent', 'Emitted when a torrent finishes downloading.')]

after that nothing works. torrent list doesn't get updated, etc. the main problem is when you exit it doesn't save fastresume.

#81 WorksForMe Crashed instantly markybob Death_Master
Description

When launched I saw error message and program not loaded OS:Vista32+SP1 CPU:AthlonX2 4200 Content of deluge.exe.log: Traceback (most recent call last):

File "deluge", line 46, in <module> File "deluge\_dbus.pyo", line 41, in <module> File "dbus\mainloop\glib.pyo", line 29, in <module> File "_dbus_glib_bindings.pyo", line 12, in <module> File "_dbus_glib_bindings.pyo", line 10, in load

ImportError: DLL load failed: Неверная попытка доступа к адресу памяти.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.