This repository was archived by the owner on Nov 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 127
Canopy server Not Working on Windows 11 #225
Labels
bug
Something isn't working
Comments
Looking into that and will respond soon, thanks for flagging this! |
hi, @DanKamNdi Just letting you know we are still working on this |
@DanKamNdi looks like uvicorn in Windows closes the receiving socket after a certain amount of time. Since we do not have a timeout for the health check (in canopy chat route), the request hangs. In any case, I will open a PR to raise a proper exception in case we reach a read timeout from the canopy server but is it possible for you to try restarting the server and let me know if it works? |
7 tasks
7 tasks
PR #236 |
7 tasks
Also will keep the issue open until we understand/solve why the server stops responding after a specific time. @igiloh-pinecone @miararoy FYI |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is this a new bug?
Current Behavior
The server starts in the terminal. But when I do
canopy chat
it doesn't do anything. It is just blank. It doesn't crash or do anything.The terminal just stays blank.

Expected Behavior
This is what should happen
Steps To Reproduce
I followed the setup.
Relevant log output
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: