Guest User

Untitled

a guest
Feb 13th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.59 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "C:\Users\MuhammedMustafa\Desktop\Python\test.py", line 33, in <module>
  3.     data = json.load(json_file)
  4.   File "C:\Python27\lib\json\__init__.py", line 291, in load
  5.     **kw)
  6.   File "C:\Python27\lib\json\__init__.py", line 339, in loads
  7.     return _default_decoder.decode(s)
  8.   File "C:\Python27\lib\json\decoder.py", line 364, in decode
  9.     obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  10.   File "C:\Python27\lib\json\decoder.py", line 382, in raw_decode
  11.     raise ValueError("No JSON object could be decoded")
  12. ValueError: No JSON object could be decoded
Advertisement
Add Comment
Please, Sign In to add comment