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
======================================================
STARTING NAVIGATOR
======================================================
Logging started: 14/4/2022 - 12:32:56
* Navigator will use a local Sia instance in port 9980
* Connected to the SQLite database!
* API HTTP server running on port: 80
//// SQLite read error: SQLITE_ERROR: no such table: BlockInfo
* Creating tables for the database...
// Local Sia node unavailable for a /consensus call. Timing out 300000ms
The text was updated successfully, but these errors were encountered:
Hi there!
The first error line (SQL read error) is normal the first time you launch Navigator. The second one is caused by a Sia client instance not available for API calls. Be sure that Sia is running and, synced to the blockchain, available on port 9980 and responsive to cURL commands or API calls.
sudo node navigator.js
The output
The text was updated successfully, but these errors were encountered: