Replies: 1 comment 6 replies
-
Just finished grappling with this issue after trying to wait out the rate limit timer. The problem is with the user agent data in auth.py Replace the device_settings with params from user-agents.net and you'll be good to go |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to log in but i get this error:
requests.exceptions.HTTPError: 429 Client Error: - for url: https://i.instagram.com/api/v1/accounts/contact_point_prefill/
The account doesn't have 2 factor auth. And my username and password are exactly correct. I'm using this code to test:
Maybe I should change something in the device settings or in the config file?
Also I do not understand if it is normal that when I try to log in, the link is not https://i.instagram.com/api/v1/accounts/login/, but https://i.instagram.com/api/v1/accounts/contact_point_prefill/
The full traceback is:
Beta Was this translation helpful? Give feedback.
All reactions