You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am getting this errors with docker-compose logs -f blockchain:
blockchain_1 | {"level":"WARN","time":"2021-03-28 18:09:16","message":"Error: Requested block number is in a range that is not available yet, because the ancient block sync is still in progress. (-32000). Sleeping for 10 seconds" }
blockchain_1 | {"level":"ERROR","time":"2021-03-28 18:09:26","message":"#<Peatio::Blockchain::ClientError: Requested block number is in a range that is not available yet, because the ancient block sync is still in progress. (-32000)>"}
blockchain_1 | {"level":"ERROR","time":"2021-03-28 18:09:26","message":"/home/app/lib/peatio/ethereum/blockchain.rb:59:in rescue in fetch_block!'\n/home/app/lib/peatio/ethereum/blockchain.rb:32:in fetch_block!'\n/home/app/app/services/blockchain_service.rb:47:in process_block'\n/home/app/app/workers/daemons/blockchain.rb:38:in block (3 levels) in start'\n/opt/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/core_ext/range/each.rb:9:in each'\n/opt/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/core_ext/range/each.rb:9:in each'\n/home/app/app/workers/daemons/blockchain.rb:36:in block (2 levels) in start'\n/home/app/app/workers/daemons/blockchain.rb:22:in loop'\n/home/app/app/workers/daemons/blockchain.rb:22:in `block in start'"}
Wallets are working for some users but not for all. Ancients blocks are not syncing:
curl --data '{"method":"eth_syncing","params":[],"id":1,"jsonrpc":"2.0"}' -H "Content-Type: application/json" -X POST localhost:8545
{"jsonrpc":"2.0","result":false,"id":1}
curl --data '{"method":"parity_chainStatus","params":[],"id":1,"jsonrpc":"2.0"}' -H "Content-Type: application/json" -X POST localhost:8545
{"jsonrpc":"2.0","result":{"blockGap":["0x1","0x1269228"]},"id":1}
The text was updated successfully, but these errors were encountered:
manolosolalinde
changed the title
Requested block number is in a range that is not available yet, because the ancient block sync is still in progress.
ERROR: Requested block number is in a range that is not available yet, because the ancient block sync is still in progress.
Mar 28, 2021
Hi, I am getting this errors with
docker-compose logs -f blockchain
:blockchain_1 | {"level":"WARN","time":"2021-03-28 18:09:16","message":"Error: Requested block number is in a range that is not available yet, because the ancient block sync is still in progress. (-32000). Sleeping for 10 seconds" }
blockchain_1 | {"level":"ERROR","time":"2021-03-28 18:09:26","message":"#<Peatio::Blockchain::ClientError: Requested block number is in a range that is not available yet, because the ancient block sync is still in progress. (-32000)>"}
blockchain_1 | {"level":"ERROR","time":"2021-03-28 18:09:26","message":"/home/app/lib/peatio/ethereum/blockchain.rb:59:in
rescue in fetch_block!'\n/home/app/lib/peatio/ethereum/blockchain.rb:32:in
fetch_block!'\n/home/app/app/services/blockchain_service.rb:47:inprocess_block'\n/home/app/app/workers/daemons/blockchain.rb:38:in
block (3 levels) in start'\n/opt/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/core_ext/range/each.rb:9:ineach'\n/opt/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4.4/lib/active_support/core_ext/range/each.rb:9:in
each'\n/home/app/app/workers/daemons/blockchain.rb:36:inblock (2 levels) in start'\n/home/app/app/workers/daemons/blockchain.rb:22:in
loop'\n/home/app/app/workers/daemons/blockchain.rb:22:in `block in start'"}Wallets are working for some users but not for all. Ancients blocks are not syncing:
My
cryptonodes.yml
file looks like this:Any ideas?
The text was updated successfully, but these errors were encountered: