aptos-core
aptos-core copied to clipboard
Indexer Could not fetch 500 transactions starting at ...
🐛 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
can you tell me what the actual value the indexer got was perchance?
can you tell me what the actual value the indexer got was perchance?
It would play at different version values, then skip again.
Is it still happening with latest main, after u64 changes? I will also try to debug with versions you provided
I can't check because now it gives another error. I published it here https://github.com/aptos-labs/aptos-core/issues/2753
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```
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.
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.
likely fixed by now... I hope