Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unicodedecode error #90

Open
manishchandwani opened this issue Apr 19, 2018 · 2 comments · May be fixed by #125
Open

unicodedecode error #90

manishchandwani opened this issue Apr 19, 2018 · 2 comments · May be fixed by #125

Comments

@manishchandwani
Copy link

UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 93: character maps to

@coltensmith121
Copy link

Is everything in the same folder and is the path to the folder?

@coltensmith121
Copy link

Replace
sample_questions = json.loads(open("Data/questions.json").read())
with
sample_questions = json.loads(open("Data/questions.json", encoding="utf8").read())

@novel-yet-trivial novel-yet-trivial linked a pull request May 31, 2018 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants