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
2025-01-29 11:28:21,680 - script_runner - ERROR - 'PostalAddress_VersionStructure' Traceback (most recent call last):
File "C:\Users\ue71603\MG_Daten\github\reference1\gtfs-netex-test\tool_script_runner.py", line 261, in <module>
main(args.script_file, args.log_file, args.log_level, args.blockname, args.begin_step)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ue71603\MG_Daten\github\reference1\gtfs-netex-test\tool_script_runner.py", line 224, in main
result=load_and_run(script_name, script_args)
File "C:\Users\ue71603\MG_Daten\github\reference1\gtfs-netex-test\tool_script_runner.py", line 43, in load_and_run
result = mod(*args1)
File "C:\Users\ue71603\MG_Daten\github\reference1\gtfs-netex-test\epip_db_to_db.py", line 66, in main
missing_class_update(source_db, target_db)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ue71603\MG_Daten\github\reference1\gtfs-netex-test\netexio\dbaccess.py", line 708, in missing_class_update
embedded_classes = set(target_db.embedded())
~~~~~~~~~~~~~~~~~~^^
File "C:\Users\ue71603\MG_Daten\github\reference1\gtfs-netex-test\netexio\database.py", line 62, in embedded
tables = {self.get_class_by_name(table) for table, in cur.fetchall() if table[0].isupper()} # TODO: Remove other classes from default namespace!
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
File "C:\Users\ue71603\MG_Daten\github\reference1\gtfs-netex-test\netexio\database.py", line 66, in get_class_by_name
return self.serializer.name_object[name]
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
KeyError: 'PostalAddress_VersionStructure'
Process finished with exit code 0
The text was updated successfully, but these errors were encountered:
Regression:
2025-01-29 11:27:56,517 - script_runner - INFO - lombardiatrainitalia - step: 7: epip_db_to_db.py C:/Users/ue71603/Downloads/lombardiatrainitalia/02-import.duckdb C:/Users/ue71603/Downloads/lombardiatrainitalia/07-netex-database.duckdb
The text was updated successfully, but these errors were encountered: