streamingfast / firehose-ethereum

Ethereum on StreamingFast
Apache License 2.0
80 stars 24 forks source link

file does not exist error while running start.sh #56

Closed nasbasarin closed 1 year ago

nasbasarin commented 1 year ago

source shutting down {"endpoint_url": ":13010", "error": "rpc error: code = Unimplemented desc = unknown service sf.bstream.v1.BlockStream"} 2023-03-31T05:15:15.974Z INFO (index-builder) reading from blocks store: file does not (yet?) exist, retrying in {"filename": "/home/ubuntu/ethereum/sf-data/storage/merged-blocks/0000000000.dbin.zst", "base_filename": "0000000000", "retry_delay": "4s"}

matthewdarwin commented 1 year ago

The indexer is looking for a file the merger didn't create yet. Seems normal (not an error). Wait for the merger to create the file.

maoueh commented 1 year ago

Seems like some wrong request sent maybe to wrong port and like mentioned above, the second log is not an error.

Closing for now, reach out on Discord for further help.