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

'AccountInfoLayout' is not defined #705

Closed
afalaleev opened this issue Apr 7, 2022 · 0 comments
Closed

'AccountInfoLayout' is not defined #705

afalaleev opened this issue Apr 7, 2022 · 0 comments
Assignees
Labels
bug Something isn't working High

Comments

@afalaleev
Copy link
Contributor

afalaleev commented Apr 7, 2022

A lot of errors:

Traceback (most recent call last):
  File "/opt/proxy/statistics_exporter/prometheus_proxy_server.py", line 42, in commit_loop
    self._stat_operator_balance()
  File "/opt/proxy/statistics_exporter/prometheus_proxy_server.py", line 57, in _stat_operator_balance
    neon_layouts = self._solana.get_account_info_layout_list(neon_accounts)
  File "/opt/proxy/common_neon/solana_interactor.py", line 368, in get_account_info_layout_list
    accounts_list.append(AccountInfoLayout.frombytes(info.data))
NameError: name 'AccountInfoLayout' is not defined```

AccountInfoLayout -> NeonAccountInfo



┆Issue is synchronized with this [Jira Task](https://neonlabs.atlassian.net/browse/NEON-147) by [Unito](https://www.unito.io)
@afalaleev afalaleev added bug Something isn't working High labels Apr 7, 2022
otselnik added a commit that referenced this issue Apr 7, 2022
otselnik added a commit that referenced this issue Apr 8, 2022
* #705 Fix 'AccountInfoLayout' is not defined error

* #705 fix logging error

* Remove obsolete methods
afalaleev pushed a commit that referenced this issue Apr 8, 2022
* #704 fix logging error
* Remove obsolete methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working High
Projects
None yet
Development

No branches or pull requests

3 participants