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

Indexer: local deployment error in vulcan container "connect ECONNREFUSED 127.0.0.1:5435" #2566

Open
sl4mmy opened this issue Nov 12, 2024 · 4 comments
Labels

Comments

@sl4mmy
Copy link

sl4mmy commented Nov 12, 2024

Following the instructions for deploying locally (https://github.com/dydxprotocol/v4-chain/tree/main/indexer#deploying) in a fresh clone at tag indexer/v7.0.1:

...
vulcan-1            | 2024-11-08 16:07:24 [error]: {
vulcan-1            |   "at": "tasks#wrapBackgroundTask",
vulcan-1            |   "message": "Background task had an uncaught error",
vulcan-1            |   "error": {
vulcan-1            |     "message": "connect ECONNREFUSED 127.0.0.1:5435",
vulcan-1            |     "errno": -111,
vulcan-1            |     "code": "ECONNREFUSED",
vulcan-1            |     "syscall": "connect",
vulcan-1            |     "address": "127.0.0.1",
vulcan-1            |     "port": 5435
vulcan-1            |   },
vulcan-1            |   "shouldRethrowErrors": true,
vulcan-1            |   "taskName": "main",
vulcan-1            |   "timestamp": "2024-11-08T16:07:24.074Z"
vulcan-1            | }
vulcan-1            | Error: connect ECONNREFUSED 127.0.0.1:5435
vulcan-1            |     at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16)
vulcan-1            |     at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17)
@sl4mmy
Copy link
Author

sl4mmy commented Nov 12, 2024

Following this error the message below is printed repeatedly until I CTRL-C docker-compose:

...
socks-1             | 2024-11-08 16:07:27 [error]: {
socks-1             |   "at": "block-table#getLatest",
socks-1             |   "message": "Unable to find latest block",
socks-1             |   "timestamp": "2024-11-08T16:07:27.611Z"
socks-1             | }

@jaymegordo
Copy link

^also getting this same error and behaviour with "Unable to find latest block"

@xSpoooK
Copy link

xSpoooK commented Dec 5, 2024

Hey, how do you fit it ?

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

No branches or pull requests

3 participants