-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/instabot_py/main.py", line 376, in
main()
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/instabot_py/main.py", line 357, in main
bot = InstaBot(config=config)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/instabot_py/instabot.py", line 219, in init
self.login()
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/instabot_py/instabot.py", line 316, in login
login_response = login.json()
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/requests/models.py", line 897, in json
return complexjson.loads(self.text, **kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/json/init.py", line 348, in loads
return _default_decoder.decode(s)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)