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
I installed Stellar-Core and Stellar-Horizon from the Debian binary package format on Ubuntu LTS. I set up a private network with 5 nodes. Despite the completion of the Stellar Core sync, I encountered an error response stating "Still Ingesting."
The output of the command stellar-horizon version is:
total used free shared buff/cache available
Mem: 1.9Gi 476Mi 63Mi 89Mi 1.4Gi 1.1Gi
Swap: 11Gi 41Mi 11Gi
The output of the command curl NODE01_IP:8000/accounts/GB... is:
{
"type": "https://stellar.org/horizon-errors/still_ingesting",
"title": "Still Ingesting",
"status": 503,
"detail": "Data cannot be presented because it's still being ingested. Please wait for several minutes before trying your request again."
}
The text was updated successfully, but these errors were encountered:
I installed Stellar-Core and Stellar-Horizon from the Debian binary package format on Ubuntu LTS. I set up a private network with 5 nodes. Despite the completion of the Stellar Core sync, I encountered an error response stating "Still Ingesting."
The output of the command
stellar-horizon version
is:The output of the command
stellar-core version
is:The output of the command
cat /etc/stellar/stellar-core.cfg
is:The output of the command
stellar-core --conf /etc/stellar/stellar-core.cfg http-command 'info'
is:The output of the command
cat /etc/default/stellar-horizon
is:The output of the command
journalctl -u stellar-horizon.service -f
is:The output of the command
cat /etc/stellar/stellar-captive-core.cfg
is:The output of the command
free -h
is:The output of the command
curl NODE01_IP:8000/accounts/GB...
is:The text was updated successfully, but these errors were encountered: