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

Application error: a client-side exception has occurred (see the browser console for more information). #880

Open
Manveer-Pbx1 opened this issue Jan 12, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@Manveer-Pbx1
Copy link

When you go to the website it shows this error. Maybe there is some hydration error on the frontend

Copy link

dosubot bot commented Jan 12, 2025

Hey there, @Manveer-Pbx1! I'm here to assist you with any bugs, questions, or contributions you have. Let's tackle this issue together!

I couldn't find specific information about hydration errors in the Scrapegraph-ai repository. However, client-side exceptions are generally handled with specific error handling mechanisms. For example, in the search_on_web function, exceptions like requests.Timeout and requests.RequestException are caught and handled, raising appropriate errors with informative messages [1][2].

To troubleshoot the hydration error, you might want to check the browser console for more detailed error messages, which can provide insights into what might be causing the issue. Additionally, reviewing the frontend code for any components or libraries that might be causing conflicts during the hydration process could be helpful.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@dosubot dosubot bot added the bug Something isn't working label Jan 12, 2025
@VinciGit00
Copy link
Collaborator

Hi @Manveer-Pbx1 please share the code, otherwise we cannot understand the problem

@Manveer-Pbx1
Copy link
Author

Hi @Manveer-Pbx1 please share the code, otherwise we cannot understand the problem

Hi, I understand that. But I want you to know that I am not aware of the exact code that is causing this. I just noticed this error when I visited the website. You can try that to replicate the error.

@Manveer-Pbx1
Copy link
Author

Hey I looked into the console and found some information.

First up the console shows this error: Failed to load resource: the server responded with a status of 403 ()
When you go to the mentioned API endpoint: https://api.github.com/repos/ScrapeGraphAI/Scrapegraph-ai
You will see this: {"message":"API rate limit exceeded for 103.161.223.11. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}

Note: I had opened the website for the very first time.

Rest of the things that the console provides:
TypeError: Cannot read properties of undefined (reading 'toLocaleString')

I hope it helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants