Skip to content
New issue

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

ripple_path_find closes websocket connection (Version: 2.3.0-b1) #5080

Open
sgramkumar opened this issue Jul 29, 2024 · 0 comments
Open

ripple_path_find closes websocket connection (Version: 2.3.0-b1) #5080

sgramkumar opened this issue Jul 29, 2024 · 0 comments

Comments

@sgramkumar
Copy link
Collaborator

Issue Description

Looking up ripple_path_find (websocket) on devnet, throws Connection error

Steps to Reproduce

  1. Create a trustline
        "tx_json": {
            "TransactionType": "TrustSet",
            "Account": alice.account_id,
            "LimitAmount": {
                "currency": "USD",
                "issuer": gw.account_id,
                "value":"10000",
            },
        }
  1. 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

Supporting Files

debug.log.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant