Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request failed with status code 429 #26

Closed
Akhil-Sharma-26 opened this issue Jun 9, 2023 · 4 comments
Closed

Request failed with status code 429 #26

Akhil-Sharma-26 opened this issue Jun 9, 2023 · 4 comments

Comments

@Akhil-Sharma-26
Copy link

I am getting this error everytime I am trying to run the application. Can anyone Help?

@Akhil-Sharma-26
Copy link
Author

Request failed with status code 403/
This also a error that I am getting

@Sushant-kumar-pal
Copy link

same i am getting same error

@Akhil-Sharma-26
Copy link
Author

Akhil-Sharma-26 commented Jun 13, 2023

Problem Solved

Well, it Turns out that my directory structure needed to be correctly set.
The .env file that was supposed to be in the root folder of the react app, but I was storing it in the folder outside my react project folder. After moving it to the right place, The error stopped coming.

Error 429

Error 429, also known as "Too Many Requests," is an HTTP status code that indicates the user or client has sent too many requests within a specific timeframe to a server. This status code is typically used when a server wants to limit the number of requests a client can make to prevent overload or abuse of its resources.

Error 403

Error 429, also known as "Too Many Requests," is an HTTP status code that indicates the user or client has sent too many requests within a specific timeframe to a server. This status code is typically used when a server wants to limit the number of requests a client can make to prevent overload or abuse of its resources.

@DevHash28
Copy link

I used a direct key instead of using process.env for "X-rapidAPI-Key" in the header section. It works for me!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants