We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've tried to use BeemPy for interacting with the Whaleshares chain.
Reading data from the chain works on what I've tried, but sending a Transaction seems to be less successfull.
I've tried to run a "witness_update" command, both through CLI and Python, and both end up failing with a Bad Cast(7)
Bad Cast(7)
CLI Command: beempy -n https://pubrpc.whaleshares.io
beempy -n https://pubrpc.whaleshares.io
witnessupdate --witness startail --url myurl --signing_key 5xxxxxxxxxxxxxxxxxxxxxxx Traceback (most recent call last): File "....local/lib/python3.8/site-packages/beemapi/noderpc.py", line 64, in rpcexec reply = super(NodeRPC, self).rpcexec(payload) File "....local/lib/python3.8/site-packages/beemapi/graphenerpc.py", line 440, in rpcexec raise RPCError(ret['error']['message']) beemapi.exceptions.RPCError: Bad Cast (7) Invalid cast from type 'array_type' to Object
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've tried to use BeemPy for interacting with the Whaleshares chain.
Reading data from the chain works on what I've tried, but sending a Transaction seems to be less successfull.
I've tried to run a "witness_update" command, both through CLI and Python, and both end up failing with a
Bad Cast(7)
CLI Command:
beempy -n https://pubrpc.whaleshares.io
The text was updated successfully, but these errors were encountered: