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
{{ message }}
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
Traceback (most recent call last):
File "/Users/xxx/MyIGBot/usage.py", line 3, in <module>
bot = MyIGBot('correct-username', 'correct-password')
File "/Users/xxx/MyIGBot/myigbot.py", line 178, in __init__
self.sessionid = login_response.headers['Set-Cookie'].split('sessionid=')[1].split(';')[0]
IndexError: list index out of range
I get this error, I am not sure what to do. Help will be appreciated.
Update:
the error disappeared, now it says login failed. instagram sent me a mail saying suspicious login blocked. need a workaround on this,
The text was updated successfully, but these errors were encountered:
atharvakadlag
changed the title
self.sessionid = login_response.headers['Set-Cookie'].split('sessionid=')[1].split(';')[0]
suspicious login attempt blocked
Dec 19, 2020
I get this error, I am not sure what to do. Help will be appreciated.
Update:
the error disappeared, now it says login failed. instagram sent me a mail saying suspicious login blocked. need a workaround on this,
The text was updated successfully, but these errors were encountered: