Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calls to Account() fail #279

Open
nnnarvaez opened this issue Mar 1, 2019 · 0 comments
Open

Calls to Account() fail #279

nnnarvaez opened this issue Mar 1, 2019 · 0 comments

Comments

@nnnarvaez
Copy link

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.6/site-packages/steem/account.py", line 34, in __init__
    self.refresh()
  File "/usr/local/lib/python3.6/site-packages/steem/account.py", line 37, in refresh
    account = self.steemd.get_account(self.name)
  File "/usr/local/lib/python3.6/site-packages/steem/steemd.py", line 157, in get_account
    return first(self.exec('get_accounts', [account]))
  File "/usr/local/lib/python3.6/site-packages/funcy/seqs.py", line 55, in first
    return next(iter(seq), None)
TypeError: 'NoneType' object is not iterable

Was previously working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant