You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
Seen in logs:
The text was updated successfully, but these errors were encountered: