mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 18:15:54 +03:00
[GH-ISSUE #127] UnicodeEncodeError - 'charmap' codec can't encode characters in position #98
Labels
No labels
bug
duplicate
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Insomniac#98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @atkedu on GitHub (Oct 6, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/127
Hello guys i m facing this issue on 2.2.1
Crash-2020-10-06-19-38-50.zip
Crash-2020-10-06-19-40-29.zip
Crash-2020-10-06-19-41-19.zip
Any help? Thank you!
@alexal1 commented on GitHub (Oct 7, 2020):
Strange, why logs are missing?
Could you attach full logs here?
@atkedu commented on GitHub (Oct 8, 2020):
Not sure why logs are missing, it was creating a folder instead of a .zip file.
The related problem seems to be solved on 2.2.3, i will close this topic, if necessary i reopen it,
Thank you!
@10000hzl commented on GitHub (Oct 15, 2020):
Hi, this still happens (I'm on version 2.2.8). Apparently it happens when trying to unfollow a user who has non-unicode characters in the name (I'm pretty sure I also saw it happen if the non-unicode characters are in the profile bio). For some reason, no crash file is generated when this happens.
@arthurspa commented on GitHub (Oct 16, 2020):
The logs are missing because it thrown an exception when calling dump_hierarchy().
To solve this we need to set encoding='utf-8' for the xml_dump file. In the printed logs it was using Windows CP1252 encoding, which does not contain ' \u0300'.