toncenter / ton-indexer

TON Indexer system to store and serve blockchain data using SQL-database
https://toncenter.com/api/v3/
GNU General Public License v3.0
66 stars 32 forks source link

Failed to fetch seqno xxx: [Error:651: seqno not in db] and Rescheduling seqno xxx. and loop. #79

Open duktig666 opened 1 month ago

duktig666 commented 1 month ago

question: The following error was encountered and keeps looping.

I tried a postgresSQL query and didn't actually insert any data.

image

branch: master

ton node status: image

duktig666 commented 1 month ago

I see some updates to the ton-index-worker as follows:

Not sure if that's what caused it.

But the gitsubmodule of ton-index was not updated, so I tried manually updating the latest commit to ton-index-worker.

However, when docker compose up -d index-worker is executed, the compilation fails.