-
Notifications
You must be signed in to change notification settings - Fork 47
service redmine broken #533
Copy link
Copy link
Open
Description
I have
https://github.com/archi-physics/archi/releases/tag/v2.3.0
- Add mcp_servers_config column to static_config table #532
- [grafana] Renamed grafana archi dashboard #527
but with this error
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
/usr/local/lib/python3.10/site-packages/requests/__init__.py:109: RequestsDependencyWarning: urllib3 (2.3.0) or chardet (6.0.0.post1)/charset_normalizer (3.4.2) doesn't match a supported version!
warnings.warn(
/usr/local/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py:628: UserWarning: <built-in function any> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.
warn(
Starting Redmine Service
(2026-03-23 15:22:52,279) [src.utils.connection_pool] INFO: Connection pool initialized: min=5, max=20
Traceback (most recent call last):
File "/root/archi/src/bin/service_redmine.py", line 27, in <module>
redmine_config = get_services_config().get("redmine_mailbox", {})
File "/usr/local/lib/python3.10/site-packages/src/utils/config_access.py", line 38, in get_services_config
return get_static_config().services_config or {}
File "/usr/local/lib/python3.10/site-packages/src/utils/config_access.py", line 25, in get_static_config
raise ConfigNotReadyError("Static config not initialized in Postgres.")
src.utils.config_access.ConfigNotReadyError: Static config not initialized in Postgres.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels