Open gitbase1 opened 7 years ago
Running commands with "piston" is working fine, but utilizing a script after steem 18 and 0.5.1 is broke.
import os import json import threading import random import time import datetime
from steem import Steem from time import localtime from steem.post import Post from random import randint
then getting this when streaming
for c in steem.stream_comments():
error happened <class 'AssertionError'> ()
Thanks
Please note: https://steemit.com/chainsquad/@chainsquad/python-steem-rebranding-to-piston-libpiston-cli
Running commands with "piston" is working fine, but utilizing a script after steem 18 and 0.5.1 is broke.
import os import json import threading import random import time import datetime
from steem import Steem from time import localtime from steem.post import Post from random import randint
then getting this when streaming
for c in steem.stream_comments():
error happened <class 'AssertionError'> ()
Thanks