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 while running self-hosted API instance #9

Open
krivochenko opened this issue Jun 7, 2023 · 0 comments
Open

Error while running self-hosted API instance #9

krivochenko opened this issue Jun 7, 2023 · 0 comments

Comments

@krivochenko
Copy link

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?

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