conductor
conductor copied to clipboard
Invalid cast from string_type to Array
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.
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.