Custom Query (2447 matches)
Results (529 - 531 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2418 | Fixed | WebUI error adding non-ascii torrent file | ||
Description |
[ERROR ] 00:47:56 json_api:271 'utf8' codec can't decode byte 0xc9 in position 2: invalid continuation byte Traceback (most recent call last): File "/home/ubuntu/deluge.git/deluge/ui/web/json_api.py", line 293, in render d = self._on_json_request(request) File "/home/ubuntu/deluge.git/deluge/ui/web/json_api.py", line 265, in _on_json_request return self._send_response(request, response) File "/home/ubuntu/deluge.git/deluge/ui/web/json_api.py", line 276, in _send_response response = json.dumps(response) File "/usr/lib/python2.7/json/__init__.py", line 231, in dumps return _default_encoder.encode(obj) File "/usr/lib/python2.7/json/encoder.py", line 201, in encode chunks = self.iterencode(o, _one_shot=True) File "/usr/lib/python2.7/json/encoder.py", line 264, in iterencode return _iterencode(o, 0) UnicodeDecodeError: 'utf8' codec can't decode byte 0xc9 in position 2: invalid continuation byte |
|||
#2417 | Fixed | Add "Last Active" to torrent status | ||
Description |
I would like to have the possibility to see when the torrent was active for the last time (actively uploading). This would help to sort those out which did have any traffic since the last period of time. I have a HDD which is my data grave and normally in sleeping mode (not rotating). I would move there files that rarely are requested. Furthermore it was discussed in this thread: http://forum.deluge-torrent.org/viewtopic.php?f=8&t=41999 A project member of the libtorrent project stated here: https://code.google.com/p/libtorrent/issues/detail?id=457 that it should be possible to implement this feature. |
|||
#2416 | Fixed | Auto-start of new torrents gives incorrect status | ||
Description |
In latest build (provided to me here http://forum.deluge-torrent.org/viewtopic.php?f=12&t=46511 ) if you set to auto-start newly added torrents they will be added with status "NONE". And won't start until you force them to. |