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

Challenge Required Error when trying to login #589

Open
19 tasks
vaibhav-shah1988 opened this issue Apr 17, 2023 · 5 comments
Open
19 tasks

Challenge Required Error when trying to login #589

vaibhav-shah1988 opened this issue Apr 17, 2023 · 5 comments

Comments

@vaibhav-shah1988
Copy link

vaibhav-shah1988 commented Apr 17, 2023

I've:

Issue category

  • Bug
  • Feature Request
  • Missing Feature
  • Question
  • [ #] Not sure

Language

  • [# ] C#
  • VB.NET

Usage

  • Windows Form/Console app
  • WPF app
  • [# ] Asp .NET MVC
  • Asp .NET Core
  • Universal Windows Platform [UWP]
  • Xamarin or Xamarin Forms
  • Mono
  • Other

Operating System

  • [ #] Windows
  • Windows Server
  • Linux
  • Mac OS
  • Other

Describe your issue

When I am trying to login using InstagramApiSharp, every time I get below error. Every time I have to go to "https://www.instagram.com/challenge/" & click "That was me", but still next time same error occurs.

Screenshots

image

@CrossV4
Copy link

CrossV4 commented Jun 23, 2023

hey did you fixed that ?

@MCvel
Copy link

MCvel commented Jul 9, 2023

I was having the same issue, but I just logged in Via web and mobile, get a message that there were some suspicious logins, I clicked that everything was Ok, after that I try running the app again and it works just good.

@mos379
Copy link

mos379 commented Nov 11, 2023

Same here, no problem after web interaction.
Issue should be closed

@graysuit
Copy link

image

@vaibhav-shah1988
For normal challenges (like "we noticed automated behavior" etc), you can bypass like

if (loginResult.NeedsChallenge)
{
    await api.AcceptChallengeAsync();
}

But if account got suspended or locked, it won't work.

@CrossV4
Copy link

CrossV4 commented May 2, 2024

Same here, no problem after web interaction. Issue should be closed

i didnt understand did you fixed that ?

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

5 participants