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 try to run my instance of API:
docker run -e TON_CONFIG=https://ton.org/global-config.json -p 3000:3000 tonwhales/ton-api-v4:v41
And during running I get error:
2023-06-07 17:39:43 Downloading configuration... 2023-06-07 17:39:43 Fetching "https://ton.org/global-config.json" 2023-06-07 17:39:44 Downloading current state.... node:events:491 throw er; // Unhandled 'error' event ^ Error: connect ECONNREFUSED 51.195.189.59:19434 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1278:16) Emitted 'error' event on ADNLClient instance at: at ADNLClient.onError (/app/node_modules/ton-lite-client/dist/adnl/client.js:124:14) at Socket.emit (node:events:513:28) at emitErrorNT (node:internal/streams/destroy:157:8) at emitErrorCloseNT (node:internal/streams/destroy:122:3) at processTicksAndRejections (node:internal/process/task_queues:83:21) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '51.195.189.59', port: 19434 }
What I do wrong?
The text was updated successfully, but these errors were encountered:
#27
Sorry, something went wrong.
No branches or pull requests
I try to run my instance of API:
docker run -e TON_CONFIG=https://ton.org/global-config.json -p 3000:3000 tonwhales/ton-api-v4:v41
And during running I get error:
What I do wrong?
The text was updated successfully, but these errors were encountered: