Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

[BUG] checkpoint_challenge_required #1428

Open
aidenmitchell opened this issue Apr 12, 2020 · 4 comments
Open

[BUG] checkpoint_challenge_required #1428

aidenmitchell opened this issue Apr 12, 2020 · 4 comments

Comments

@aidenmitchell
Copy link

Example file

welcome_message.py

Describe the bug

Cannot login to my Instagram account because of checkpoint_challenge_required

Log

2020-04-12 23:30:32,370 - INFO - Not yet logged in starting: PRE-LOGIN FLOW!
2020-04-12 23:30:34,475 - ERROR - Request returns 400 error!
2020-04-12 23:30:34,476 - INFO - Instagram's error message: challenge_required
2020-04-12 23:30:34,476 - INFO - Error type: checkpoint_challenge_required
2020-04-12 23:30:34,476 - CRITICAL - Not logged in!
Traceback (most recent call last):
  File "welcome_message.py", line 85, in <module>
    main()
  File "welcome_message.py", line 65, in main
    new_followers = get_recent_followers(bot, start_time)
  File "welcome_message.py", line 22, in get_recent_followers
    ok = bot.api.get_recent_activity()
  File "/home/ubuntu/.local/lib/python3.6/site-packages/instabot/api/api.py", line 1112, in get_recent_activity
    return self.send_request("news/inbox/?limited_activity=true&show_su=true")
  File "/home/ubuntu/.local/lib/python3.6/site-packages/instabot/api/api.py", line 486, in send_request
    raise Exception(msg)
Exception: Not logged in!

To Reproduce

(EXAMPLE:) Steps to reproduce the behavior:

  1. Run file

Expected behavior

Script logs in.

Version

Python version (python -v): 3.6.9

Operating System: Ubuntu Server 18.04.4

@duplicate-issues
Copy link

Hey @aidenmitchell,

We did a quick check and this issue looks very darn similar to

This could be a coincidence, but if any of these issues solves your problem then I did a good job 😄

If not, the maintainers will get to this issue shortly.

Cheers,
Your Friendly Neighborhood ProBot

@brunobozz
Copy link

If not to me

@kevtv
Copy link

kevtv commented Apr 18, 2020

I've the same issue and still don't find a way to address this problem

@kevtv
Copy link

kevtv commented Apr 18, 2020

Don't know if this has to be something to do with this issue but not even if I do "pip install --user instant==0.117.0" or other version, when I see on the terminal my version for instant it's always 0.105.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants