ripple_path_find closes websocket connection (Version: 2.3.0-b1)
sgramkumar opened this issue · 0 comments
sgramkumar commented
Issue Description
Looking up ripple_path_find (websocket) on devnet, throws Connection error
Steps to Reproduce
- Create a trustline
"tx_json": {
"TransactionType": "TrustSet",
"Account": alice.account_id,
"LimitAmount": {
"currency": "USD",
"issuer": gw.account_id,
"value":"10000",
},
}
- Lookup
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"
}
]
}
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