谢谢,缩进调整了一下,运行顺畅了点,结果是:
claiming rewards ...
oops, something not right.
还是有点问题,代码贴在GitHub上了:
https://github.com/steemit-xiaoliang/steemit-project/blob/redeem_steem/redeem_steem
You are viewing a single comment's thread from:
谢谢,缩进调整了一下,运行顺畅了点,结果是:
claiming rewards ...
oops, something not right.
还是有点问题,代码贴在GitHub上了:
https://github.com/steemit-xiaoliang/steemit-project/blob/redeem_steem/redeem_steem
代码没问题。你肯定是用的自己的Private posting key(5开头的),而不是public posting key(STM开头)?
如果还不行,在程序开头加上这句:import traceback
然后,在最后except后加上(注意缩进对齐):
except:
traceback.print_exc()
这样就能看到具体出错信息。把错误信息贴上来我再帮你看看