Replies: 1 comment 1 reply
-
Although, I can no longer log into Instagram as my account has been locked out. Do users have a number of backup accounts to deal with this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Upon trying to relogin:
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://i.instagram.com/api/v1/media/3009205055555576414_5459497/likers/
Clicking on that link to further debug, the link shows
{"message":"CSRF token missing or incorrect","status":"fail"}
There are also two other
Exceptions
:instagrapi.exceptions.LoginRequired: login_required
and
instagrapi.exceptions.RateLimitError: Please wait a few minutes before you try again.
May anyone assist? I have a capture for the
LoginRequired
exception, andcl.relogin()
. However, this isn't solving the issues seen.StackOverflow Link: https://stackoverflow.com/questions/48497566/401-client-error-unauthorized-for-url
Beta Was this translation helpful? Give feedback.
All reactions