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

Etherscan fetch error #220

Open
mikeshultz opened this issue Aug 31, 2022 · 2 comments
Open

Etherscan fetch error #220

mikeshultz opened this issue Aug 31, 2022 · 2 comments
Labels
bug Something isn't working P2 Small number of users are affected, major cosmetic issue

Comments

@mikeshultz
Copy link
Member

Seen in logs:

Traceback (most recent call last):
  File "/layers/google.python.pip/pip/lib/python3.9/site-packages/django/core/handlers/exception.py", line 47, in inner
    response = get_response(request)
  File "/layers/google.python.pip/pip/lib/python3.9/site-packages/django/core/handlers/base.py", line 181, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/srv/core/views.py", line 199, in fetch_transactions
    refresh_transactions(latest - 2)
  File "/srv/core/blockchain/harvest/__init__.py", line 20, in refresh_transactions
    ensure_all_transactions(block_number)
  File "/srv/core/blockchain/harvest/transactions.py", line 87, in ensure_all_transactions
    for tx in get_contract_transactions(
  File "/srv/core/etherscan.py", line 27, in get_contract_transactions
    raise Exception(
Exception: Failed to fetch (502) transaction list from Etherscan
@mikeshultz mikeshultz added the bug Something isn't working label Aug 31, 2022
@franckc
Copy link
Contributor

franckc commented Aug 31, 2022

Trying to understand the priority... What is the impact of this issue?
I don't have a good grasp on the analytics stack. Do we have retries in place when an error like that happens?

@micahalcorn micahalcorn added the P2 Small number of users are affected, major cosmetic issue label Sep 9, 2022
@micahalcorn
Copy link
Member

Bump #214 🤷 I'm calling this a P2 until we know more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P2 Small number of users are affected, major cosmetic issue
Projects
Status: To-do
Development

No branches or pull requests

3 participants