polkascan / py-substrate-interface

Python Substrate Interface
https://polkascan.github.io/py-substrate-interface/
Apache License 2.0
240 stars 114 forks source link

Unable to query dispatch info. #207

Closed 99Kies closed 2 years ago

99Kies commented 2 years ago

command

python3 balance_transfer.py

error report:

substrateinterface.exceptions.SubstrateRequestException: {'code': 1, 'message': 'Unable to query dispatch info.', 'data': 'Execution failed: Error calling api function: Failed to convert parameter `uxt` from node to runtime of query_info'}
arjanz commented 2 years ago

Which node/runtime are you using? The error message Error calling api function: Failed to convert parameteruxtfrom node to runtime of query_info is from the node, so something goes wrong there..