mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #581] [BUG] UnicodeDecodeError #369
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#369
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 @moghk1 on GitHub (Dec 18, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/581
After installing whoogle with pip, and trying to run
whoogle-search --help, I keep getting this:Whenever I type in any
whoogle-searchcommand it returns with that. What is happening and how can I fix it?@DUOLabs333 commented on GitHub (Dec 19, 2021):
Ok, it seems that Windows does not use
UTF-8by default, butCP1252. So, the fix would probably be to manually specifyutf-8when decoding.