We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I followed all the instructions in the docs and faced this error (MAC OS): npm run dev-local
dev-local bp-integration-runner
node:internal/process/promises:394 triggerUncaughtException(err, true /* fromPromise */); ^
RequestError: connect ECONNREFUSED 127.0.0.1:4040 at ClientRequest. (/Users/mahmoudnasser/side_work/chatbot/custom-llm/node_modules/got/dist/source/core/index.js:970:111) at Object.onceWrapper (node:events:628:26) at ClientRequest.emit (node:events:525:35) at origin.emit (/Users/mahmoudnasser/side_work/chatbot/custom-llm/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20) at emitErrorEvent (node:_http_client:104:11) at Socket.socketErrorListener (node:_http_client:512:5) at Socket.emit (node:events:513:28) 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) at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1615:16) { code: 'ECONNREFUSED', timings: { start: 1734474099389, socket: 1734474099390, lookup: undefined, connect: undefined, secureConnect: undefined, upload: undefined, response: undefined, end: undefined, error: 1734474099390, abort: undefined, phases: { wait: 1, dns: undefined, tcp: undefined, tls: undefined, request: undefined, firstByte: undefined, download: undefined, total: 1 } } }
Node.js v23.3.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I followed all the instructions in the docs and faced this error (MAC OS):
npm run dev-local
node:internal/process/promises:394
triggerUncaughtException(err, true /* fromPromise */);
^
RequestError: connect ECONNREFUSED 127.0.0.1:4040
at ClientRequest. (/Users/mahmoudnasser/side_work/chatbot/custom-llm/node_modules/got/dist/source/core/index.js:970:111)
at Object.onceWrapper (node:events:628:26)
at ClientRequest.emit (node:events:525:35)
at origin.emit (/Users/mahmoudnasser/side_work/chatbot/custom-llm/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20)
at emitErrorEvent (node:_http_client:104:11)
at Socket.socketErrorListener (node:_http_client:512:5)
at Socket.emit (node:events:513:28)
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)
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1615:16) {
code: 'ECONNREFUSED',
timings: {
start: 1734474099389,
socket: 1734474099390,
lookup: undefined,
connect: undefined,
secureConnect: undefined,
upload: undefined,
response: undefined,
end: undefined,
error: 1734474099390,
abort: undefined,
phases: {
wait: 1,
dns: undefined,
tcp: undefined,
tls: undefined,
request: undefined,
firstByte: undefined,
download: undefined,
total: 1
}
}
}
Node.js v23.3.0
The text was updated successfully, but these errors were encountered: