You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(node:62488) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
A:\Webstorm\Tauri_electron_app\electron_vite_react\HyperSend\node_modules.pnpm\openai@4.85.4_encoding@0.1.13\node_modules\openai\src\core.ts:488
throw new APIConnectionError({ cause: response });
^
APIConnectionError: Connection error.
at OpenAI.makeRequest (A:\Webstorm\Tauri_electron_app\electron_vite_react\HyperSend\node_modules.pnpm\openai@4.85.4_encoding@0.1.13\node_modules\openai\src\core.ts:488:13)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async KimiServices (a:\Webstorm\Tauri_electron_app\electron_vite_react\HyperSend\src\utils\llm.ts:47:41)
at async (a:\Webstorm\Tauri_electron_app\electron_vite_react\HyperSend\src\utils\llm.ts:64:3) {
status: undefined,
headers: undefined,
request_id: undefined,
error: undefined,
code: undefined,
param: undefined,
type: undefined,
cause: FetchError: request to http://localhost:8889/v1/chat/completions failed, reason: read ECONNRESET
at ClientRequest. (A:\Webstorm\Tauri_electron_app\electron_vite_react\HyperSend\node_modules.pnpm\node-fetch@2.7.0_encoding@0.1.13\node_modules\node-fetch\lib\index.js:1501:11)
at ClientRequest.emit (node:events:519:28)
at emitErrorEvent (node:_http_client:103:11)
at Socket.socketErrorListener (node:_http_client:506:5)
at Socket.emit (node:events:531:35)
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
type: 'system',
errno: 'ECONNRESET',
code: 'ECONNRESET'
}
}
Node.js v22.9.0
The text was updated successfully, but these errors were encountered:
APIConnectionError: Connection error.
at OpenAI.makeRequest (A:\Webstorm\Tauri_electron_app\electron_vite_react\HyperSend\node_modules.pnpm\openai@4.85.4_encoding@0.1.13\node_modules\openai\src\core.ts:488:13)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async KimiServices (a:\Webstorm\Tauri_electron_app\electron_vite_react\HyperSend\src\utils\llm.ts:47:41)
at async (a:\Webstorm\Tauri_electron_app\electron_vite_react\HyperSend\src\utils\llm.ts:64:3) {
status: undefined,
headers: undefined,
request_id: undefined,
error: undefined,
code: undefined,
param: undefined,
type: undefined,
cause: FetchError: request to http://localhost:8889/v1/chat/completions failed, reason: read ECONNRESET
at ClientRequest. (A:\Webstorm\Tauri_electron_app\electron_vite_react\HyperSend\node_modules.pnpm\node-fetch@2.7.0_encoding@0.1.13\node_modules\node-fetch\lib\index.js:1501:11)
at ClientRequest.emit (node:events:519:28)
at emitErrorEvent (node:_http_client:103:11)
at Socket.socketErrorListener (node:_http_client:506:5)
at Socket.emit (node:events:531:35)
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
type: 'system',
errno: 'ECONNRESET',
code: 'ECONNRESET'
}
}
Node.js v22.9.0
The text was updated successfully, but these errors were encountered: