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
2022-945636.xml
(ted_to_ocds_2) bjorn@128:~/github/ted_to_ocds_2$ python main.py
Traceback (most recent call last):
File "/home/bjorn/github/ted_to_ocds_2/main.py", line 2219, in
main(xml_path, ocid_prefix)
File "/home/bjorn/github/ted_to_ocds_2/main.py", line 989, in main
tender_ranked_data = parse_tender_ranked(xml_content)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/bjorn/github/ted_to_ocds_2/converters/BT_1711_Tender.py", line 26, in parse_tender_ranked
lot_id = lot_tender.xpath("efac:TenderLot/cbc:ID[@schemeName='Lot']/text()", namespaces=namespaces)[0]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
2022-945636.xml
(ted_to_ocds_2) bjorn@128:~/github/ted_to_ocds_2$ python main.py
Traceback (most recent call last):
File "/home/bjorn/github/ted_to_ocds_2/main.py", line 2219, in
main(xml_path, ocid_prefix)
File "/home/bjorn/github/ted_to_ocds_2/main.py", line 989, in main
tender_ranked_data = parse_tender_ranked(xml_content)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/bjorn/github/ted_to_ocds_2/converters/BT_1711_Tender.py", line 26, in parse_tender_ranked
lot_id = lot_tender.xpath("efac:TenderLot/cbc:ID[@schemeName='Lot']/text()", namespaces=namespaces)[0]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: