You are viewing a single comment's thread from:
RE: Pocket confirmer bots: bug fixed; please upgrade to latest code now!
Surprising. Than bot did stuck I've updated python-steem to the new url https://api.steemit.com
. It worked. I was thinking that RPC server uri change was causing this.
Anyway, I'll update the code. Thank you for staying around!
I run my own steemd node, and my bot got stuck too. So I don't know. Right, I need to update the urls in the default config file too.
It is nice that
python-steem
updated too. It will fix problem from both ends.By the way, what version number do you have of python-steem?
I've pulled version with latest commit
6467801565be992140a1234ea9a4987aa6fd71ee
(did not find the actual version number there)I did the same only earlier today and bot started to process blocks - and I am still running version without this fix. Before this change I've got a lot of errors:
so I also assumed that this is connected with killing of
steemd.steemit.com
.What is worth mentioning, I had to change
steemd.steemit.com
toapi.steemit.com
in steem-python code (setting any nodes in configuration file did not fixed anything). Nevertheless I will also try to update to newer version tonight.Right, that makes sense. I wonder why my local steemd was having the problem too. Weird.
In any case, I need to do a comprehensive upgrade to get it compatible with the official steem-python.