pgrimaud / instagram-user-feed

This is a scrapper to easily fetch any feed and interact with Instagram (like, follow, etc.) without OAuth for PHP.
MIT License
882 stars 138 forks source link

Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `GET https://www.instagram.com/` resulted in a `429 Too Many Requests` response: #242

Closed thirdgarcia closed 2 years ago

thirdgarcia commented 3 years ago

Version(s) affected: x.y.z 6.11.0 Description
Im using a proxy but im still having 429 error. Its working fine on my local but im having the error on our staging server

How to reproduce
Code and/or config needed to reproduce your problem.

Additional context
Optional: any other context about the problem: log messages, screenshots, etc.

pgrimaud commented 3 years ago

I'm totally aware of this error. How many requests did you do before getting this error?

thirdgarcia commented 3 years ago

Thanks for your reply.

Im not sure how many request I made. The proxy is being used in two websites for the same purpose. The other one works fine.

I was able to resolve this issue by disabling the proxy in the website with error.

pgrimaud commented 3 years ago

Are you sure about the usage of your proxy? Could you paste the code you wrote? It's pretty weird it works one 1 website and the not on the other one.

gergel0304 commented 3 years ago

Have the same problem, set new proxy and get this error. When test on localhost without proxy - everything works fine, doesn't work with proxy on localhost, and also 429 error on webhosting (with and without proxy). Will try to change proxy server.

gergel0304 commented 3 years ago

I changed proxy and everything works fine

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

karrarjasim commented 2 years ago

I changed proxy and everything works fine

What proxy provider are you using? @gergel0304