We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looking up ripple_path_find (websocket) on devnet, throws Connection error
Connection error
"tx_json": { "TransactionType": "TrustSet", "Account": alice.account_id, "LimitAmount": { "currency": "USD", "issuer": gw.account_id, "value":"10000", }, }
ripple_path_find
"tx_json": { "destination_account": alice.account_id, "destination_amount": { "currency": "USD", "issuer": gw.account_id, "value":"10000" }, "source_account": gw.account_id, "source_currencies": [ { "currency": "XRP" }, { "currency": "USD" } ] }
response should spit out the paths_computed
paths_computed
websockets.exceptions.ConnectionClosedError: sent 1011 (unexpected error) keepalive ping timeout; no close frame received
Client host: Mac, as well as ubuntu 22.04
debug.log.tar.gz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Description
Looking up ripple_path_find (websocket) on devnet, throws
Connection error
Steps to Reproduce
ripple_path_find
Expected Result
response should spit out the
paths_computed
Actual Result
websockets.exceptions.ConnectionClosedError: sent 1011 (unexpected error) keepalive ping timeout; no close frame received
Environment
Client host: Mac, as well as ubuntu 22.04
Supporting Files
debug.log.tar.gz
The text was updated successfully, but these errors were encountered: