That's because the default node on the steem-python is dead. Have a look at the first or second post in the series. @amosbastian suggested there was a fix.
I use this workaround in my own projects.
That's because the default node on the steem-python is dead. Have a look at the first or second post in the series. @amosbastian suggested there was a fix.
I use this workaround in my own projects.
Thank you. I'm not sure what exactly i should do, I'm beginner with Python.
I replaced:
steem = Steem()
with:
steem = Steem(nodes=["https://api.steemit.com", "https://rpc.buildteam.io"])
But I'm getting the same error.
this works for me.