radrbiz / radard

Radar peer-to-peer network daemon
Other
59 stars 43 forks source link

InsufficientNetworkMode #10

Closed ygcool closed 4 years ago

ygcool commented 4 years ago

server_info:

{ "id": 11, "result": { "info": { "build_version": "1.3.0", "closed_ledger": { "age": 5, "base_fee_xrp": 0.001, "hash": "7830A9DC51E527FB1AADCCF8D1D24B9CFA884DDB2601AB3144A77F8E8534814F", "reserve_base_xrp": 0, "reserve_inc_xrp": 0, "seq": 294 }, "complete_ledgers": "empty", "hostid": "AUTO", "io_latency_ms": 1, "last_close": { "converge_time_s": 3, "proposers": 0 }, "load_factor": 1, "network_ledger": "waiting", "peers": 0, "pubkey_node": "n9MbafpSjKKca8KkiuE6EHSJwCdGSo4UV1oEkLiVTMbP3psEhMzg", "published_ledger": "none", "server_state": "full", "state_accounting": { "connected": { "duration_us": "14", "transitions": 1 }, "disconnected": { "duration_us": "1182553", "transitions": 1 }, "full": { "duration_us": "6242447613", "transitions": 1 }, "syncing": { "duration_us": "0", "transitions": 0 }, "tracking": { "duration_us": "0", "transitions": 0 } }, "uptime": 6244, "validation_quorum": 3 } }, "status": "success", "type": "response" }

request:{ "id": 3, "command": "account_info", "account": "rLnR6ruCzsHRvhEAGMsr2kDHWNCMhs2hZc" }

response: { "error": "noNetwork", "error_code": 16, "error_message": "InsufficientNetworkMode", "id": 3, "request": { "account": "rLnR6ruCzsHRvhEAGMsr2kDHWNCMhs2hZc", "command": "account_info", "id": 3 }, "status": "error", "type": "response" }

ygcool commented 4 years ago

Build according to the documentation “https://github.com/radrbiz/radard/blob/master/README.md