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

Urgent Error facing Localhost:5173 says ~~~~~ #61

Open
Divyanshu-Sethi opened this issue Jun 24, 2023 · 4 comments
Open

Urgent Error facing Localhost:5173 says ~~~~~ #61

Divyanshu-Sethi opened this issue Jun 24, 2023 · 4 comments

Comments

@Divyanshu-Sethi
Copy link

image

hey i am facing such issue please guide i tried changing the api generated api key, even the port no. as well as the making it work on localhost level but it is still not working properly help urgently

warning : DevTools failed to load source map: Could not load content for chrome-extension://nllcnknpjnininklegdoijpljgdjkijc/bundles/injectExtensionInstalled.js.map: System error: net::ERR_BLOCKED_BY_CLIENT

@tydolla00
Copy link

429 error indicates you're sending too many requests. Maybe you're stuck in a loop of sending requests to the API?

@Divyanshu-Sethi
Copy link
Author

429 error indicates you're sending too many requests. Maybe you're stuck in a loop of sending requests to the API?

So can you please suggest me a way to like overcome this issue

@Sarius09
Copy link

I ve got the same problem

@tydolla00
Copy link

429 error indicates you're sending too many requests. Maybe you're stuck in a loop of sending requests to the API?

So can you please suggest me a way to like overcome this issue

On line 90 in script.js in your repo you're sending a fetch request to the backend server that he set up. That's probably why you're getting a 429 error because a lot of people like you are trying to access that server. If you change the url to 'localhost:port/' you should be good.

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