heindrick17

Results 9 comments of heindrick17

Thank you @pyramation However, when I try to test with kavajs, I am getting `Error: Bad status on response: 501` on `getSigningKavaClient ` function. I am using my RPC server...

``` Error: Bad status on response: 501 at filterBadStatus (/Users/mac/Documents/lambda/node_modules/@cosmjs/tendermint-rpc/src/rpcclients/httpclient.ts:17:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at async HttpClient.execute (/Users/mac/Documents/lambda/node_modules/@cosmjs/tendermint-rpc/src/rpcclients/httpclient.ts:87:43) at async Function.detectVersion (/Users/mac/Documentslambda/node_modules/@cosmjs/tendermint-rpc/src/tendermint34/tendermint34client.ts:47:22) at async Function.create (/Users/mac/Documents/lambda/node_modules/@cosmjs/tendermint-rpc/src/tendermint34/tendermint34client.ts:41:22) at async Function.connectWithSigner (/Users/mac/Documents/lambda/node_modules/kavajs/node_modules/@cosmjs/stargate/src/signingstargateclient.ts:123:22) ```...

According to my check library code, it just make POST request to RPC server url. There isn't any implementation in root path(RPC server url itself), my RPC server response 501...

I don't think it is related to Kava. I have cosmos RPC server also, it doesn't have any implementation for root path. It will also response 501 error.

Oh, I found issue. I was using REST API type RPC server. After I used tendermint RPC server, issue is gone, I can run code. Thank you. @pyramation

Hello @pro-wh I tried your comment by patching out code lines, I got response. But I got 0 amount for all balance even active balance. What do you think?

When I try without `sub_account`, it is showing correct active balance. So, I don't think it is node issue. ``` { "block_identifier": { "index": 13422205, "hash": "edca42fa854d1e55c8d61b941860140315bcd6494e430a6aaf3159d0de14b2b0" }, "balances": [...

Ah, Then how can I get delegator's escrow balance?