Custom Query (2449 matches)
Results (64 - 66 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #248 | Invalid | Wrong arguments to GtkFileChooser.set_current_folder() | ||
| Description |
Using r3188, restarted the gui and got this. [DEBUG ] config:117 Setting 'enabled_plugins' to -1 of <type 'int'>
Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/gtkui.py", line 182, in _on_new_core
component.start()
File "/usr/lib64/python2.4/site-packages/deluge/component.py", line 194, in start
_ComponentRegistry.start()
File "/usr/lib64/python2.4/site-packages/deluge/component.py", line 114, in start
self.start_component(component)
File "/usr/lib64/python2.4/site-packages/deluge/component.py", line 126, in start_component
self.components[name].start()
File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/addtorrentdialog.py", line 132, in start
self.update_core_config()
File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/addtorrentdialog.py", line 170, in update_core_config
self.set_default_options()
File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/addtorrentdialog.py", line 360, in set_default_options
self.glade.get_widget("button_location").set_current_folder(
TypeError: GtkFileChooser.set_current_folder() argument 1 must be string, not bool
apps file failure
|
|||
| #249 | Fixed | Key error and "global name 'log' is not defined" | ||
| Description |
Don't know what I did to get this, I was about to add torrents and rechecking them. Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/systemtray.py", line 157, in _on_get_download_rate
self.download_rate = deluge.common.fsize(download_rate)
File "/usr/lib64/python2.4/site-packages/deluge/common.py", line 264, in fsize
fsize_kb = fsize_b / 1024.0
TypeError: unsupported operand type(s) for /: 'NoneType' and 'float'
Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/torrentview.py", line 336, in _on_get_torrents_status
self.update_view()
File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/torrentview.py", line 293, in update_view
if torrent_id in status.keys():
AttributeError: 'int' object has no attribute 'keys'
Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/peers_tab.py", line 245, in _on_get_torrent_status
for peer in status["peers"]:
KeyError: 'peers'
Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/peers_tab.py", line 245, in _on_get_torrent_status
for peer in status["peers"]:
KeyError: 'peers'
Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/statistics_tab.py", line 121, in _on_get_torrent_status
log.debug("Unable to get status value: %s", e)
NameError: global name 'log' is not defined
|
|||
| #250 | Fixed | Some problem with recheck | ||
| Description |
Got this using r3188 when doing a forced recheck Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/deluge/core/torrentmanager.py", line 480, in force_recheck
torrent.apply_options()
File "/usr/lib64/python2.4/site-packages/deluge/core/torrent.py", line 382, in apply_options
self.handle.get_torrent_info().set_priv(self.private)
AttributeError: 'torrent_info' object has no attribute 'set_priv'
|
|||
Note:
See TracQuery
for help on using queries.
