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
When i use the "export_all" command I am getting the following error for the receipts data (i could extract receipt data via the export receipts command) but would appreciate support for this issue
python3.9/site-packages/polygonetl/jobs/export_receipts_job.py", line 70, in
receipts = [self.receipt_mapper.json_dict_to_receipt(result) for result in results]
File "/python3.9/site-packages/polygonetl/utils.py", line 71, in rpc_response_batch_to_results
yield rpc_response_to_result(response_item)
File "/python3.9/site-packages/polygonetl/utils.py", line 82, in rpc_response_to_result
raise RetriableValueError(error_message)
polygonetl.misc.retriable_value_error.RetriableValueError: result is None in response {'jsonrpc': '2.0', 'id': 0, 'result': None}. Make sure polygon node is synced.
The text was updated successfully, but these errors were encountered:
When i use the "export_all" command I am getting the following error for the receipts data (i could extract receipt data via the export receipts command) but would appreciate support for this issue
python3.9/site-packages/polygonetl/jobs/export_receipts_job.py", line 70, in
receipts = [self.receipt_mapper.json_dict_to_receipt(result) for result in results]
File "/python3.9/site-packages/polygonetl/utils.py", line 71, in rpc_response_batch_to_results
yield rpc_response_to_result(response_item)
File "/python3.9/site-packages/polygonetl/utils.py", line 82, in rpc_response_to_result
raise RetriableValueError(error_message)
polygonetl.misc.retriable_value_error.RetriableValueError: result is None in response {'jsonrpc': '2.0', 'id': 0, 'result': None}. Make sure polygon node is synced.
The text was updated successfully, but these errors were encountered: