runtime error

Exit code: 3. Reason: ional argument but 3 were given 2026-08-25 17:21:02,586 - embeddings - INFO - ✓ EmbeddingManager initialisé (collection: faq) 2026-08-25 17:21:02,586 - app - INFO - 📚 Chargement des données FAQ... 2026-08-25 17:21:02,586 - faq_loader - INFO - Loading FAQ data from JSON: /app/data/260817_FAQ_Miss_Terry_x_formulations_v1.json 2026-08-25 17:21:02,587 - app - ERROR - ❌ Erreur au démarrage: Invalid JSON payload: Unexpected UTF-8 BOM (decode using utf-8-sig): line 1 column 1 (char 0) ERROR: Traceback (most recent call last): File "/app/faq_loader.py", line 55, in load_faq_data payload: dict[str, Any] = json.load(handle) ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/json/__init__.py", line 293, in load return loads(fp.read(), ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/json/__init__.py", line 335, in loads raise JSONDecodeError("Unexpected UTF-8 BOM (decode using utf-8-sig)", json.decoder.JSONDecodeError: Unexpected UTF-8 BOM (decode using utf-8-sig): line 1 column 1 (char 0) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 46, in lifespan faq_entries = load_faq_data(FAQ_JSON_PATH) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/faq_loader.py", line 57, in load_faq_data raise ValueError(f"Invalid JSON payload: {exc}") from exc ValueError: Invalid JSON payload: Unexpected UTF-8 BOM (decode using utf-8-sig): line 1 column 1 (char 0) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 677, in lifespan async with self.lifespan_context(app) as maybe_state: File "/usr/local/lib/python3.11/contextlib.py", line 210, in __aenter__ return await anext(self.gen) ^^^^^^^^^^^^^^^^^^^^^ File "/app/app.py", line 57, in lifespan sys.exit(1) SystemExit: 1 ERROR: Application startup failed. Exiting.

Container logs:

Fetching error logs...