You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2020. It is now read-only.
Im trying to sign transaction, but get this traceback
Traceback` (most recent call last):
File "/usr/local/bin/piston", line 11, in <module>
sys.exit(main())
File "/usr/local/lib/python3.6/site-packages/pistoncli/__main__.py", line 1242, in main
steem = Steem(**options)
File "/usr/local/lib/python3.6/site-packages/piston/steem.py", line 133, in __init__
self.rpc.register_apis(["account_by_key", "follow"])
AttributeError: 'NoneType' object has no attribute 'register_apis'