polygon-etl icon indicating copy to clipboard operation
polygon-etl copied to clipboard

Receipt Data cannot be extracted with "export_all" command.

Open Noorah11 opened this issue 2 years ago • 0 comments

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.

Noorah11 avatar Aug 09 '22 03:08 Noorah11