conductor icon indicating copy to clipboard operation
conductor copied to clipboard

Invalid cast from string_type to Array

Open Someguy123 opened this issue 7 years ago • 1 comments

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 avatar Apr 25 '18 23:04 Someguy123

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.

Someguy123 avatar Apr 26 '18 20:04 Someguy123