algorand / conduit

Algorand's data pipeline framework.
MIT License
37 stars 26 forks source link

pipeline init error: Pipeline.Init(): could not initialize importer (algod): received unexpected error setting sync round (1): HTTP 404: {"message":"Not Found"} #164

Closed isReset728 closed 2 months ago

isReset728 commented 6 months ago
{"__type":"Conduit","_name":"main","level":"info","msg":"Starting Conduit Conduit 1.6.0 (ec0d35a)","time":"2024-02-15T17:23:49.065737443Z"}
{"__type":"Conduit","_name":"main","level":"info","msg":"Using data directory: conduit_data","time":"2024-02-15T17:23:49.065839327Z"}
{"__type":"Conduit","_name":"main","level":"info","msg":"Conduit configuration is valid","time":"2024-02-15T17:23:49.065853594Z"}
 ________  ________  ________   ________  ___  ___  ___  _________
|\   ____\|\   __  \|\   ___  \|\   ___ \|\  \|\  \|\  \|\___   ___\
\ \  \___|\ \  \|\  \ \  \\ \  \ \  \_|\ \ \  \\\  \ \  \|___ \  \_|
 \ \  \    \ \  \\\  \ \  \\ \  \ \  \ \\ \ \  \\\  \ \  \   \ \  \
  \ \  \____\ \  \\\  \ \  \\ \  \ \  \_\\ \ \  \\\  \ \  \   \ \  \
   \ \_______\ \_______\ \__\\ \__\ \_______\ \_______\ \__\   \ \__\
    \|_______|\|_______|\|__| \|__|\|_______|\|_______|\|__|    \|__|

Writing logs to console.
{"__type":"Conduit","_name":"main","level":"info","msg":"Found Importer: algod","time":"2024-02-15T17:23:49.065889222Z"}
{"__type":"Conduit","_name":"main","level":"info","msg":"Found Exporter: postgresql","time":"2024-02-15T17:23:49.065905513Z"}
{"__type":"Conduit","_name":"main","level":"info","msg":"Starting Pipeline Initialization","time":"2024-02-15T17:23:49.065924629Z"}
{"__type":"Conduit","_name":"main","level":"info","msg":"Checking for round override","time":"2024-02-15T17:23:49.066135901Z"}
{"__type":"Conduit","_name":"main","level":"info","msg":"Initializing to pipeline round 1.","time":"2024-02-15T17:23:49.086222835Z"}
{"__type":"importer","_name":"algod","level":"info","msg":"State Delta for round 1 is unavailable on the configured node. Fast catchup is requested. API Response: HTTP 404: {\"message\":\"failed retrieving State Delta: round 1 before dbRound 56929\"}\n","time":"2024-02-15T17:23:49.088983793Z"}
{"__type":"importer","_name":"algod","level":"info","msg":"Catchup required to reach round 1","time":"2024-02-15T17:23:49.08902943Z"}
{"__type":"importer","_name":"algod","level":"warning","msg":"unable to lookup catchpoint: no catchpoint label found for round 1 at: https://algorand-catchpoints.s3.us-east-2.amazonaws.com/consolidated/mainnet_catchpoints.txt","time":"2024-02-15T17:23:50.532634884Z"}

Exiting with error:     pipeline init error: Pipeline.Init(): could not initialize importer (algod): received unexpected error setting sync round (1): HTTP 404: {"message":"Not Found"}

Show logs, How fix it? Thanks.

jasonpaulos commented 4 months ago

Hi @imaiops, are you still seeing this issue? If you could let me know what versions of conduit and algod you see the issue on, and the config options you are using for each, that would be very helpful