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

Incompatible with Whaleshares #241

Open
startailcoon opened this issue Jun 20, 2020 · 0 comments
Open

Incompatible with Whaleshares #241

startailcoon opened this issue Jun 20, 2020 · 0 comments

Comments

@startailcoon
Copy link

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

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
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