[go: up one dir, main page]

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 with username and password Error #348

Open
deepahir opened this issue Dec 23, 2022 · 2 comments
Open

Login with username and password Error #348

deepahir opened this issue Dec 23, 2022 · 2 comments
Assignees
Labels
need-investigations Need investigations to classify

Comments

@deepahir
Copy link

Version(s) affected: 6.16.4

Description
I use this package but when I use login with username and password., when I try to login that time
my Instagram account get notification of We Detected An Unusual Login Attempt , I also approve but then I get timeout error.

Screenshot_4

if I do this thing 4 to 5 times Instagram block my account and notify to change new password.

$credentials = include_once realpath(dirname(__FILE__)) . '/credentials.php'; $cachePool = new FilesystemAdapter('Instagram', 0, __DIR__ . '/../cache'); $api = new Api($cachePool); $imapClient = new ImapClient($credentials->getImapServer(), $credentials->getImapLogin(), $credentials ->getImapPassword()); $api->login($credentials->getLogin(), $credentials->getPassword(),$imapClient); $profile = $api->getProfile($instagram_user);

Can anyone know about this bug,please help me.
Thanks

@deepahir deepahir added the need-investigations Need investigations to classify label Dec 23, 2022
@esedArk
Copy link
esedArk commented Jan 18, 2023

Hey I have the same problem.

Unknown error, please report it with a GitHub issue. Client error: POST https://www.instagram.com/accounts/login/ajax/ resulted in a 403 Forbidden response:
{"message":"Sorry, your password was incorrect. Please double-check your password.","status":"fail"}

But my password is not incorrect...

@deepvision7
Copy link
Contributor

Same here. Changed to a new proxy and it was working fine using cookies login almost for a month until started failing with this error:

400 Bad Request response: {"message":"checkpoint_required","checkpoint_url":"https://i.instagram.com/challenge/?next=/api/v1/users/web_profile_inf (truncated...)

And after that this error:

Error: Unknown error, please report it with a GitHub issue. Client error: POST https://www.instagram.com/accounts/login/ajax/ resulted in a 403 Forbidden response: {"message":"Sorry, your password was incorrect. Please double-check your password.","status":"fail"}

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

No branches or pull requests

4 participants