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

JSON decoder exception #3

Open
mcourtot opened this issue Feb 21, 2018 · 0 comments
Open

JSON decoder exception #3

mcourtot opened this issue Feb 21, 2018 · 0 comments

Comments

@mcourtot
Copy link
Collaborator

FYI - it may be better to run through the whole pipeline when you're back!

Extracting attribute counts from samples.: 100%|███████████████████████████████████████████████████████████████████████| 2000/2000 [00:00<00:00, 583920.92samples/s]
values_Thread1_results.json
Traceback (most recent call last):
File "backend/make_input.py", line 420, in
combine_json()
File "backend/make_input.py", line 364, in combine_json
json_data = json.loads(json_str)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/json/init.py", line 319, in loads
return _default_decoder.decode(s)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

@mcourtot mcourtot changed the title JSOn decoder exception JSON decoder exception Feb 21, 2018
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