Custom Query (1752 matches)
Results (64 - 66 of 1752)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2225 | fixed | Change common.decode_string to actually decode (return unicode) | bro | |
| description |
This patch changes the decode_string so that it tries to decode the input string with different encodings, and returns the decoded output as unicode. https://github.com/bendikro/deluge/tree/master-decode-string Previous calls to decode_string are replaced with common.utf8_encoded |
|||
| #2224 | duplicate | Error when using 'Remove Torrent + Data' via WebUI | CowboiBebop | |
| description |
Not sure if its centralized to WebUI, but when I remove a Torrent and its Data via the WebUI I get the following error: --------------------------------------------------------------------------------
[ERROR ] 07:24:52 client:391 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: core.get_torrent_status(1623594fde7b797f740c0d4aa5elf01580f41e27, [u'total_done', u'total_payload_download', u'total_uploaded', u'total_payload_upload', u'next_announce', u'tracker_status', u'num_pieces', u'piece_length', u'is_auto_managed', u'active_time', u'seeding_time', u'seed_rank', u'queue', u'name', u'total_size', u'state', u'progress', u'num_seeds', u'total_seeds', u'num_peers', u'total_peers', u'download_payload_rate', u'upload_payload_rate', u'eta', u'ratio', u'distributed_copies', u'is_auto_managed', u'time_added', u'tracker_host', u'save_path', u'total_done', u'total_uploaded', u'max_download_speed', u'max_upload_speed', u'seeds_peers_ratio'], True)
--------------------------------------------------------------------------------
File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.5_dev-py2.7.egg/deluge/core/rpcserver.py", line 298, in dispatch
ret = self.factory.methods[method](*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.5_dev-py2.7.egg/deluge/core/core.py", line 422, in get_torrent_status
status = self.torrentmanager[torrent_id].get_status(keys, diff)
File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.5_dev-py2.7.egg/deluge/core/torrentmanager.py", line 278, in __getitem__
return self.torrents[torrent_id]
KeyError: 1623594fde7b797f740c0d4aa5elf01580f41e27
--------------------------------------------------------------------------------
Deluge 1.3-Stable (compiled from GIT) and Libtorrent AIO (1.1.0). |
|||
| #2223 | fixed | Deluged - exceptions.AttributeError: 'dict' object has no attribute 'url' | CowboiBebop | |
| description |
When adding a new .torrent (currently through an autoadd directory), the following error is recivced: Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1169, in run
self.mainLoop()
File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1178, in mainLoop
self.runUntilCurrent()
File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 800, in runUntilCurrent
call.func(*call.args, **call.kw)
File "/usr/lib/python2.7/dist-packages/twisted/internet/task.py", line 215, in __call__
d = defer.maybeDeferred(self.f, *self.a, **self.kw)
--- <exception caught here> ---
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 134, in maybeDeferred
result = f(*args, **kw)
File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.5_dev-py2.7.egg/deluge/core/autoadd.py", line 102, in update
component.get("TorrentManager").add(filedump=filedump, filename=filename)
File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.5_dev-py2.7.egg/deluge/core/torrentmanager.py", line 475, in add
torrent = Torrent(handle, options, state, filename, magnet)
File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.5_dev-py2.7.egg/deluge/core/torrent.py", line 179, in __init__
tracker["url"] = value.url
exceptions.AttributeError: 'dict' object has no attribute 'url'
Currenlty using 1.3-stable compiled from Git, and an unreleased Libtorrent (AIO) with the version of 1.1.0 - gazpachoking advised that it should be fixed, and to make this ticket. |
|||
