mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-26 12:45:48 +03:00
[GH-ISSUE #371] UnicodeDecodeError #247
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#247
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 @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
@Vinyzu commented on GitHub (Aug 30, 2021):
same error ^^