Skip to content
New issue

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

Error on local setup #24

Open
MahmoudNasser01 opened this issue Dec 17, 2024 · 0 comments
Open

Error on local setup #24

MahmoudNasser01 opened this issue Dec 17, 2024 · 0 comments

Comments

@MahmoudNasser01
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant