Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.12] UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf9 in position 25: invalid start byte #7036

Closed
sentry-for-tribler bot opened this issue Sep 7, 2022 · 2 comments
Assignees
Milestone

Comments

@sentry-for-tribler
Copy link

Sentry Issue: TRIBLER-P6
4 users affected

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf9 in position 25: invalid start byte
(3 additional frame(s) were not displayed)
...
  File "ipv8\util.py", line 35, in call_async
  File "tribler\core\components\libtorrent\download_manager\download_manager.py", line 505, in _task_process_alerts
  File "tribler\core\components\libtorrent\download_manager\download_manager.py", line 385, in process_alert
  File "tribler\core\components\libtorrent\download_manager\download.py", line 245, in process_alert
  File "tribler\core\components\libtorrent\download_manager\download.py", line 272, in on_save_resume_data_alert
@sentry-for-tribler
Copy link
Author

sentry-for-tribler bot commented Sep 7, 2022

Could be the same issue: TRIBLER-NM

Traceback (most recent call last):, 
  File "tribler/core/components/restapi/rest/rest_manager.py", line 50, in error_middleware, 
  File "aiohttp/web_middlewares.py", line 117, in impl, 
  File "tribler/core/components/libtorrent/restapi/downloads_endpoint.py", line 251, in get_downloads, 
  File "tribler/core/components/libtorrent/utils/torrent_utils.py", line 21, in invoke_func, 
  File "tribler/core/components/libtorrent/download_manager/download.py", line 560, in get_tracker_status, 
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xcd in position 0: invalid continuation byte

@sentry-for-tribler
Copy link
Author

sentry-for-tribler bot commented Sep 7, 2022

Sentry issue: TRIBLER-SY

<user>.gui.utilities.CreationTraceback: , 
  File "run_tribler.py", line 100, in <module>, 
  File "<user>/gui/start_gui.py", line 73, in run_gui, 
  File "<user>/gui/tribler_window.py", line 378, in __init__, 
  File "<user>/gui/dialogs/addtopersonalchanneldialog.py", line 27, in __init__, 
The above exception was the direct cause of the following exception:, 
Traceback (most recent call last):, 
  File "<user>/gui/utilities.py", line 413, in trackback_wrapper, 
  File "<user>/gui/utilities.py", line 410, in trackback_wrapper, 
  File "<user>/gui/dialogs/addtopersonalchanneldialog.py", line 124, in on_confirm_clicked, 
  File "<user>/gui/tribler_window.py", line 684, in on_add_button_pressed, 
  File "codecs.py", line 322, in decode, 
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbc in position 1793: invalid start byte

@drew2a drew2a self-assigned this Sep 7, 2022
@drew2a drew2a added this to the 7.12.0 January milestone Sep 7, 2022
@drew2a drew2a closed this as completed Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant