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.
Based on the above conditions, what should i look into for this fix?

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/tendermint@v0.33.6/rpc/jsonrpc/client/decode.go:24
github.com/tendermint/tendermint/rpc/jsonrpc/client.(*Client).Call
/root/go/pkg/mod/github.com/tendermint/tendermint@v0.33.6/rpc/jsonrpc/client/http_json_client.go:199
github.com/tendermint/tendermint/rpc/client/http.(*baseRPCClient).broadcastTX
/root/go/pkg/mod/github.com/tendermint/tendermint@v0.33.6/rpc/client/http/http.go:264
github.com/tendermint/tendermint/rpc/client/http.(*baseRPCClient).BroadcastTxSync
/root/go/pkg/mod/github.com/tendermint/tendermint@v0.33.6/rpc/client/http/http.go:259
github.com/cosmos/cosmos-sdk/client/context.CLIContext.BroadcastTxSync
/root/go/pkg/mod/github.com/cosmos/cosmos-sdk@v0.38.5/client/context/broadcast.go:118
github.com/cosmos/cosmos-sdk/client/context.CLIContext.BroadcastTx
/root/go/pkg/mod/github.com/cosmos/cosmos-sdk@v0.38.5/client/context/broadcast.go:22
github.com/cosmos/cosmos-sdk/x/auth/client/cli.GetBroadcastCommand.func1
/root/go/pkg/mod/github.com/cosmos/cosmos-sdk@v0.38.5/x/auth/client/cli/broadcast.go:39
github.com/spf13/cobra.(*Command).execute
/root/go/pkg/mod/github.com/spf13/cobra@v1.0.0/command.go:842
github.com/spf13/cobra.(*Command).ExecuteC
/root/go/pkg/mod/github.com/spf13/cobra@v1.0.0/command.go:950
github.com/spf13/cobra.(*Command).Execute
/root/go/pkg/mod/github.com/spf13/cobra@v1.0.0/command.go:887
github.com/tendermint/tmlibs/cli.Executor.Execute
/root/go/pkg/mod/github.com/tendermint/tmlibs@v0.8.1/cli/setup.go:89
main.main
/www/dpchainsrc/dp-hub/cmd/dpcli/main.go:69
runtime.main
/usr/local/go/src/runtime/proc.go:203
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1373
broadcast_tx_sync
github.com/tendermint/tendermint/rpc/client/http.(*baseRPCClient).broadcastTX
/root/go/pkg/mod/github.com/tendermint/tendermint@v0.33.6/rpc/client/http/http.go:266
github.com/tendermint/tendermint/rpc/client/http.(*baseRPCClient).BroadcastTxSync
/root/go/pkg/mod/github.com/tendermint/tendermint@v0.33.6/rpc/client/http/http.go:259
github.com/cosmos/cosmos-sdk/client/context.CLIContext.BroadcastTxSync
/root/go/pkg/mod/github.com/cosmos/cosmos-sdk@v0.38.5/client/context/broadcast.go:118
github.com/cosmos/cosmos-sdk/client/context.CLIContext.BroadcastTx
/root/go/pkg/mod/github.com/cosmos/cosmos-sdk@v0.38.5/client/context/broadcast.go:22
github.com/cosmos/cosmos-sdk/x/auth/client/cli.GetBroadcastCommand.func1
/root/go/pkg/mod/github.com/cosmos/cosmos-sdk@v0.38.5/x/auth/client/cli/broadcast.go:39
github.com/spf13/cobra.(*Command).execute
/root/go/pkg/mod/github.com/spf13/cobra@v1.0.0/command.go:842
github.com/spf13/cobra.(*Command).ExecuteC
/root/go/pkg/mod/github.com/spf13/cobra@v1.0.0/command.go:950
github.com/spf13/cobra.(*Command).Execute
/root/go/pkg/mod/github.com/spf13/cobra@v1.0.0/command.go:887
github.com/tendermint/tmlibs/cli.Executor.Execute
/root/go/pkg/mod/github.com/tendermint/tmlibs@v0.8.1/cli/setup.go:89
main.main
/w…/cmd/dpcli/main.go:69
runtime.main
/usr/local/go/src/runtime/proc.go:203
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1373