[Bug]: Incorrect display of alerts and detections in the calendar #17826
-
Checklist
Describe the problem you are havingThe calendar on the review page highlights only the last 30 days in red, creating the impression that older records are unavailable, which isn’t true. Steps to reproduce
Versionv0.15.1 In which browser(s) are you experiencing the issue with?No response Frigate config filerecord:
enabled: true
retain:
days: 3
mode: motion
alerts:
retain:
days: 45
detections:
retain:
days: 35docker-compose file or Docker CLI commandservices:
frigate:
container_name: frigate
privileged: true
restart: unless-stopped
image: ghcr.io/blakeblackshear/frigate:0.15.1
shm_size: "500mb" # update for your cameras based on calculation above
devices:
- /dev/apex_0:/dev/apex_0 # passes a PCIe Coral, follow driver instructions here https://coral.ai/docs/m2/get-started/#2a-on-linux
- /dev/dri/renderD128
volumes:
- /etc/localtime:/etc/localtime:ro
- ./config:/config
- "/mnt/camera/frigate/storage:/media/frigate"
- type: tmpfs
target: /tmp/cache
tmpfs:
size: 1000000000
ports:
- "5000:5000"
- "32200:8971"
- "8554:8554" # RTSP feeds
- "8555:8555/tcp" # WebRTC over tcp
- "8555:8555/udp" # WebRTC over udpRelevant Frigate log outputno logsRelevant go2rtc log outputno logsOperating systemOther Linux Install methodDocker Compose Network connectionWired Camera make and modelDahua Screenshots of the Frigate UI's System metrics pagesAny other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
This is not a bug. The colored dot indicates unreviewed alerts and detections. |
Beta Was this translation helpful? Give feedback.
-
|
Fixed in #17835 |
Beta Was this translation helpful? Give feedback.




Fixed in #17835