You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect to receive an Account object filled with all information, in order to use it in Transaction.seal and Transaction.sign
Current Behavior
getting this error:
Traceback (most recent call last):
File "/app/queryaccount_test.py", line 66, in <module>
main()
File "/app/queryaccount_test.py", line 62, in main
account = ledger_client.query_account(wallet.address())
File "/usr/local/lib/python3.10/site-packages/cosmpy/aerial/client/__init__.py", line 264, in query_account
raise RuntimeError("Unexpected account type returned from query")
RuntimeError: Unexpected account type returned from query
to reproduce you need to fill mnemonic with your seed phrase
Context
running in docker, python:3.10-slim as base image with python3-dev package added
Failure Logs
Traceback (most recent call last):
File "/app/queryaccount_test.py", line 66, in <module>
main()
File "/app/queryaccount_test.py", line 62, in main
account = ledger_client.query_account(wallet.address())
File "/usr/local/lib/python3.10/site-packages/cosmpy/aerial/client/__init__.py", line 264, in query_account
raise RuntimeError("Unexpected account type returned from query")
The text was updated successfully, but these errors were encountered:
Prerequisites
Expected Behavior
I expect to receive an Account object filled with all information, in order to use it in Transaction.seal and Transaction.sign
Current Behavior
getting this error:
To Reproduce
i'm using this code:
to reproduce you need to fill mnemonic with your seed phrase
Context
running in docker, python:3.10-slim as base image with python3-dev package added
Failure Logs
The text was updated successfully, but these errors were encountered: