Custom Query (2449 matches)
Results (430 - 432 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #841 | Fixed | Maximum Upload Slots tooltip is incorrect | ||
| Description |
The tooltip of the "Global Bandwidth Usage"->"Maximum Upload Slots" preference is wrong. It says:"The maximum upload speed for all torrents. Set -1 for unlimited" |
|||
| #842 | Fixed | Tracebacks on disconnect/reconnect | ||
| Description |
I get a couple tracebacks when I disconnect from core and then reconnect using the gtkui. I get this traceback once: Unhandled error in Deferred:
Traceback (most recent call last):
File "//usr/lib64/python2.5/site-packages/twisted/internet/tcp.py", line 362, in doRead
return self.protocol.dataReceived(data)
File "/usr/lib64/python2.5/site-packages/deluge/ui/client.py", line 165, in dataReceived
d.callback(request[2])
File "//usr/lib64/python2.5/site-packages/twisted/internet/defer.py", line 243, in callback
self._startRunCallbacks(result)
File "//usr/lib64/python2.5/site-packages/twisted/internet/defer.py", line 312, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "//usr/lib64/python2.5/site-packages/twisted/internet/defer.py", line 328, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File "build/bdist.linux-x86_64/egg/label/gtkui/submenu.py", line 59, in cb_labels
exceptions.TypeError: can only concatenate list (not "tuple") to list
And then this traceback a bunch of times: Unhandled error in Deferred:
Traceback (most recent call last):
File "//usr/lib64/python2.5/site-packages/twisted/internet/tcp.py", line 362, in doRead
return self.protocol.dataReceived(data)
File "/usr/lib64/python2.5/site-packages/deluge/ui/client.py", line 165, in dataReceived
d.callback(request[2])
File "//usr/lib64/python2.5/site-packages/twisted/internet/defer.py", line 243, in callback
self._startRunCallbacks(result)
File "//usr/lib64/python2.5/site-packages/twisted/internet/defer.py", line 312, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "//usr/lib64/python2.5/site-packages/twisted/internet/defer.py", line 328, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File "build/bdist.linux-x86_64/egg/blocklist/gtkui.py", line 97, in _on_get_status
exceptions.AttributeError: 'GtkUI' object has no attribute 'glade'
|
|||
| #843 | Fixed | Traceback while trying to add torrents | ||
| Description |
While adding some torrents, I get: Traceback (most recent call last):
File "/usr/lib64/python2.5/site-packages/deluge/ui/gtkui/addtorrentdialog.py", line 252, in _on_torrent_changed
self.update_torrent_options(model.get_value(row, 0))
File "/usr/lib64/python2.5/site-packages/deluge/ui/gtkui/addtorrentdialog.py", line 322, in update_torrent_options
self.set_default_options()
File "/usr/lib64/python2.5/site-packages/deluge/ui/gtkui/addtorrentdialog.py", line 418, in set_default_options
self.core_config["download_location"])
KeyError: 'download_location'
Traceback (most recent call last):
File "//usr/lib64/python2.5/site-packages/twisted/python/log.py", line 51, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "//usr/lib64/python2.5/site-packages/twisted/python/log.py", line 36, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "//usr/lib64/python2.5/site-packages/twisted/python/context.py", line 59, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "//usr/lib64/python2.5/site-packages/twisted/python/context.py", line 37, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File "//usr/lib64/python2.5/site-packages/twisted/internet/gtk2reactor.py", line 200, in _doReadOrWrite
why = source.doRead()
File "//usr/lib64/python2.5/site-packages/twisted/internet/tcp.py", line 362, in doRead
return self.protocol.dataReceived(data)
File "/usr/lib64/python2.5/site-packages/deluge/ui/gtkui/ipcinterface.py", line 44, in dataReceived
process_args(data)
File "/usr/lib64/python2.5/site-packages/deluge/ui/gtkui/ipcinterface.py", line 150, in process_args
component.get("AddTorrentDialog").add_from_files([os.path.abspath(arg)])
File "/usr/lib64/python2.5/site-packages/deluge/ui/gtkui/addtorrentdialog.py", line 195, in add_from_files
self.set_default_options()
File "/usr/lib64/python2.5/site-packages/deluge/ui/gtkui/addtorrentdialog.py", line 418, in set_default_options
self.core_config["download_location"])
exceptions.KeyError: 'download_location'
This seems to only happen if I try to add multiple torrents at the same time. |
|||
Note:
See TracQuery
for help on using queries.
