You are viewing a single comment's thread from:

RE: A: A basic code for commenting via beem python library not working? Can someone help?

in #stemq6 years ago (edited)

Thank you @stmdev. There was a system time skew(mismatch in system time and network time). I corrected it here in the code:
stm = Steem(node="https://api.steemit.com/",expiration=200,keys=["mypostingkey"]) by changing expiration from previously 90 to 200.

It's working now!!!