swarm-cli icon indicating copy to clipboard operation
swarm-cli copied to clipboard

Topology 503 while syncing

Open Cafe137 opened this issue 9 months ago • 0 comments

[16:26:41] ~ s status --curl
Bee
API: http://localhost:1633curl "http://localhost:1633" -H "accept: application/json, text/plain, */*"
 [OK]
curl "http://localhost:1633/health" -H "accept: application/json, text/plain, */*"
Version: 2.5.0-rc6-75cadce7c
curl "http://localhost:1633/node" -H "accept: application/json, text/plain, */*"
Mode: light

Topology
curl "http://localhost:1633/topology" -H "accept: application/json, text/plain, */*"
ERROR Request failed with status code 503

There may be additional information in the Bee logs.
[16:26:29] ~ curl "http://localhost:1633/topology"
{"code":503,"message":"Node is syncing. This endpoint is unavailable. Try again later."}

Cafe137 avatar Mar 25 '25 15:03 Cafe137