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

Issues with .json #136

Open
chrisungarro opened this issue Aug 30, 2018 · 1 comment
Open

Issues with .json #136

chrisungarro opened this issue Aug 30, 2018 · 1 comment

Comments

@chrisungarro
Copy link

chrisungarro commented Aug 30, 2018

Please i need help, i am new to python i am following a training video from Udemy build 10 world real applications,
i am about building the dictionary but i am stuck with the errors below.
i don't know what else to do. i will appreciate any help concering how to fix this error.

thanks

parse_constant=parse_constant, object_pairs_hook=obje
ct_pairs_hook, **kw)
  File "C:\Users\learn\AppData\Local\Programs\Python\Pyth
on37-32\lib\json\__init__.py", line 348, in loads
    return _default_decoder.decode(s)
  File "C:\Users\learn\AppData\Local\Programs\Python\Pyth
on37-32\lib\json\decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "C:\Users\learn\AppData\Local\Programs\Python\Pyth
on37-32\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 col
umn 1 (char 0)
@mistercrunch
Copy link
Member

Does this have something to do with PyDruid?

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

2 participants