aptos-core icon indicating copy to clipboard operation
aptos-core copied to clipboard

Indexer Could not fetch 500 transactions starting at ...

Open olton opened this issue 2 years ago • 6 comments

🐛 Bug

Indexer periodically puts to console errors for different versions:

Caused by:
    EOF while parsing a value at line 1 column 0
2022-08-05T13:49:58.572664Z [tokio-runtime-worker] ERROR ecosystem/indexer/src/indexer/fetcher.rs:81 Could not fetch 500 transactions starting at 688013, will retry in 5000ms. Err: error decoding response body: EOF while parsing a value at line 1 column 0

olton avatar Aug 05 '22 13:08 olton

can you tell me what the actual value the indexer got was perchance?

CapCap avatar Aug 08 '22 20:08 CapCap

can you tell me what the actual value the indexer got was perchance?

It would play at different version values, then skip again.

olton avatar Aug 10 '22 14:08 olton

Is it still happening with latest main, after u64 changes? I will also try to debug with versions you provided

CapCap avatar Aug 10 '22 15:08 CapCap

I can't check because now it gives another error. I published it here https://github.com/aptos-labs/aptos-core/issues/2753

olton avatar Aug 10 '22 15:08 olton

Version 5200214

    EOF while parsing a value at line 1 column 0
2022-08-14T06:19:06.276217Z [tokio-runtime-worker] ERROR ecosystem/indexer/src/indexer/fetcher.rs:81 Could not fetch 500 transactions starting at 5200214, will retry in 5000ms. Err: error decoding response body: EOF while parsing a value at line 1 column 0```

olton avatar Aug 14 '22 06:08 olton

This issue is stale because it has been open 45 days with no activity. Remove the stale label or comment - otherwise this will be closed in 15 days.

github-actions[bot] avatar Nov 07 '22 06:11 github-actions[bot]

This issue is stale because it has been open 45 days with no activity. Remove the stale label or comment - otherwise this will be closed in 15 days.

github-actions[bot] avatar Dec 24 '22 01:12 github-actions[bot]

likely fixed by now... I hope

davidiw avatar Dec 24 '22 05:12 davidiw