Traceback (most recent call last):
File "pokecli.py", line 220, in <module>
main()
File "pokecli.py", line 197, in main
config = init_config()
File "pokecli.py", line 64, in init_config
load.update(json.load(data))
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 290, in load
**kw)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 338, in loads
return _default_decoder.decode(s)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 384, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
This is what I get after running python pokecli.py
Any ways to fix it? Thanks in advance!
Edit: this is what I get if I try running your version
Traceback (most recent call last):
File "pokecli.py", line 38, in <module>
import requests
ImportError: No module named requests