XRPLF / xrpl-py

A Python library to interact with the XRP Ledger (XRPL) blockchain
ISC License
144 stars 83 forks source link

fix: hooks v3 testnet #576

Closed justinr1234 closed 1 year ago

justinr1234 commented 1 year ago

hooks v2 is shutdown

mvadari commented 1 year ago

@justinr1234 there appears to be some sort of format issue in the new faucet

File "/home/runner/work/xrpl-py/xrpl-py/tests/integration/sugar/test_wallet.py", line 159, in test_fund_given_wallet_hooks_v3_testnet_async_websockets
    balance = int(result.result["account_data"]["Balance"])
KeyError: 'account_data'
justinr1234 commented 1 year ago

@justinr1234 there appears to be some sort of format issue in the new faucet

File "/home/runner/work/xrpl-py/xrpl-py/tests/integration/sugar/test_wallet.py", line 159, in test_fund_given_wallet_hooks_v3_testnet_async_websockets
    balance = int(result.result["account_data"]["Balance"])
KeyError: 'account_data'

Yeah I haven’t figured it out yet, because it appears to be identical to the passing JavaScript code

mvadari commented 1 year ago

@justinr1234 there appears to be some sort of format issue in the new faucet

File "/home/runner/work/xrpl-py/xrpl-py/tests/integration/sugar/test_wallet.py", line 159, in test_fund_given_wallet_hooks_v3_testnet_async_websockets
    balance = int(result.result["account_data"]["Balance"])
KeyError: 'account_data'

Yeah I haven’t figured it out yet, because it appears to be identical to the passing JavaScript code

I assume it's because the call is failing.