console log is like below:
ERROR Error occurred: Failed to create chat completions 22:37:28
at createChatCompletions (.npm/_npx/b3c0db1118356182/node_modules/copilot-api/dist/main.js:783:9)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async handleCompletion (.npm/_npx/b3c0db1118356182/node_modules/copilot-api/dist/main.js:1227:19)
at async .npm/_npx/b3c0db1118356182/node_modules/copilot-api/dist/main.js:1265:10
at async dispatch (.npm/_npx/b3c0db1118356182/node_modules/hono/dist/compose.js:22:17)
at async cors2 (.npm/_npx/b3c0db1118356182/node_modules/hono/dist/middleware/cors/index.js:79:5)
at async dispatch (.npm/_npx/b3c0db1118356182/node_modules/hono/dist/compose.js:22:17)
at async logger2 (.npm/_npx/b3c0db1118356182/node_modules/hono/dist/middleware/logger/index.js:38:5)
at async dispatch (.npm/_npx/b3c0db1118356182/node_modules/hono/dist/compose.js:22:17)
at async .npm/_npx/b3c0db1118356182/node_modules/hono/dist/hono-base.js:301:25
ERROR HTTP error: { error: 22:37:28
{ message: 'Timed out reading request body. Try again, or use a smaller request size.',
code: 'user_request_timeout' } }
--> POST /v1/messages?beta=true 408 61s
I used claude code cli , how could avoid this problem
console log is like below:
ERROR Error occurred: Failed to create chat completions 22:37:28
ERROR HTTP error: { error: 22:37:28
{ message: 'Timed out reading request body. Try again, or use a smaller request size.',
code: 'user_request_timeout' } }
--> POST /v1/messages?beta=true 408 61s
I used claude code cli , how could avoid this problem