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
{{ message }}
This repository was archived by the owner on Mar 23, 2020. It is now read-only.
Occasionally (every 10-20 votes or so) my bot fails with this error:
Traceback (most recent call last):
File "./votingbot.py", line 113, in
for c in steem.stream_comments():
File "/home/.local/lib/python3.4/site-packages/piston/steem.py", line 976, in stream_comments
for c in self.rpc.stream("comment", _args, *_kwargs):
File "/usr/local/lib/python3.4/dist-packages/steemapi/steemnoderpc.py", line 143, in stream
for block in self.block_stream(_args, *_kwargs):
File "/usr/local/lib/python3.4/dist-packages/steemapi/steemnoderpc.py", line 109, in block_stream
head_block = props['last_irreversible_block_num']
TypeError: 'NoneType' object is not subscriptable