llama-playground icon indicating copy to clipboard operation
llama-playground copied to clipboard

TRPCClientError: spawn ./bin/main EACCES

Open Dekrikh opened this issue 1 year ago • 8 comments

I couldn't solve it by myself, do you have any idea? This error happens when I send the question

HOST=0.0.0.0 PORT=3000

image

1 of 1 unhandled error

Unhandled Runtime Error TRPCClientError: spawn ./bin/main EACCES

Call Stack TRPCClientError.from node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/transformResult-6fb67924.mjs (4:0) Object.next node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/links/wsLink.mjs (259:43) handleIncomingResponse node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/links/wsLink.mjs (111:0) WebSocket.eval node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/links/wsLink.mjs (127:0)

And i have this in term (1 to 50)

image

[llama-tcp] _createConnection(): error: connect ECONNREFUSED 127.0.0.1:34425
[llama-tcp] start(): error: connect ECONNREFUSED 127.0.0.1:34425 , retrying in 1s ( 7 /50)
[llama-tcp] _createConnection(): error: connect ECONNREFUSED 127.0.0.1:34425
[llama-tcp] start(): error: connect ECONNREFUSED 127.0.0.1:34425 , retrying in 1s ( 8 /50)

Dekrikh avatar Apr 01 '23 23:04 Dekrikh