Skip to content

broken queue parsing #2

@DrewDogComputers

Description

@DrewDogComputers

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions