Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ord-dogecoin JSON-RPC request: getnetworkinfo [] returns json error expected a map #14

Open
minidogenft opened this issue Mar 10, 2023 · 0 comments

Comments

@minidogenft
Copy link

Hello using your repo ord-dogecoin, when i try any wallet command, i get an error right after JSON-RPC request: getnetworkinfo []
not sure why as I don't see big differences between what bitcoin returns vs dogecoin.

[2023-03-10T23:00:49Z INFO ord::index] Connecting to Dogecoin Core RPC server at 127.0.0.1:22555 using credentials from D:\dev\DogecoinData\.cookie
[2023-03-10T23:00:49Z DEBUG bitcoincore_rpc] JSON-RPC request: getblockcount []
[2023-03-10T23:00:49Z DEBUG bitcoincore_rpc] JSON-RPC request: getblockhash [4629503]
[2023-03-10T23:00:49Z DEBUG bitcoincore_rpc] JSON-RPC request: getblock ["f77583d040febbcdb45dd74fd86313fa1fd4204f35502e4fd4cd5f055558b172",false]
[2023-03-10T23:00:49Z DEBUG bitcoincore_rpc] JSON-RPC request: getblockhash [4629504]
[2023-03-10T23:00:49Z DEBUG bitcoincore_rpc] JSON-RPC error for getblockhash: RpcError { code: -8, message: "Block height out of range", data: None }
[2023-03-10T23:00:49Z INFO ord::index::updater] Block 4629503 at 2023-03-10 22:59:42 UTC with 4 transactions…
[2023-03-10T23:00:49Z INFO ord::index::updater] Wrote 0 sat ranges from 0 outputs in 3 ms
[2023-03-10T23:00:49Z INFO ord::index::updater] Committing at block height 4629504, 0 outputs traversed, 0 in map, 0 cached
[2023-03-10T23:00:49Z DEBUG ord::index::updater] Outpoint channel closed
[2023-03-10T23:00:49Z INFO ord::options] Connecting to Dogecoin Core RPC server at 127.0.0.1:22555 using credentials from D:\dev\DogecoinData\.cookie
[2023-03-10T23:00:49Z DEBUG bitcoincore_rpc] JSON-RPC request: getblockchaininfo []
[2023-03-10T23:00:49Z DEBUG bitcoincore_rpc] JSON-RPC request: getnetworkinfo []
error: JSON error: invalid type: sequence, expected a map

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant