You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2023-03-16 22:52:55,438 - INFO - Instabot version: 0.117.0 Started
Traceback (most recent call last):
File "/home/amarnath/Desktop/dev/insta/expo.py", line 7, in
bot.login(username='username', password='password')
File "/home/amarnath/.local/lib/python3.11/site-packages/instabot/bot/bot.py", line 443, in login
if self.api.login(**args) is False:
^^^^^^^^^^^^^^^^^^^^^^
File "/home/amarnath/.local/lib/python3.11/site-packages/instabot/api/api.py", line 240, in login
self.load_uuid_and_cookie(load_cookie=use_cookie, load_uuid=use_uuid)
File "/home/amarnath/.local/lib/python3.11/site-packages/instabot/api/api.py", line 199, in load_uuid_and_cookie
return load_uuid_and_cookie(self, load_uuid=load_uuid, load_cookie=load_cookie)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/amarnath/.local/lib/python3.11/site-packages/instabot/api/api_login.py", line 352, in load_uuid_and_cookie
cookie_username = self.cookie_dict["ds_user"]
~~~~~~~~~~~~~~~~^^^^^^^^^^^
KeyError: 'ds_user'
The text was updated successfully, but these errors were encountered:
2023-03-16 22:52:55,438 - INFO - Instabot version: 0.117.0 Started
Traceback (most recent call last):
File "/home/amarnath/Desktop/dev/insta/expo.py", line 7, in
bot.login(username='username', password='password')
File "/home/amarnath/.local/lib/python3.11/site-packages/instabot/bot/bot.py", line 443, in login
if self.api.login(**args) is False:
^^^^^^^^^^^^^^^^^^^^^^
File "/home/amarnath/.local/lib/python3.11/site-packages/instabot/api/api.py", line 240, in login
self.load_uuid_and_cookie(load_cookie=use_cookie, load_uuid=use_uuid)
File "/home/amarnath/.local/lib/python3.11/site-packages/instabot/api/api.py", line 199, in load_uuid_and_cookie
return load_uuid_and_cookie(self, load_uuid=load_uuid, load_cookie=load_cookie)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/amarnath/.local/lib/python3.11/site-packages/instabot/api/api_login.py", line 352, in load_uuid_and_cookie
cookie_username = self.cookie_dict["ds_user"]
~~~~~~~~~~~~~~~~^^^^^^^^^^^
KeyError: 'ds_user'
The text was updated successfully, but these errors were encountered: