-
Notifications
You must be signed in to change notification settings - Fork 259
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
Not working #3
Comments
It works fine for me.
|
yeah it does not work it gives error at the end |
@IdrisGame What is the error? |
Try it, once I put the api, then do the search it gives Answer Error. Doesnt output the answer but gives Answer error |
These are the possible errors: https://github.com/search?q=repo%3Amckaywrigley%2Fclarity-ai%20answer%20error&type=code What is the exact error in your browser console logs? |
Have you tried on your end do you get any error. Also I dont know if is because I put gpt 3 instead of gpt3.5 |
Coincidentally, I did get errors this time. Interestingly it seems to be that specific questions cause errors. I asked it, "What is cool?". The error it threw in the browser: 1 of 1 unhandled error
Unhandled Runtime Error
Error: Internal Server Error
Source
components/Search.tsx (42:12) @ fetchSources
40 | if (!response.ok) {
41 | setLoading(false);
> 42 | throw new Error(response.statusText);
| ^
43 | }
44 |
45 | const { sources }: { sources: Source[] } = await response.json();
Call Stack
async handleSearch
components/Search.tsx (27:20) The error it threw on the server: [DOMException [InvalidCharacterError]: "[class]" did not match the Name production] |
Are you able to fix it? |
I have the same error "Unhandled Runtime Error" |
ran it and getting the same Error message. |
hey guys the error message indicates that an invalid URL was passed to the URL constructor in your Next.js API route at pages/api/sources.ts on line 38.
|
What's the solution? I have the same problem here. |
+1. Can't get it to work. The project also seems unmaintained? I'm working on a new one, with local LLM support. The landscape is already so different than when this project started. |
we tried to implement this code... it is not working
The text was updated successfully, but these errors were encountered: