2024-10-18 00:11:44,618 - testrunner - ERROR - 'set' object is not subscriptable: Traceback (most recent call last):
File "C:\Users\ue71603\MG_Daten\github\reference1\gtfs-netex-test\swiss_to_db.py", line 63, in <module>
main(args.swiss_zip_file, args.database, args.clean_database,args.referencing)
File "C:\Users\ue71603\MG_Daten\github\reference1\gtfs-netex-test\swiss_to_db.py", line 28, in main
with sqlite3.connect(database) as con:
File "C:\Users\ue71603\MG_Daten\github\reference1\gtfs-netex-test\swiss_to_db.py", line 37, in main
resolve_all_references_and_embeddings(con, classes)
File "C:\Users\ue71603\MG_Daten\github\reference1\gtfs-netex-test\netexio\dbaccess.py", line 859, in resolve_all_references_and_embeddings
clazz_by_name[interesting_element_names[i]] = clazz
~~~~~~~~~~~~~~~~~~~~~~~~~^^^
Later in the process it before found no agency.txt after the gtfs export. However, those might be a later error following from the first one. I was on the way to check it, then I enforced a harder handling of errors and now I am stuck there.
First problem:
block:
file: swiss4.zip
Later in the process it before found no agency.txt after the gtfs export. However, those might be a later error following from the first one. I was on the way to check it, then I enforced a harder handling of errors and now I am stuck there.