feedsbrain / instabot-docker

Customized Docker image for instabot.py (https://github.com/instabot-py/instabot.py)
17 stars 6 forks source link

Error with the latest docker version #20

Open Zzo911 opened 4 years ago

Zzo911 commented 4 years ago

Hello,

Since the latest version I cannot login, the error is bellow. My IG account/password is OK, just tested and my config file too, I double checked it since there maybe be difference since the last version of the docker file, but none has been found.

Best regards

Starting instabot for username: xxx Session file: /app/session/xxx.session Uploaded 36 settings to a bot's configuration from instabot.config.yml config file 2020-06-23 16:28:25,329 - xxx - InstaBot - INFO - Instabot v0.7.1 started at 2020-Jun-23 16:28:25 2020-06-23 16:28:25,330 - xxx - InstaBot - DEBUG - User agent 'Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20100101 Firefox/5.02' is used 2020-06-23 16:28:25,331 - xxx - InstaBot - INFO - Trying to login as xxx... Traceback (most recent call last): File "/usr/local/lib/python3.8/runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/local/lib/python3.8/runpy.py", line 86, in _run_code exec(code, run_globals) File "/usr/local/lib/python3.8/site-packages/instabot_py/main.py", line 375, in main() File "/usr/local/lib/python3.8/site-packages/instabot_py/main.py", line 357, in main bot = InstaBot(config=config) File "/usr/local/lib/python3.8/site-packages/instabot_py/instabot.py", line 211, in init self.login() File "/usr/local/lib/python3.8/site-packages/instabot_py/instabot.py", line 308, in login login_response = login.json() File "/usr/local/lib/python3.8/site-packages/requests/models.py", line 897, in json return complexjson.loads(self.text, **kwargs) File "/usr/local/lib/python3.8/json/init.py", line 357, in loads return _default_decoder.decode(s) File "/usr/local/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/local/lib/python3.8/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)