-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The error shown in the screenshot sometimes occurs when posting a question "Please list five genes associated with Alzheimer's disease" to the Kragen server. Specifically, the POST request to http://127.0.0.1:5050/chat/api/v1/got results in a "500 Internal Server Error." The browser console displays "Failed to fetch data: SyntaxError: Unexpected token '<', '<!doctype '... is not valid JSON," indicating that the server response was not in JSON format as expected. Instead, the server seems to have returned an HTML document (often an error page), which the client-side script attempted to parse as JSON.
To Reproduce
Steps to reproduce the behavior:
- Ask KRAGEN the question: 'Please list five genes associated with Alzheimer's disease.
- Check if it shows the API call error or not by opening the console on the web.
- Please use docker logs to check the API calls and error messages.

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
