steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
154 stars 100 forks source link

RPC Error on operations using Steem Python #187

Closed Boontjie closed 6 years ago

Boontjie commented 6 years ago

I am getting 'Bad Cast : Invalid cast from string_type to Array' when performing a Transfer operation

cryptohustlin commented 6 years ago

same issue.

I think it has to do with removing the @ from the code?

Boontjie commented 6 years ago

It is unlikely to be the @, I was running old code before the removal. Steemit has changed the API on their side. Some stuff broke today

camponez commented 6 years ago

Could be somewhat related to #188

E-D-A commented 6 years ago

As far as I can see this is only relevant for api.steemit.com. Other nodes are responding as expected.

Boontjie commented 6 years ago

Thanks, it means steemit inc screwed up their node