You are viewing a single comment's thread from:

RE: Daily Steem-Python Challenge, Win 1 Steem!

in #contest7 years ago (edited)

@veleje

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.

Sort:  

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.

steem = Steem(nodes=["https://api.steemit.com", "https://rpc.buildteam.io"])

this works for me.