[GH-ISSUE #371] UnicodeDecodeError #247

Closed
opened 2026-02-25 20:35:15 +03:00 by kerem · 1 comment
Owner

Originally created by @pranjal-b on GitHub (Jul 5, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/371

whoogle-search-main>whoogle-search
Traceback (most recent call last):
File "c:\users\pranj\appdata\local\programs\python\python37\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "c:\users\pranj\appdata\local\programs\python\python37\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Users\pranj\AppData\Local\Programs\Python\Python37\Scripts\whoogle-search.exe_main
.py", line 4, in
File "c:\users\pranj\appdata\local\programs\python\python37\lib\site-packages\app_init
.py", line 34, in
os.path.join(app.config['STATIC_FOLDER'], 'settings/languages.json')))
File "c:\users\pranj\appdata\local\programs\python\python37\lib\json_init_.py", line 293, in load
return loads(fp.read(),
File "c:\users\pranj\appdata\local\programs\python\python37\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 289: character maps to

Originally created by @pranjal-b on GitHub (Jul 5, 2021). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/371 whoogle-search-main>whoogle-search Traceback (most recent call last): File "c:\users\pranj\appdata\local\programs\python\python37\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "c:\users\pranj\appdata\local\programs\python\python37\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "C:\Users\pranj\AppData\Local\Programs\Python\Python37\Scripts\whoogle-search.exe\__main__.py", line 4, in <module> File "c:\users\pranj\appdata\local\programs\python\python37\lib\site-packages\app\__init__.py", line 34, in <module> os.path.join(app.config['STATIC_FOLDER'], 'settings/languages.json'))) File "c:\users\pranj\appdata\local\programs\python\python37\lib\json\__init__.py", line 293, in load return loads(fp.read(), File "c:\users\pranj\appdata\local\programs\python\python37\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 289: character maps to <undefined>
kerem 2026-02-25 20:35:15 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@Vinyzu commented on GitHub (Aug 30, 2021):

same error ^^

<!-- gh-comment-id:908429940 --> @Vinyzu commented on GitHub (Aug 30, 2021): same error ^^
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/whoogle-search#247
No description provided.