Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "pokecli.py", line 236, in <module>
  3. main()
  4. File "pokecli.py", line 215, in main
  5. config = init_config()
  6. File "pokecli.py", line 56, in init_config
  7. load.update(json.load(data))
  8. File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 291, in load
  9. **kw)
  10. File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 339, in loads
  11. return _default_decoder.decode(s)
  12. File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 364, in decode
  13. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  14. File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 380, in raw_decode
  15. obj, end = self.scan_once(s, idx)
  16. ValueError: Expecting property name: line 22 column 7 (char 575)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement