Closed tudoanh closed 5 years ago
This issue doesn't really contain enough information to help troubleshoot the issue. Does repeating the query at a later time succeed?
Yes, and it keep happened. Now i'm using Ripple Public server (s2.ripple.com) to get transaction info. https://developers.ripple.com/get-started-with-the-rippled-api.html
Seem like I have some mistake when config mainnet and testnet.
Hello guys, I have a problem with rippled server. It's weird and I can not figure it out why and how to fix it, so I need your help.
My case: When I use 'tx' command to get transaction information, some time I succeed and got the info I need, but some time I can't. Example:
But that transaction is succeed, and I can see it at http://ripplerm.github.io/ripple-wallet/ I tried to ledger_request command with the ledger_id from that transaction, and it's worked, but I can not do that every time I need to get info for my user's transaction. So clearly it not the solution I need.
I'm using Testnet for development, and this is my config:
And the response from "server_state" command:
Thanks a lot.