What’s the bug?
Trying to view logs for any container throws an error
Description
Clicking "logs" results in an error
Expected behaviour
Logs should show
To reproduce
- Login
- Go to containers
- Click on container
- Click logs
- Profit
Platform
Chrome Linux: Version 152.0.7977.64
Versions
Docker image: 1.36.0
Relevant log output
BACKEND - ERROR - AgentClient: Agent request error
tugtainer-1 | Traceback (most recent call last):
tugtainer-1 | File "/app/backend/core/agent_client.py", line 149, in _request
tugtainer-1 | resp.raise_for_status()
tugtainer-1 | ~~~~~~~~~~~~~~~~~~~~~^^
tugtainer-1 | File "/app/.venv/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 655, in raise_for_status
tugtainer-1 | raise ClientResponseError(
tugtainer-1 | ...<5 lines>...
tugtainer-1 | )
tugtainer-1 | aiohttp.client_exceptions.ClientResponseError: 424, message='Failed Dependency', url='http://127.0.0.1:8001/api/container/logs/service-jellyfin-1'
Extra
Agent secret is set correctly via environment variable and in the agent via the browser.
My Compose setup is available here: https://github.com/viggy96/container_config
What’s the bug?
Trying to view logs for any container throws an error
Description
Clicking "logs" results in an error
Expected behaviour
Logs should show
To reproduce
Platform
Chrome Linux: Version 152.0.7977.64
Versions
Docker image: 1.36.0
Relevant log output
Extra
Agent secret is set correctly via environment variable and in the agent via the browser.
My Compose setup is available here: https://github.com/viggy96/container_config