[GH-ISSUE #165] UnicodeEncodeError: 'charmap' codec can't encode character '\u0411' in position 11586: character maps to <undefined> #593

Closed
opened 2026-03-13 22:02:57 +03:00 by kerem · 2 comments
Owner

Originally created by @yuceltoluyag on GitHub (Oct 31, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/165

python start.py  --unfollow-any 1-500
Insomniac v3.1.1

[10/31 23:25:42] Cannot confirm unfollow.
Traceback (most recent call last):
  File "C:\Users\yucel\Insomniac\venv\lib\site-packages\insomniac\__init__.py", line 418, in wrapper
    func(*args, **kwargs)
  File "C:\Users\yucel\Insomniac\venv\lib\site-packages\insomniac\__init__.py", line 259, in job
    unfollow(device,
  File "<string>", line 10, in unfollow
  File "<string>", line 77, in _iterate_over_followings
  File "<string>", line 132, in _do_unfollow
  File "<string>", line 90, in save_crash
  File "<string>", line 72, in dump_hierarchy
  File "C:\Users\yucel\AppData\Local\Programs\Python\Python38\lib\encodings\cp1254.py", line 19, in encode
    return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\u0411' in position 11586: character maps to <undefined>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "start.py", line 4, in <module>
    insomniac.run(activation_code)
  File "C:\Users\yucel\Insomniac\venv\lib\site-packages\insomniac\__init__.py", line 132, in run
    _job_unfollow(device,
  File "C:\Users\yucel\Insomniac\venv\lib\site-packages\insomniac\__init__.py", line 269, in _job_unfollow
    job()
  File "C:\Users\yucel\Insomniac\venv\lib\site-packages\insomniac\__init__.py", line 441, in wrapper
    save_crash(device)
  File "<string>", line 90, in save_crash
  File "<string>", line 72, in dump_hierarchy
  File "C:\Users\yucel\AppData\Local\Programs\Python\Python38\lib\encodings\cp1254.py", line 19, in encode
    return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\u0411' in position 11586: character maps to <undefined>
Originally created by @yuceltoluyag on GitHub (Oct 31, 2020). Original GitHub issue: https://github.com/alexal1/Insomniac/issues/165 ``` python start.py --unfollow-any 1-500 Insomniac v3.1.1 [10/31 23:25:42] Cannot confirm unfollow. Traceback (most recent call last): File "C:\Users\yucel\Insomniac\venv\lib\site-packages\insomniac\__init__.py", line 418, in wrapper func(*args, **kwargs) File "C:\Users\yucel\Insomniac\venv\lib\site-packages\insomniac\__init__.py", line 259, in job unfollow(device, File "<string>", line 10, in unfollow File "<string>", line 77, in _iterate_over_followings File "<string>", line 132, in _do_unfollow File "<string>", line 90, in save_crash File "<string>", line 72, in dump_hierarchy File "C:\Users\yucel\AppData\Local\Programs\Python\Python38\lib\encodings\cp1254.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_table)[0] UnicodeEncodeError: 'charmap' codec can't encode character '\u0411' in position 11586: character maps to <undefined> During handling of the above exception, another exception occurred: Traceback (most recent call last): File "start.py", line 4, in <module> insomniac.run(activation_code) File "C:\Users\yucel\Insomniac\venv\lib\site-packages\insomniac\__init__.py", line 132, in run _job_unfollow(device, File "C:\Users\yucel\Insomniac\venv\lib\site-packages\insomniac\__init__.py", line 269, in _job_unfollow job() File "C:\Users\yucel\Insomniac\venv\lib\site-packages\insomniac\__init__.py", line 441, in wrapper save_crash(device) File "<string>", line 90, in save_crash File "<string>", line 72, in dump_hierarchy File "C:\Users\yucel\AppData\Local\Programs\Python\Python38\lib\encodings\cp1254.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_table)[0] UnicodeEncodeError: 'charmap' codec can't encode character '\u0411' in position 11586: character maps to <undefined> ```
kerem closed this issue 2026-03-13 22:03:02 +03:00
Author
Owner

@alexal1 commented on GitHub (Oct 31, 2020):

Did it save crash .zip folder?

<!-- gh-comment-id:719987100 --> @alexal1 commented on GitHub (Oct 31, 2020): Did it save crash .zip folder?
Author
Owner

@yuceltoluyag commented on GitHub (Oct 31, 2020):

Did it save crash .zip folder?

image

there is no such file.

<!-- gh-comment-id:719988194 --> @yuceltoluyag commented on GitHub (Oct 31, 2020): > Did it save crash .zip folder? ![image](https://user-images.githubusercontent.com/16064131/97789962-a8dd6e00-1bd5-11eb-96f2-3ea02fe011ca.png) there is no such file.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Insomniac#593
No description provided.