xeroc / piston-cli

Command line tool to interact with the STEEM network
MIT License
74 stars 33 forks source link

Issue with scripts/0.5.1 #98

Open gitbase1 opened 7 years ago

gitbase1 commented 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

xeroc commented 7 years ago

Please note: https://steemit.com/chainsquad/@chainsquad/python-steem-rebranding-to-piston-libpiston-cli