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

Login by session id (to import) #63

Merged
merged 1 commit into from
Oct 29, 2023
Merged

Login by session id (to import) #63

merged 1 commit into from
Oct 29, 2023

Conversation

nathanfallet
Copy link
Contributor

@nathanfallet nathanfallet commented Oct 28, 2023

I encountered the same problem as subzeroid/instagrapi#135 but with this payload instead:

{
  "detail": "Please wait a few minutes before you try again.",
  "exc_type": "PleaseWaitFewMinutes"
}

and also when trying to login again from the server:

{
  "detail": "The password you entered is incorrect. Please try again. If you are sure that the password is correct, then change your IP address, because it is added to the blacklist of the Instagram Server",
  "exc_type": "BadPassword"
}

(I've been trying multiple things for the whole week without success)

So as @syunki4649 mentioned, we can import the session id from somewhere else (eg. browser) to be able to login, so I added the route to do so.

@subzeroid subzeroid merged commit 383e7cd into subzeroid:main Oct 29, 2023
1 check failed
@subzeroid
Copy link
Owner

@nathanfallet thank you!

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

Successfully merging this pull request may close these issues.

2 participants