-
Notifications
You must be signed in to change notification settings - Fork 211
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
DuckDB initial SQL statements fail #540
Comments
HI @snash4, Thanks for reporting. I think we need more information to check what's happened. Could you provide the log of services? I think the log of
BTW, before you upload the logs, please make sure no sensitive information is in the logs. |
Here are the logs wrenai-wren-engine.log |
I have same problem.but my error message is "Internal server error |
Hi @snash4 I think the logs are incomplete. Typically, the log would like
If got some errors, it would be
Could you dump the logs after retrying all the steps in the doc again? Actually, I can't reproduce this issue in my environment, but I guess the root cause is that the dataset isn't uploaded to the container. Maybe you can double-check if the |
Thanks @aiwenForGit for reporting. Could you provide the logs? According to your error message, I guess wren-ai maybe |
Hi, I tested the OpenAI API separately and it works. |
Thanks. I think it's weird that the error message shows a SQL error, but it's actually an AI service error. @onlyjackfrost Maybe we should check how we handle this error.
@cyyeh Could you check this log? |
@snash4 the ai service log said it couldn't connect to OpenAI. What's the LLM option you chose when you launch WrenAI, OpenAI or Custom? If it's custom, could you share .env.ai file with me with credential key removed? |
Describe the bug
I am trying to run the example on ubuntu machine.
However at the time to duckDB database creation, I get an error.
And after sometime, my terminal shows Timeout
To Reproduce
Steps to reproduce the behavior:
using the example from the documentation to run the services
https://docs.getwren.ai/installation
Then I upload the data given in the documentation here:
https://docs.getwren.ai/getting_started/own_data
Expected behavior
I should be able to upload the data, and query it.
Screenshots
starting the services
creating the database
Timeout after sometime:
Desktop (please complete the following information):
Wren AI Information
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: