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

New error #22

Open
syang19 opened this issue Sep 8, 2019 · 0 comments
Open

New error #22

syang19 opened this issue Sep 8, 2019 · 0 comments

Comments

@syang19
Copy link

syang19 commented Sep 8, 2019

Dear Matthew,

Thank you very much for sharing. It is very helpful and quite easy to install.

I tried to run the sample code 1 that you provided but it gives me the following errors.

I ran with the command prompt and I am using Python 37. What do you think is causing the problem?

File "main.py", line 89, in
d = json.loads(f.read())
File "C:\Users\shuoy\Anaconda3\lib\json_init_.py", line 348, in loads
return _default_decoder.decode(s)
File "C:\Users\shuoy\Anaconda3\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\shuoy\Anaconda3\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Looking forward to your reply.

Thanks,
Shuo

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

No branches or pull requests

1 participant