-
Notifications
You must be signed in to change notification settings - Fork 74
Labels
bugSomething isn't workingSomething isn't working
Description
According to the setup documentation, whenever this command is run for DB migrations:
docker compose up fill-db-with-examplesthis error is thrown:
fill-db-with-examples | v2.0.20251113 2026-02-08 22:30:42.718 ERROR synchronization - exception_handler: Uncaught exception
fill-db-with-examples | Traceback (most recent call last):
fill-db-with-examples | File "/app/connectors/synchronization.py", line 258, in <module>
fill-db-with-examples | main()
fill-db-with-examples | File "/app/connectors/synchronization.py", line 185, in main
fill-db-with-examples | module = importlib.import_module(module_path)
fill-db-with-examples | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
fill-db-with-examples | File "/usr/local/lib/python3.11/importlib/__init__.py", line 126, in import_module
fill-db-with-examples | return _bootstrap._gcd_import(name[level:], package, level)
fill-db-with-examples | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
fill-db-with-examples | File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
fill-db-with-examples | File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
fill-db-with-examples | File "<frozen importlib._bootstrap>", line 1140, in _find_and_load_unlocked
fill-db-with-examples | ModuleNotFoundError: No module named 'connectors.example.enum'Although the server setup completes anyway with data in tables, this needs to be investigated.
source thread:
https://discord.com/channels/1439727064231182487/1477575470617858098
https://discord.com/channels/1439727064231182487/1470186074792919304
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working