Custom Query (2447 matches)
Results (64 - 66 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3369 | Duplicate | Statusbar Height forgotten on Restart | ||
Description |
Deluge: 2.0.4.dev23
When closing and reopening Deluge GTK, the statusbar height is set to 50% of what it was set to before closing. Opening and closing multiple times results in a little statusbar. Enabled Plugins:
Installed using pacman. |
|||
#3368 | Fixed | Viewing peers causes UnicodeDecodeErrors | ||
Description |
When viewing peers in either GTK or web interface the daemon log spews
Log as follows: 17:35:52 [ERROR ][deluge.core.rpcserver :1418] Exception calling RPC request: 'utf-8' codec can't decode byte 0xaa in position 8: invalid start byte Traceback (most recent call last): File "/usr/lib/python3/dist-packages/deluge/core/rpcserver.py", line 326, in dispatch ret = self.factory.methods[method](*args, **kwargs) File "/usr/lib/python3/dist-packages/deluge/core/core.py", line 768, in get_torrent_status all_keys=not keys, File "/usr/lib/python3/dist-packages/deluge/core/core.py", line 743, in create_torrent_status torrent_keys, diff, update=update, all_keys=all_keys File "/usr/lib/python3/dist-packages/deluge/core/torrent.py", line 1003, in get_status status_dict[key] = self.status_funcs[key]() File "/usr/lib/python3/dist-packages/deluge/core/torrent.py", line 813, in get_peers client = decode_bytes(peer.client) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xaa in position 8: invalid start byte 17:35:54 [WARNING ][deluge.core.rpcserver :242 ] An exception occurred while sending RPC_ERROR to client. Wrapping it and resending. Error to send(causing exception goes next): Traceback (most recent call last): File "/usr/lib/python3/dist-packages/deluge/core/rpcserver.py", line 326, in dispatch ret = self.factory.methods[method](*args, **kwargs) File "/usr/lib/python3/dist-packages/deluge/core/core.py", line 768, in get_torrent_status all_keys=not keys, File "/usr/lib/python3/dist-packages/deluge/core/core.py", line 743, in create_torrent_status torrent_keys, diff, update=update, all_keys=all_keys File "/usr/lib/python3/dist-packages/deluge/core/torrent.py", line 1003, in get_status status_dict[key] = self.status_funcs[key]() File "/usr/lib/python3/dist-packages/deluge/core/torrent.py", line 813, in get_peers client = decode_bytes(peer.client) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa4 in position 11: invalid start byte 17:35:54 [ERROR ][deluge.core.rpcserver :1418] Exception calling RPC request: 'utf-8' codec can't decode byte 0xa4 in position 11: invalid start byte Traceback (most recent call last): File "/usr/lib/python3/dist-packages/deluge/core/rpcserver.py", line 326, in dispatch ret = self.factory.methods[method](*args, **kwargs) File "/usr/lib/python3/dist-packages/deluge/core/core.py", line 768, in get_torrent_status all_keys=not keys, File "/usr/lib/python3/dist-packages/deluge/core/core.py", line 743, in create_torrent_status torrent_keys, diff, update=update, all_keys=all_keys File "/usr/lib/python3/dist-packages/deluge/core/torrent.py", line 1003, in get_status status_dict[key] = self.status_funcs[key]() File "/usr/lib/python3/dist-packages/deluge/core/torrent.py", line 813, in get_peers client = decode_bytes(peer.client) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa4 in position 11: invalid start byte 17:35:56 [WARNING ][deluge.core.rpcserver :242 ] An exception occurred while sending RPC_ERROR to client. Wrapping it and resending. Error to send(causing exception goes next): Traceback (most recent call last): File "/usr/lib/python3/dist-packages/deluge/core/rpcserver.py", line 326, in dispatch ret = self.factory.methods[method](*args, **kwargs) File "/usr/lib/python3/dist-packages/deluge/core/core.py", line 768, in get_torrent_status all_keys=not keys, File "/usr/lib/python3/dist-packages/deluge/core/core.py", line 743, in create_torrent_status torrent_keys, diff, update=update, all_keys=all_keys File "/usr/lib/python3/dist-packages/deluge/core/torrent.py", line 1003, in get_status status_dict[key] = self.status_funcs[key]() File "/usr/lib/python3/dist-packages/deluge/core/torrent.py", line 813, in get_peers client = decode_bytes(peer.client) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa4 in position 11: invalid start byte 17:35:56 [ERROR ][deluge.core.rpcserver :1418] Exception calling RPC request: 'utf-8' codec can't decode byte 0xa4 in position 11: invalid start byte Traceback (most recent call last): File "/usr/lib/python3/dist-packages/deluge/core/rpcserver.py", line 326, in dispatch ret = self.factory.methods[method](*args, **kwargs) File "/usr/lib/python3/dist-packages/deluge/core/core.py", line 768, in get_torrent_status all_keys=not keys, File "/usr/lib/python3/dist-packages/deluge/core/core.py", line 743, in create_torrent_status torrent_keys, diff, update=update, all_keys=all_keys File "/usr/lib/python3/dist-packages/deluge/core/torrent.py", line 1003, in get_status status_dict[key] = self.status_funcs[key]() File "/usr/lib/python3/dist-packages/deluge/core/torrent.py", line 813, in get_peers client = decode_bytes(peer.client) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa4 in position 11: invalid start byte 17:35:59 [WARNING ][deluge.core.rpcserver :242 ] An exception occurred while sending RPC_ERROR to client. Wrapping it and resending. Error to send(causing exception goes next): Traceback (most recent call last): File "/usr/lib/python3/dist-packages/deluge/core/rpcserver.py", line 326, in dispatch ret = self.factory.methods[method](*args, **kwargs) File "/usr/lib/python3/dist-packages/deluge/core/core.py", line 768, in get_torrent_status all_keys=not keys, File "/usr/lib/python3/dist-packages/deluge/core/core.py", line 743, in create_torrent_status torrent_keys, diff, update=update, all_keys=all_keys File "/usr/lib/python3/dist-packages/deluge/core/torrent.py", line 1003, in get_status status_dict[key] = self.status_funcs[key]() File "/usr/lib/python3/dist-packages/deluge/core/torrent.py", line 813, in get_peers client = decode_bytes(peer.client) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa4 in position 11: invalid start byte 17:35:59 [ERROR ][deluge.core.rpcserver :1418] Exception calling RPC request: 'utf-8' codec can't decode byte 0xa4 in position 11: invalid start byte Traceback (most recent call last): File "/usr/lib/python3/dist-packages/deluge/core/rpcserver.py", line 326, in dispatch ret = self.factory.methods[method](*args, **kwargs) File "/usr/lib/python3/dist-packages/deluge/core/core.py", line 768, in get_torrent_status all_keys=not keys, File "/usr/lib/python3/dist-packages/deluge/core/core.py", line 743, in create_torrent_status torrent_keys, diff, update=update, all_keys=all_keys File "/usr/lib/python3/dist-packages/deluge/core/torrent.py", line 1003, in get_status status_dict[key] = self.status_funcs[key]() File "/usr/lib/python3/dist-packages/deluge/core/torrent.py", line 813, in get_peers client = decode_bytes(peer.client) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa4 in position 11: invalid start byte |
|||
#3364 | Duplicate | Wrong "Down Speed" data | ||
Description |
In the "Status" panel of a torrent, the field "Down Speed:" shows the total uploaded amount and the "Uploaded:" field shows the download speed. |