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
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:
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)
The text was updated successfully, but these errors were encountered:
GH-82 Indexer: local deployment error in vulcan container "connect ECONNREFUSED 127.0.0.1:5435"
Sorry, something went wrong.
Following this error the message below is printed repeatedly until I CTRL-C docker-compose:
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 | }
^also getting this same error and behaviour with "Unable to find latest block"
Hey, how do you fit it ?
No branches or pull requests
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
:The text was updated successfully, but these errors were encountered: