You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Conductor version 0.3.3
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.
The text was updated successfully, but these errors were encountered: