ohld / igbot

🐙 Free scripts, bots and Python API wrapper. Get free followers with our auto like, auto follow and other scripts!
https://hikerapi.com/p/N2P6iqiM
Apache License 2.0
4.71k stars 1.47k forks source link

[QUESTION] Can't login, Instagram keep asking me if this was me and every time I click yes still won't login #1343

Open raj0x29 opened 4 years ago

raj0x29 commented 4 years ago

Before submitting an issue, make sure you have:

Which example file are you using?

python infinity_feedliker.py

Describe your Question/Issue:

Can't login, Instagram keep asking me if this was me and every time I click yes still won't login

Paste the output of python -V here:

Code you are using:

Python 2.7.16

Error/Debug Log:

raj@stli-93z-23340 examples % python infinity_feedliker.py
2020-03-03 10:04:32,516 - INFO - Instabot version: 0.112.0 Started
Which account do you want to use? (Type number)
1: rajxxxxxxx29
0: add another account.
-1: delete all accounts.
1
2020-03-03 10:04:35,061 - INFO - Not yet logged in starting: PRE-LOGIN FLOW!
2020-03-03 10:04:37,410 - ERROR - Request returns 400 error!
2020-03-03 10:04:37,410 - INFO - Instagram's error message: challenge_required
2020-03-03 10:04:37,410 - INFO - Error type: checkpoint_challenge_required
2020-03-03 10:04:37,411 - INFO - Liking timeline feed:
2020-03-03 10:04:37,436 - CRITICAL - Not logged in!
Traceback (most recent call last):
  File "infinity_feedliker.py", line 28, in <module>
    bot.like_timeline()
  File "/Users/raj/Library/Python/2.7/lib/python/site-packages/instabot/bot/bot.py", line 725, in like_timeline
    return like_timeline(self, amount)
  File "/Users/raj/Library/Python/2.7/lib/python/site-packages/instabot/bot/bot_like.py", line 208, in like_timeline
    medias = self.get_timeline_medias()[:amount]
  File "/Users/raj/Library/Python/2.7/lib/python/site-packages/instabot/bot/bot.py", line 558, in get_timeline_medias
    return get_timeline_medias(self)
  File "/Users/raj/Library/Python/2.7/lib/python/site-packages/instabot/bot/bot_get.py", line 76, in get_timeline_medias
    if not self.api.get_timeline_feed():
  File "/Users/raj/Library/Python/2.7/lib/python/site-packages/instabot/api/api.py", line 786, in get_timeline_feed
    "feed/timeline/", data, with_signature=False, headers=headers
  File "/Users/raj/Library/Python/2.7/lib/python/site-packages/instabot/api/api.py", line 486, in send_request
    raise Exception(msg)
Exception: Not logged in!
duplicate-issues[bot] commented 4 years ago

Hey @RajPatel0929,

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 :smile:

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

Cheers, Your Friendly Neighborhood ProBot

amirarj commented 4 years ago

same problem here.

2020-03-04 09:36:17,140 - ERROR - Request returns 400error!
2020-03-04 09:36:17,226 - INFO - Instagram's error message: challenge_required
2020-03-04 09:36:17,227 - INFO - Error type: checkpoint_challenge_required
soulpawa commented 4 years ago

try to execute with python2.7 infinity_feedliker.py

or update to python 3.7

ValeryP commented 4 years ago

The same issue using python3.7:

2020-03-07 19:18:34,860 - INFO - Not yet logged in starting: PRE-LOGIN FLOW!
2020-03-07 19:18:37,561 - ERROR - Request returns 400 error!
2020-03-07 19:18:37,561 - INFO - Instagram's error message: challenge_required
2020-03-07 19:18:37,562 - INFO - Error type: checkpoint_challenge_required
phillip055 commented 4 years ago

Same

bruvv commented 4 years ago

Try development branch

ohld commented 4 years ago

@bruvv is trying to fix the login right now, the code is in development branch. We need more testing - please join us!

berthelol commented 4 years ago

Hey guys ! Any update on this ? 🥺

raj0x29 commented 4 years ago

where is development branch? I can't seem to find it

MatteKuda commented 4 years ago

Hello,

Any update?

OdraudeKey commented 4 years ago

Any update ? :(

Galtvam commented 4 years ago

Any update?

mostafavahdanideh commented 4 years ago

I have the same problem when i want to log in I have the checkpoint_challenge_required error

this solution works https://github.com/instabot-py/instabot.py but i want run bot.login() directly in ide

I searched and found this comment https://github.com/instagrambot/instabot/issues/838#issuecomment-473660099

francescoalongi commented 4 years ago

I have the same issue here, while logging in the instabot keeps asking me to solve the challenge. When I solve the challenge and I try to use instabot again I get the same issue.

2020-04-04 12:50:52,850 - ERROR - Request returns 400 error!
2020-04-04 12:50:52,850 - INFO - Instagram's error message: challenge_required
2020-04-04 12:50:52,850 - INFO - Error type: checkpoint_challenge_required
2020-04-04 12:50:52,851 - INFO - Checkpoint challenge required...
2020-04-04 12:50:52,851 - CRITICAL - Not logged in!

Please do you have any update on this?

leon-wbr commented 4 years ago

Please see https://github.com/instagrambot/instabot/issues/1293#issuecomment-610935629 for a quick workaround for this issue until it is properly resolved.