ping / instagram_private_api

A Python library to access Instagram's private API.
MIT License
2.95k stars 612 forks source link

instagram_private_api.errors.ClientError: Bad Request: feedback_required #323

Open hamaz562006 opened 3 years ago

hamaz562006 commented 3 years ago

what's mean? how to resolve this error? my account is not ban

nizar0x1f commented 3 years ago

I think that this repo is no longer maintained.

jcsumlin commented 3 years ago

That error is likely due to you performing too many actions within the hour. I would limit your interactions to 200 per hour max. Newer accounts will need to lower that even more.

jdouitsis commented 2 years ago

For me the solution was to remove the cached credentials and programatically log in again. So once I deleted them and stored new auth credentials to use for logging in it began to work again.

808arc commented 1 year ago

For me the solution was to remove the cached credentials and programatically log in again. So once I deleted them and stored new auth credentials to use for logging in it began to work again.

can I ask how you done this?