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

Invalid cast from string_type to Array #16

Open
Someguy123 opened this issue Apr 25, 2018 · 1 comment
Open

Invalid cast from string_type to Array #16

Someguy123 opened this issue Apr 25, 2018 · 1 comment

Comments

@Someguy123
Copy link
Contributor

Conductor version 0.3.3

  File "/usr/local/lib/python3.5/dist-packages/steembase/http_client.py", line 192, in exec
    return_with_args=return_with_args)
  File "/usr/local/lib/python3.5/dist-packages/steembase/http_client.py", line 213, in _return
    raise RPCError(error_message)
steembase.exceptions.RPCError: Bad Cast:Invalid cast from string_type to Array

This happens when trying to do conductor enable STMxxxxxx.

I think something changed with the STEEM API recently (maybe appbase related), it's pretty frustrating as it isn't smart enough to fail over to another RPC node that is compatible.

@Someguy123
Copy link
Contributor Author

It looks like this is related to steem-python being outdated. Updating steem-python rather than conductor fixed it. Quite confusing. Would be nice if conductor could detect this and tell you to update steem-python.

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