Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyError: 'ds_user' #15

Open
Amarnath1904 opened this issue Mar 16, 2023 · 0 comments
Open

KeyError: 'ds_user' #15

Amarnath1904 opened this issue Mar 16, 2023 · 0 comments

Comments

@Amarnath1904
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant