Quick update: ChannelWatch v0.9.11 is released.
This update fixes two noisy problems reported by the community.
Quiet Channels DVR event streams were being disconnected by a five-second HTTP read timeout. That caused ChannelWatch to enter the repeated 1, 2, 4, 8, 16, and 32-second reconnect sequence even when the DVR was healthy and simply had no event to send. Idle event streams now stay open, while real disconnects still use the existing health checks, reconnect backoff, and Retry-After handling.
The repeated timezone message had a separate cause. Normal dashboard requests were rebuilding the core settings object and reapplying the TZ override. Dashboard refreshes now use the existing settings snapshot, so the timezone message should appear during startup or a real configuration reload, not during routine polling.
v0.9.11 also repairs the image entrypoint used during Update Center restarts. This release therefore requires a normal container image update, but it does not require a settings or data migration. Settings > Updates will correctly identify it as container image update required.
On Unraid, use the normal container update action.
With Docker Compose:
docker compose pull
docker compose up -d
Docs:
ChannelWatch Official Docs Site
Images:
Docker Hub:
coderluii/channelwatch:0.9.11
coderluii/channelwatch:latest
GHCR:
ghcr.io/coderluii/channelwatch:0.9.11
ghcr.io/coderluii/channelwatch:latest
If you were seeing the repeated reconnect or timezone messages, please let me know how v0.9.11 behaves on your setup.
Cheers,
CoderLuii
