steem-python icon indicating copy to clipboard operation
steem-python copied to clipboard

[steem.Post] get_all_replies() no longer works

Open Netherdrake opened this issue 7 years ago • 2 comments

In [3]: len(list(p.get_replies()))
Out[3]: 43

In [4]: len(list(p.get_all_replies()))
Out[4]: 0

Netherdrake avatar Jun 04 '17 16:06 Netherdrake

With the recommended usage:

Usage: all_comments = Post.get_all_replies(Post('@foo/bar'))

It does not work either.

fxnormaluser avatar Dec 23 '17 12:12 fxnormaluser

Need to add tests to cover this case, and verify whether it is still happening.

cyon1c avatar Mar 07 '18 17:03 cyon1c