Open alesl opened 7 years ago
I get AttributeError: 'NoneType' object has no attribute 'register_apis'
even if I am online. @xeroc
Updating steem seemed to solve the problem
pip3 install graphenelib --upgrade
pip3 install steem --upgrade
actually pip install steem
installs a different library than piston.
@Netherdrake Oddly enough, graphenelib
didn't update, but steem
did, and immediately resolved the following error
AttributeError: 'NoneType' object has no attribute 'register_apis'
steem
installs Piston fork, not Piston.
Im trying to sign transaction, but get this traceback