Broadcast_tx_sync error
I am setting up the node that sync from the master node. The ABCI Query got the below error when an account was being broadcasting to the network. debug /root/go/bin/dpcli tx send dx016l8jc9zcppt6v37lwcl2m76m095wrcsq50wglu dx0136cr30utrwsdeqsgl58kxn2lgkl935rhryrq3t 13006mdap --chain-id=darkpool-dx --generate-only > tx.json { “height”: “0”, “txhash”: “” } ERROR: broadcast_tx_sync: error unmarshalling: invalid character ‘p’ after top-level value sending account -------------- ERROR: ABCIQuery: error unmarshalling: invalid character ‘p’ after top-level value receiving account ------------ ERROR: ABCIQuery: error unmarshalling: invalid character ‘p’ after top-level value ERROR: ABCIQuery: error unmarshalling: invalid character ‘p’ after top-level value … Currently running a private built binary and they both using the same build for the master node and the slave node on another server.using sdk 0.38.5 The queries are successful in the local server on the master node, but not successful from the slave node on another server. The persistent peers are working fine currently almost being ful synced. they are both working on local server and remote server synchronization.…
Excerpt (1199 of 1269 characters). Read the whole post on the forum ↗
I have used --trace to see the error but it doesnt give me any information for help… ERROR: invalid character ‘p’ after top-level value error unmarshalling github.com/tendermint/tendermint/rpc/jsonrpc/client.unmarshalResponseBytes /root/go/pkg/mod/github.com/tendermint/[email protected]/rpc/jsonrpc/client/decode.go:24 github.com/tendermint/tendermint/rpc/jsonrpc/client.(*Client ).Call /root/go/pkg/mod/github.com/tendermint/[email protected]/rpc/jsonrpc/client/http_json_client.go:199 github.com/tendermint/tendermint/rpc/client/http.(*baseRPCClient ).broadcastTX /root/go/pkg/mod/github.com/tendermint/[email protected]/rpc/client/http/http.go:264 github.com/tendermint/tendermint/rpc/client/http.(*baseRPCClient ).BroadcastTxSync /root/go/pkg/mod/github.com/tendermint/[email protected]/rpc/client/http/http.go:259 github.com/cosmos/cosmos-sdk/client/context.CLIContext.BroadcastTxSync /root/go/pkg/mod/github.com/cosmos/[email protected]/client/context/broadcast.go:118 github.com/cosmos/cosmos-sdk/client/context.CLIContext.BroadcastTx /root/go/pkg/mod/github.com/cosmos/[email protected]/client/context/broadcast.go:22…
Excerpt (1156 of 3377 characters). Read the whole post on the forum ↗