Background:
I am creating a REST api with Flask for an app and using this api to check followers, unfollowers etc.
It was working fine for past couple days but suddenly raising challange_required error.
Question:
What to do after a suspicious flag? I have marked (this was me) and confirmed with secret code but the error is still there. Any advice/solution on the matter would be extremely appreciated.
Thanks.
Before submitting an issue, make sure you have:
Which client are you using?
instagram_private_api/
)instagram_web_api/
)Purpose of your issue?
For a bug report, you must include the Python version used, code that will reproduce the error, and the error log/traceback.
Paste the output of
python -V
here:Python 3.6.1
Code:
Complete File Link: https://github.com/ahmednooor/instagram_unfollow_check/blob/master/app.py
Error/Debug Log: On first login request:
And on later login requests:
Describe your issue
Background: I am creating a REST api with Flask for an app and using this api to check followers, unfollowers etc. It was working fine for past couple days but suddenly raising challange_required error. Question: What to do after a suspicious flag? I have marked (this was me) and confirmed with secret code but the error is still there. Any advice/solution on the matter would be extremely appreciated. Thanks.