Skip to content

Calls to Account() fail #279

Description

@nnnarvaez
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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions