Sandbox testnet fast catchup stuck at processing accounts 0%

Hey folks,

noob here, trying to start running a testnet node with sandbox to develop on Algorand with py-teal (I’m following the ‘Getting started with Python SDK’ youtube video).

I’m stuck after the fast-catchup on processing accounts (stays at 0%), any ideas why that might be?

I’m running on macos (BigSur), running the sandbox with command: ./sandbox up testnet and the docker container seems to be running with no errors.

This is my terminal output:

Starting sandbox for: testnet
see sandbox.log for detailed progress, or use -v.
* started!

algod version
12885032963
3.2.3.stable [rel/stable] (commit #d2289a52)
go-algorand is licensed with AGPLv3.0
source code available at https://github.com/algorand/go-algorand

Indexer version
OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "cmd/algorand-indexer/algorand-indexer": stat cmd/algorand-indexer/algorand-indexer: no such file or directory: unknown
Indexer disabled for this configuration.

Postgres version
postgres (PostgreSQL) 13.6

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

indexer - health
Indexer disabled for this configuration.

Starting fast-catchup with catchpoint: 19840000#FIM5TCEVTD22GYEG2UMBAOXEVGT6NAGLQLUA4PKXAGF55WTXSARQ

Last committed block: 19847730
Sync Time: 0.5s
Catchpoint: 19840000#FIM5TCEVTD22GYEG2UMBAOXEVGT6NAGLQLUA4PKXAGF55WTXSARQ
Genesis ID: testnet-v1.0
Processing accounts: : [                                        ] [0/1000] 0%
Last committed block: 19847730
Sync Time: 1.1s
Catchpoint: 19840000#FIM5TCEVTD22GYEG2UMBAOXEVGT6NAGLQLUA4PKXAGF55WTXSARQ
Catchpoint total accounts: 1215144
Catchpoint accounts processed: 3072
Catchpoint accounts verified: 0
Genesis ID: testnet-v1.0
Processing accounts: : [                                        ] [0/1000] 0%
Last committed block: 19847730
Sync Time: 1.7s
Catchpoint: 19840000#FIM5TCEVTD22GYEG2UMBAOXEVGT6NAGLQLUA4PKXAGF55WTXSARQ
Catchpoint total accounts: 1215144
Catchpoint accounts processed: 12288
Catchpoint accounts verified: 0
Genesis ID: testnet-v1.0
Processing accounts: : [                                        ] [0/1000] 0%

Also the terminal output after running ./sandbox status in case that’s useful:

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

indexer - health
Indexer disabled for this configuration.

I’ve seen two similar posts about this but it was not clear if this was fixed for them? Please let me know if you have any ideas how to fix this!

Thanks!
~k

It looks just like a display error.

Since your last committed block matches https://testnet.algoexplorer.io/, everything seems to be working properly.

Thanks fabrice!

Any ideas why I might be getting a display error? Other than that everything seems to be working as you said :slight_smile: