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
Hi! I am trying to extract smart address contracts using ethereum-etl.
This is the documentation that I am referring to follow the process: https://ethereum-etl.readthedocs.io/en/latest/commands/
In the third step, when I use the command to export receipts then I get this error.
Can anyone help me why I am getting this error?
Thank you.
ethereumetl.misc.retriable_value_error.RetriableValueError: result is None in response {'jsonrpc': '2.0', 'id': 0, 'error': {'code': -32000, 'message': 'transaction indexing is in progress', 'data': 'transaction indexing is in progress'}}.
The text was updated successfully, but these errors were encountered:
Hi! I am trying to extract smart address contracts using ethereum-etl.
This is the documentation that I am referring to follow the process: https://ethereum-etl.readthedocs.io/en/latest/commands/
In the third step, when I use the command to export receipts then I get this error.
Can anyone help me why I am getting this error?
Thank you.
ethereumetl.misc.retriable_value_error.RetriableValueError: result is None in response {'jsonrpc': '2.0', 'id': 0, 'error': {'code': -32000, 'message': 'transaction indexing is in progress', 'data': 'transaction indexing is in progress'}}.
The text was updated successfully, but these errors were encountered: