-
Notifications
You must be signed in to change notification settings - Fork 17
Description
browser extension is connected to the server, curl test succeeds (need to use wsl etc. for curl in windows)
vs code extension gets 404 errors using 'http://localhost:3003/'
vs code will send output to 'http://localhost:3003/v1', and http://localhost:3003/admin and the logs show the request is queued, just never gets processed like in the curl test. tried http://localhost:3003/v1/chat/completions and whatever else I could think of, no luck so far.
chatgpt.com if that matters, don't think thats relevant though.
Requests just time out:
SERVER: Error in processRequest for 4: Error: Request timed out during active processing
at Timeout._onTimeout (C:\Users\dd\projects\chat-relay\api-relay-server\dist\server.js:213:28)
at listOnTimeout (node:internal/timers:588:17)
at process.processTimers (node:internal/timers:523:7)
Same behavior with both Roo code and Cline.