Sandbox doesn't sync with Testnet

The last commited block is always 12201101. Why Sandbox no longer able to synchronize with the network?

I don’t see this behaviour - it’s working fine for me


./sandbox status

algod - goal node status
Last committed block: 12204735
Time since last block: 0.3s
Sync Time: 0.0s
Last consensus protocol: https://github.com/algorandfoundation/specs/tree/3a83c4c743f8b17adfd73944b4319c25722a6782
Next consensus protocol: https://github.com/algorandfoundation/specs/tree/3a83c4c743f8b17adfd73944b4319c25722a6782
Round for next consensus protocol: 12204736
Next consensus protocol supported: true
Last Catchpoint: 
Genesis ID: testnet-v1.0
Genesis hash: SGO1GKSzyE7IEPItTxCByw9x8FmnrCDexi9/cOUJOiI=

yes but it’s not working for me, do you how to resolve?

After entering in the sandbox via ./sandbox enter algod, can you copy-paste between triple backquotes ``` the output of:

tail -n 20 node.log
carpenter -D -cat

(for the latter just copy the last 20 lines)

Ha! I’m sorry, I was checking that there was no issue with the nightly build or some other software issue :slight_smile: Not very helpful for resolving your issue though.

Like Fabrice said, if you could grab those logs, and also re-run the ./sandbox status after its been up for and paste the result here.