[Detector Support]: Detector not working/not pulling image - TRUENAS scale 25.10 #20783
-
Describe the problem you are havingI have successfully deployed frigate on the most recent version of truenas, to a point. When I attempt to setup detection with my GPU the system crashes and restarts in a loop. I am using an Arc Pro A40 GPU and it is working well for hardware decoding, but I'm unable to use it for detection, and I think its because it's not pulling the model for use. Versionfrigate App Version: 0.16.2 Version: 1.2.22 Source: github.com/blakeblackshear/frigate Train: community Frigate config filemqtt:
enabled: false
ffmpeg:
hwaccel_args: preset-intel-qsv-h265
motion:
contour_area: 30
delta_alpha: 0.2
frame_alpha: 0.01
frame_height: 50
lightning_threshold: 0.8
detectors:
ov:
type: openvino
device: GPU
model:
width: 300
height: 300
input_tensor: nhwc
input_pixel_format: bgr
path: /openvino-model/ssdlite_mobilenet_v2.xml
labelmap_path: /openvino-model/coco_91cl_bkgr.txt
detect:
width: 704
height: 480
fps: 5
enabled: true
max_disappeared: 5
record:
enabled: true
retain:
days: 10
mode: motion #Can be all, motion, or active_objects
alerts:
retain:
days: 90
detections:
retain:
days: 60
snapshots:
enabled: true
retain:
default: 90 # Keep snapshots longer since they're tiny
objects:
track:
- person
- car
- dog
- cat
cameras:
barn_west:
enabled: true
ffmpeg:
inputs:
# Dahua - substream for detection only (704x480 H.265)
- path:
rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=1
roles:
- detect
# Dahua - main stream for recording only (3840x2160 H.265)
- path:
rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
roles:
- record
detect:
width: 704
height: 480
fps: 5
motion:
mask: 0.583,0.19,0.857,0.182,0.985,0.402,0.888,0.773,0.576,0.514
barn_parking:
enabled: true
ffmpeg:
inputs:
# Uniview - substream for detection only (704x480 H.265)
- path:
rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=2
roles:
- detect
# Uniview - main stream for recording only (3840x2160 H.265)
- path:
rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
roles:
- record
detect:
width: 1280
height: 720
fps: 5
motion:
mask:
- 0.372,0.626,0.46,0.995,0,1,0,0.597
- 0.794,0.409,0.601,0.79,0.787,0.995,0.963,0.632,0.891,0.434
threshold: 40
contour_area: 30
improve_contrast: true
multipurpose_fisheye:
enabled: true
ffmpeg:
inputs:
# Hikvision - using main stream for detection and recording (no substream available)
- path:
rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=2
roles:
- detect
- path:
rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
roles:
- record
detect:
width: 1280
height: 720
fps: 5
barn_banquet:
enabled: true
ffmpeg:
inputs:
# Dahua - substream for detection only (704x480 H.265)
- path:
rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=1
roles:
- detect
# Dahua - main stream for recording only (3840x2160 H.265)
- path:
rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
roles:
- record
detect:
width: 704
height: 480
fps: 5
barn_south:
enabled: true
ffmpeg:
inputs:
# Dahua - substream for detection only (704x480 H.265)
- path:
rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=1
roles:
- detect
# Dahua - main stream for recording only (3840x2160 H.265)
- path:
rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
roles:
- record
detect:
width: 704
height: 480
fps: 5
motion:
mask: 0.607,0.02,0.449,0.567,0.26,1,0.318,0.998,0.575,0.679,0.636,0.026
go2rtc:
streams:
barn_west:
rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
barn_parking:
rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
multipurpose_fisheye:
rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
barn_banquet:
rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
barn_south:
rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
version: 0.16-0
semantic_search:
enabled: false
model_size: large
face_recognition:
enabled: false
model_size: large
lpr:
enabled: false
classification:
bird:
enabled: falsedocker-compose file or Docker CLI commandNot accessible in truenas unless I convert to a custom app which I have not yet done. (I previously tried converting and it didn't make a difference, I was trying to add the GPU monitoring line to the compose so I could see my GPU stats in the GUI for troubleshooting purposes)Relevant Frigate log output2025-11-03 21:09:05.227366+00:00s6-rc: info: service s6rc-fdholder: starting
2025-11-03 21:09:05.227463+00:00s6-rc: info: service s6rc-oneshot-runner: starting
2025-11-03 21:09:05.230232+00:00s6-rc: info: service s6rc-oneshot-runner successfully started
2025-11-03 21:09:05.230354+00:00s6-rc: info: service fix-attrs: starting
2025-11-03 21:09:05.231568+00:00s6-rc: info: service s6rc-fdholder successfully started
2025-11-03 21:09:05.235034+00:00s6-rc: info: service fix-attrs successfully started
2025-11-03 21:09:05.235229+00:00s6-rc: info: service legacy-cont-init: starting
2025-11-03 21:09:05.239727+00:00s6-rc: info: service legacy-cont-init successfully started
2025-11-03 21:09:05.239870+00:00s6-rc: info: service prepare: starting
2025-11-03 21:09:05.239993+00:00s6-rc: info: service log-prepare: starting
2025-11-03 21:09:05.247768+00:00s6-rc: info: service log-prepare successfully started
2025-11-03 21:09:05.247914+00:00s6-rc: info: service nginx-log: starting
2025-11-03 21:09:05.248046+00:00s6-rc: info: service go2rtc-log: starting
2025-11-03 21:09:05.248195+00:00s6-rc: info: service frigate-log: starting
2025-11-03 21:09:05.248425+00:00s6-rc: info: service certsync-log: starting
2025-11-03 21:09:05.250409+00:00s6-rc: info: service nginx-log successfully started
2025-11-03 21:09:05.250646+00:00s6-rc: info: service go2rtc-log successfully started
2025-11-03 21:09:05.250881+00:00s6-rc: info: service frigate-log successfully started
2025-11-03 21:09:05.251130+00:00s6-rc: info: service certsync-log successfully started
2025-11-03 21:09:05.254957+00:00s6-rc: info: service prepare successfully started
2025-11-03 21:09:05.255094+00:00s6-rc: info: service go2rtc: starting
2025-11-03 21:09:05.256993+00:00s6-rc: info: service go2rtc successfully started
2025-11-03 21:09:05.257186+00:00s6-rc: info: service go2rtc-healthcheck: starting
2025-11-03 21:09:05.257360+00:00s6-rc: info: service frigate: starting
2025-11-03 21:09:05.259139+00:00s6-rc: info: service go2rtc-healthcheck successfully started
2025-11-03 21:09:05.259321+00:00s6-rc: info: service frigate successfully started
2025-11-03 21:09:05.259420+00:00s6-rc: info: service nginx: starting
2025-11-03 21:09:05.263555+00:002025-11-03 21:09:05.263436568 [INFO] Starting NGINX...
2025-11-03 21:09:05.271515+00:002025-11-03 21:09:05.271408140 [INFO] No TLS certificate found. Generating a self signed certificate...
2025-11-03 21:09:05.616335+00:002025-11-03 21:09:05.616209263 [INFO] Preparing Frigate...
2025-11-03 21:09:05.644306+00:002025-11-03 21:09:05.644141948 [INFO] Preparing new go2rtc config...
2025-11-03 21:09:06.000796+00:002025-11-03 21:09:06.000638451 [INFO] Starting Frigate...
2025-11-03 21:09:06.013795+00:002025-11-03 21:09:06.013659170 [INFO] Starting go2rtc...
2025-11-03 21:09:06.080166+00:002025-11-03 21:09:06.080090785 13:09:06.080 INF go2rtc platform=linux/amd64 revision=fa580c5 version=1.9.9
2025-11-03 21:09:06.080200+00:002025-11-03 21:09:06.080094228 13:09:06.080 INF config path=/dev/shm/go2rtc.yaml
2025-11-03 21:09:06.080524+00:002025-11-03 21:09:06.080473078 13:09:06.080 INF [rtsp] listen addr=:8554
2025-11-03 21:09:06.080545+00:002025-11-03 21:09:06.080515337 13:09:06.080 INF [api] listen addr=:1984
2025-11-03 21:09:06.080852+00:002025-11-03 21:09:06.080813734 13:09:06.080 INF [webrtc] listen addr=:8555
2025-11-03 21:09:07.106468+00:002025-11-03 21:09:07.106376177 127.0.0.1 - - [03/Nov/2025:13:09:07 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:09:07.696001+00:00s6-rc: info: service nginx successfully started
2025-11-03 21:09:07.696055+00:00s6-rc: info: service certsync: starting
2025-11-03 21:09:07.697751+00:00s6-rc: info: service certsync successfully started
2025-11-03 21:09:07.697850+00:00s6-rc: info: service legacy-services: starting
2025-11-03 21:09:07.700281+00:002025-11-03 21:09:07.700178830 [INFO] Starting certsync...
2025-11-03 21:09:07.702481+00:00s6-rc: info: service legacy-services successfully started
2025-11-03 21:09:08.089353+00:002025-11-03 21:09:08.089214340 127.0.0.1 - - [03/Nov/2025:13:09:08 -0800] "" 400 0 "-" "-" "-"
2025-11-03 21:09:08.337844+00:002025-11-03 21:09:08.337777940 [2025-11-03 13:09:08] frigate.util.config INFO : Checking if frigate config needs migration...
2025-11-03 21:09:08.367755+00:002025-11-03 21:09:08.367660101 [2025-11-03 13:09:08] frigate.util.config INFO : frigate config does not need migration...
2025-11-03 21:09:08.392711+00:002025-11-03 21:09:08.392593294 [2025-11-03 13:09:08] frigate.app INFO : Starting Frigate (0.16.2-4d58206)
2025-11-03 21:09:08.406699+00:002025-11-03 21:09:08.406587449 [2025-11-03 13:09:08] peewee_migrate.logs INFO : Starting migrations
2025-11-03 21:09:08.407034+00:002025-11-03 21:09:08.406977457 [2025-11-03 13:09:08] peewee_migrate.logs INFO : There is nothing to migrate
2025-11-03 21:09:08.420130+00:002025-11-03 21:09:08.420047897 [2025-11-03 13:09:08] frigate.app INFO : Recording process started: 417
2025-11-03 21:09:08.420834+00:002025-11-03 21:09:08.420778726 [2025-11-03 13:09:08] frigate.app INFO : Review process started: 422
2025-11-03 21:09:08.424036+00:002025-11-03 21:09:08.423966707 [2025-11-03 13:09:08] frigate.app INFO : go2rtc process pid: 122
2025-11-03 21:09:08.437114+00:002025-11-03 21:09:08.437036680 [2025-11-03 13:09:08] detector.cpu INFO : Starting detection process: 447
2025-11-03 21:09:08.438101+00:002025-11-03 21:09:08.438055118 [2025-11-03 13:09:08] frigate.detectors WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
2025-11-03 21:09:08.440549+00:002025-11-03 21:09:08.440473661 INFO: Created TensorFlow Lite XNNPACK delegate for CPU.
2025-11-03 21:09:08.445175+00:002025-11-03 21:09:08.445055024 [2025-11-03 13:09:08] frigate.app INFO : Output process started: 478
2025-11-03 21:09:08.463950+00:002025-11-03 21:09:08.463848891 [2025-11-03 13:09:08] frigate.app INFO : Camera processor started for barn_west: 530
2025-11-03 21:09:08.484662+00:002025-11-03 21:09:08.484547858 [2025-11-03 13:09:08] frigate.app INFO : Camera processor started for barn_parking: 541
2025-11-03 21:09:08.493806+00:002025-11-03 21:09:08.493532672 [2025-11-03 13:09:08] frigate.app INFO : Camera processor started for multipurpose_fisheye: 549
2025-11-03 21:09:08.496246+00:002025-11-03 21:09:08.496122424 [2025-11-03 13:09:08] frigate.app INFO : Camera processor started for barn_banquet: 560
2025-11-03 21:09:08.497020+00:002025-11-03 21:09:08.496934077 [2025-11-03 13:09:08] frigate.app INFO : Camera processor started for barn_south: 596
2025-11-03 21:09:08.535324+00:002025-11-03 21:09:08.535193632 [2025-11-03 13:09:08] frigate.app INFO : Capture process started for barn_west: 625
2025-11-03 21:09:08.542471+00:002025-11-03 21:09:08.542383135 [2025-11-03 13:09:08] frigate.app INFO : Capture process started for barn_parking: 637
2025-11-03 21:09:08.554433+00:002025-11-03 21:09:08.554336155 [2025-11-03 13:09:08] frigate.app INFO : Capture process started for multipurpose_fisheye: 649
2025-11-03 21:09:08.587510+00:002025-11-03 21:09:08.587367197 [2025-11-03 13:09:08] frigate.app INFO : Capture process started for barn_banquet: 681
2025-11-03 21:09:08.598207+00:002025-11-03 21:09:08.598118557 [2025-11-03 13:09:08] frigate.app INFO : Capture process started for barn_south: 697
2025-11-03 21:09:08.783813+00:002025-11-03 21:09:08.783710312 [2025-11-03 13:09:08] frigate.api.fastapi_app INFO : Starting FastAPI app
2025-11-03 21:09:08.978741+00:002025-11-03 21:09:08.978600984 [2025-11-03 13:09:08] frigate.api.fastapi_app INFO : FastAPI started
2025-11-03 21:09:15.262793+00:002025-11-03 21:09:15.262689341 [INFO] Starting go2rtc healthcheck service...
2025-11-03 21:09:37.200243+00:002025-11-03 21:09:37.200091961 127.0.0.1 - - [03/Nov/2025:13:09:37 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:10:07.301509+00:002025-11-03 21:10:07.301418725 127.0.0.1 - - [03/Nov/2025:13:10:07 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:10:08.274858+00:002025-11-03 21:10:08.274746452 127.0.0.1 - - [03/Nov/2025:13:10:08 -0800] "" 400 0 "-" "-" "-"
2025-11-03 21:10:37.420029+00:002025-11-03 21:10:37.419937403 127.0.0.1 - - [03/Nov/2025:13:10:37 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:11:07.508504+00:002025-11-03 21:11:07.508453010 127.0.0.1 - - [03/Nov/2025:13:11:07 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:11:08.399352+00:002025-11-03 21:11:08.399271231 127.0.0.1 - - [03/Nov/2025:13:11:08 -0800] "" 400 0 "-" "-" "-"
2025-11-03 21:11:37.628130+00:002025-11-03 21:11:37.628030795 127.0.0.1 - - [03/Nov/2025:13:11:37 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:12:07.708244+00:002025-11-03 21:12:07.708171712 127.0.0.1 - - [03/Nov/2025:13:12:07 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:12:08.564685+00:002025-11-03 21:12:08.564588224 127.0.0.1 - - [03/Nov/2025:13:12:08 -0800] "" 400 0 "-" "-" "-"
2025-11-03 21:12:37.819892+00:002025-11-03 21:12:37.819815035 127.0.0.1 - - [03/Nov/2025:13:12:37 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:13:07.892213+00:002025-11-03 21:13:07.892105765 127.0.0.1 - - [03/Nov/2025:13:13:07 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:13:08.659874+00:002025-11-03 21:13:08.659778829 127.0.0.1 - - [03/Nov/2025:13:13:08 -0800] "" 400 0 "-" "-" "-"
2025-11-03 21:13:14.416541+00:002025-11-03 21:13:14.416462714 192.168.1.187 - - [03/Nov/2025:13:13:14 -0800] "GET /config HTTP/1.1" 200 2649 "https://192.168.1.5:30193/config" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:13:14.619818+00:002025-11-03 21:13:14.619567548 192.168.1.187 - - [03/Nov/2025:13:13:14 -0800] "GET /images/apple-touch-icon.png HTTP/1.1" 200 4042 "https://192.168.1.5:30193/config" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:13:14.703963+00:002025-11-03 21:13:14.703826798 192.168.1.187 - - [03/Nov/2025:13:13:14 -0800] "GET /api/profile HTTP/1.1" 200 35 "https://192.168.1.5:30193/config" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:13:14.704036+00:002025-11-03 21:13:14.703886826 192.168.1.187 - - [03/Nov/2025:13:13:14 -0800] "GET /api/config HTTP/1.1" 200 34446 "https://192.168.1.5:30193/config" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:13:14.704236+00:002025-11-03 21:13:14.704148004 192.168.1.187 - - [03/Nov/2025:13:13:14 -0800] "GET /api/profile HTTP/1.1" 200 35 "https://192.168.1.5:30193/config" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:13:15.085421+00:002025-11-03 21:13:15.085240316 192.168.1.187 - - [03/Nov/2025:13:13:15 -0800] "GET /api/config/raw HTTP/1.1" 200 4583 "https://192.168.1.5:30193/config" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:13:15.110759+00:002025-11-03 21:13:15.110465060 192.168.1.187 - - [03/Nov/2025:13:13:15 -0800] "GET /fonts/Inter-SemiBold.woff2 HTTP/1.1" 200 111588 "https://192.168.1.5:30193/assets/i18n-B4RQL4LC.css" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:13:15.112068+00:002025-11-03 21:13:15.111592434 192.168.1.187 - - [03/Nov/2025:13:13:15 -0800] "GET /fonts/Inter-Medium.woff2 HTTP/1.1" 200 111380 "https://192.168.1.5:30193/assets/i18n-B4RQL4LC.css" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:13:15.355588+00:002025-11-03 21:13:15.355458285 192.168.1.187 - - [03/Nov/2025:13:13:15 -0800] "GET /api/config/schema.json HTTP/1.1" 200 49469 "https://192.168.1.5:30193/assets/yaml.worker.bundle.js" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:13:38.044411+00:002025-11-03 21:13:38.044127934 127.0.0.1 - - [03/Nov/2025:13:13:38 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:13:59.543338+00:002025-11-03 21:13:59.543147914 192.168.1.187 - - [03/Nov/2025:13:13:59 -0800] "GET /api/config HTTP/1.1" 200 34446 "https://192.168.1.5:30193/config" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:13:59.545745+00:002025-11-03 21:13:59.545619033 192.168.1.187 - - [03/Nov/2025:13:13:59 -0800] "GET /api/profile HTTP/1.1" 200 35 "https://192.168.1.5:30193/config" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:13:59.547746+00:002025-11-03 21:13:59.547621626 192.168.1.187 - - [03/Nov/2025:13:13:59 -0800] "GET /api/config/raw HTTP/1.1" 200 4583 "https://192.168.1.5:30193/config" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:03.434648+00:002025-11-03 21:14:03.434531634 192.168.1.187 - - [03/Nov/2025:13:14:03 -0800] "GET /api/config HTTP/1.1" 200 34446 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:03.587525+00:002025-11-03 21:14:03.587324207 192.168.1.187 - - [03/Nov/2025:13:14:03 -0800] "GET /api/review?limit=10&severity=alert HTTP/1.1" 200 1447 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:03.639157+00:002025-11-03 21:14:03.638850561 192.168.1.187 - - [03/Nov/2025:13:14:03 -0800] "GET /api/go2rtc/streams/barn_parking HTTP/1.1" 200 1425 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:03.647505+00:002025-11-03 21:14:03.647334027 192.168.1.187 - - [03/Nov/2025:13:14:03 -0800] "GET /api/go2rtc/streams/barn_parking HTTP/1.1" 200 1425 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:03.656934+00:002025-11-03 21:14:03.656688636 192.168.1.187 - - [03/Nov/2025:13:14:03 -0800] "GET /api/go2rtc/streams/multipurpose_fisheye HTTP/1.1" 200 1780 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:03.725689+00:002025-11-03 21:14:03.725448464 192.168.1.187 - - [03/Nov/2025:13:14:03 -0800] "GET /api/go2rtc/streams/barn_west HTTP/1.1" 200 1508 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:03.726219+00:002025-11-03 21:14:03.726032810 192.168.1.187 - - [03/Nov/2025:13:14:03 -0800] "GET /api/go2rtc/streams/barn_west HTTP/1.1" 200 1889 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:03.740867+00:002025-11-03 21:14:03.740643555 192.168.1.187 - - [03/Nov/2025:13:14:03 -0800] "GET /api/go2rtc/streams/multipurpose_fisheye HTTP/1.1" 200 1780 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:03.771455+00:002025-11-03 21:14:03.771328983 192.168.1.187 - - [03/Nov/2025:13:14:03 -0800] "GET /api/go2rtc/streams/barn_banquet HTTP/1.1" 200 1886 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:03.773777+00:002025-11-03 21:14:03.773398632 192.168.1.187 - - [03/Nov/2025:13:14:03 -0800] "GET /api/go2rtc/streams/barn_banquet HTTP/1.1" 200 1506 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:03.787910+00:002025-11-03 21:14:03.787783544 192.168.1.187 - - [03/Nov/2025:13:14:03 -0800] "GET /api/go2rtc/streams/barn_south HTTP/1.1" 200 1504 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:03.787989+00:002025-11-03 21:14:03.787794668 192.168.1.187 - - [03/Nov/2025:13:14:03 -0800] "GET /api/go2rtc/streams/barn_south HTTP/1.1" 200 1887 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:03.809353+00:002025-11-03 21:14:03.809249179 192.168.1.187 - - [03/Nov/2025:13:14:03 -0800] "GET /api/barn_west/latest.webp?height=334&store=1&cache=1762204200 HTTP/1.1" 200 22074 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:03.822741+00:002025-11-03 21:14:03.822609327 192.168.1.187 - - [03/Nov/2025:13:14:03 -0800] "GET /api/barn_parking/latest.webp?height=334&store=1&cache=1762204200 HTTP/1.1" 200 37536 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:03.824903+00:002025-11-03 21:14:03.824855204 192.168.1.187 - - [03/Nov/2025:13:14:03 -0800] "GET /api/barn_banquet/latest.webp?height=334&store=1&cache=1762204200 HTTP/1.1" 200 16448 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:03.828504+00:002025-11-03 21:14:03.828456118 192.168.1.187 - - [03/Nov/2025:13:14:03 -0800] "GET /api/barn_south/latest.webp?height=334&store=1&cache=1762204200 HTTP/1.1" 200 21812 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:03.833065+00:002025-11-03 21:14:03.833000162 192.168.1.187 - - [03/Nov/2025:13:14:03 -0800] "GET /api/multipurpose_fisheye/latest.webp?height=334&store=1&cache=1762204200 HTTP/1.1" 200 10764 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:03.857264+00:002025-11-03 21:14:03.857151279 192.168.1.187 - - [03/Nov/2025:13:14:03 -0800] "GET /api/barn_west/latest.webp?height=334&cache=1762204443540 HTTP/1.1" 200 22074 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:03.860128+00:002025-11-03 21:14:03.859955747 192.168.1.187 - - [03/Nov/2025:13:14:03 -0800] "GET /api/barn_banquet/latest.webp?height=334&cache=1762204443540 HTTP/1.1" 200 16448 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:03.874644+00:002025-11-03 21:14:03.874544823 192.168.1.187 - - [03/Nov/2025:13:14:03 -0800] "GET /api/barn_parking/latest.webp?height=334&cache=1762204443540 HTTP/1.1" 200 37536 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:03.888447+00:002025-11-03 21:14:03.888366450 192.168.1.187 - - [03/Nov/2025:13:14:03 -0800] "GET /api/multipurpose_fisheye/latest.webp?height=334&cache=1762204443540 HTTP/1.1" 200 10672 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:03.889233+00:002025-11-03 21:14:03.889193703 192.168.1.187 - - [03/Nov/2025:13:14:03 -0800] "GET /api/barn_south/latest.webp?height=334&cache=1762204443540 HTTP/1.1" 200 22352 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:08.147601+00:002025-11-03 21:14:08.147552568 127.0.0.1 - - [03/Nov/2025:13:14:08 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:14:08.767882+00:002025-11-03 21:14:08.767786783 127.0.0.1 - - [03/Nov/2025:13:14:08 -0800] "" 400 0 "-" "-" "-"
2025-11-03 21:14:12.676007+00:002025-11-03 21:14:12.675869648 192.168.1.187 - - [03/Nov/2025:13:14:12 -0800] "GET /api/config HTTP/1.1" 200 34446 "https://192.168.1.5:30193/system" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:31.681350+00:002025-11-03 21:14:31.681254906 192.168.1.187 - - [03/Nov/2025:13:14:31 -0800] "GET /api/config HTTP/1.1" 200 34446 "https://192.168.1.5:30193/system" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:37.158142+00:002025-11-03 21:14:37.158022337 192.168.1.187 - - [03/Nov/2025:13:14:37 -0800] "GET /api/config HTTP/1.1" 200 34446 "https://192.168.1.5:30193/system" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:38.314689+00:002025-11-03 21:14:38.314548818 127.0.0.1 - - [03/Nov/2025:13:14:38 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:14:40.620636+00:002025-11-03 21:14:40.620380532 192.168.1.187 - - [03/Nov/2025:13:14:40 -0800] "GET /api/config HTTP/1.1" 200 34446 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:40.639352+00:002025-11-03 21:14:40.639213373 192.168.1.187 - - [03/Nov/2025:13:14:40 -0800] "GET /api/barn_west/latest.webp?height=360&store=1&cache=1762204200 HTTP/1.1" 499 0 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:40.639869+00:002025-11-03 21:14:40.639743540 192.168.1.187 - - [03/Nov/2025:13:14:40 -0800] "GET /api/barn_parking/latest.webp?height=360&store=1&cache=1762204200 HTTP/1.1" 499 0 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:40.639967+00:002025-11-03 21:14:40.639880267 192.168.1.187 - - [03/Nov/2025:13:14:40 -0800] "GET /api/multipurpose_fisheye/latest.webp?height=360&store=1&cache=1762204200 HTTP/1.1" 499 0 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:40.663298+00:002025-11-03 21:14:40.663230128 192.168.1.187 - - [03/Nov/2025:13:14:40 -0800] "GET /api/review?limit=10&severity=alert HTTP/1.1" 200 1447 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:40.776652+00:002025-11-03 21:14:40.776426374 192.168.1.187 - - [03/Nov/2025:13:14:40 -0800] "GET /api/go2rtc/streams/barn_parking HTTP/1.1" 200 1427 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:40.785984+00:002025-11-03 21:14:40.785849803 192.168.1.187 - - [03/Nov/2025:13:14:40 -0800] "GET /api/go2rtc/streams/barn_parking HTTP/1.1" 200 1427 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:40.799020+00:002025-11-03 21:14:40.798905490 192.168.1.187 - - [03/Nov/2025:13:14:40 -0800] "GET /api/go2rtc/streams/barn_banquet HTTP/1.1" 200 1888 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:40.799088+00:002025-11-03 21:14:40.798994174 192.168.1.187 - - [03/Nov/2025:13:14:40 -0800] "GET /api/go2rtc/streams/barn_banquet HTTP/1.1" 200 1507 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:40.813818+00:002025-11-03 21:14:40.813737948 192.168.1.187 - - [03/Nov/2025:13:14:40 -0800] "GET /api/go2rtc/streams/barn_south HTTP/1.1" 200 1888 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:40.813872+00:002025-11-03 21:14:40.813768793 192.168.1.187 - - [03/Nov/2025:13:14:40 -0800] "GET /api/go2rtc/streams/barn_south HTTP/1.1" 200 1504 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:40.847837+00:002025-11-03 21:14:40.847740944 192.168.1.187 - - [03/Nov/2025:13:14:40 -0800] "GET /api/barn_west/latest.webp?height=334&cache=1762204480628 HTTP/1.1" 200 22568 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:40.857591+00:002025-11-03 21:14:40.857490733 192.168.1.187 - - [03/Nov/2025:13:14:40 -0800] "GET /api/barn_parking/latest.webp?height=334&cache=1762204480628 HTTP/1.1" 200 36284 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:40.873628+00:002025-11-03 21:14:40.873521486 192.168.1.187 - - [03/Nov/2025:13:14:40 -0800] "GET /api/multipurpose_fisheye/latest.webp?height=334&cache=1762204480628 HTTP/1.1" 200 10778 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:40.883155+00:002025-11-03 21:14:40.883031807 192.168.1.187 - - [03/Nov/2025:13:14:40 -0800] "GET /api/barn_banquet/latest.webp?height=334&cache=1762204480628 HTTP/1.1" 200 16444 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:40.906414+00:002025-11-03 21:14:40.906297587 192.168.1.187 - - [03/Nov/2025:13:14:40 -0800] "GET /api/barn_south/latest.webp?height=334&cache=1762204480628 HTTP/1.1" 200 23012 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:40.927740+00:002025-11-03 21:14:40.927669743 192.168.1.187 - - [03/Nov/2025:13:14:40 -0800] "GET /api/go2rtc/streams/multipurpose_fisheye HTTP/1.1" 200 1788 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:40.935589+00:002025-11-03 21:14:40.935507210 192.168.1.187 - - [03/Nov/2025:13:14:40 -0800] "GET /api/go2rtc/streams/multipurpose_fisheye HTTP/1.1" 200 1878 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:41.000745+00:002025-11-03 21:14:41.000383279 192.168.1.187 - - [03/Nov/2025:13:14:41 -0800] "GET /api/go2rtc/streams/barn_west HTTP/1.1" 200 1509 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:41.001161+00:002025-11-03 21:14:41.000644988 192.168.1.187 - - [03/Nov/2025:13:14:41 -0800] "GET /api/go2rtc/streams/barn_west HTTP/1.1" 200 1891 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:45.779747+00:002025-11-03 21:14:45.779435634 192.168.1.187 - - [03/Nov/2025:13:14:45 -0800] "GET /api/exports HTTP/1.1" 200 2 "https://192.168.1.5:30193/export" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:47.475573+00:002025-11-03 21:14:47.475404073 192.168.1.187 - - [03/Nov/2025:13:14:47 -0800] "GET /api/config HTTP/1.1" 200 34446 "https://192.168.1.5:30193/explore" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:47.518461+00:002025-11-03 21:14:47.518364033 192.168.1.187 - - [03/Nov/2025:13:14:47 -0800] "GET /api/sub_labels?split_joined=1 HTTP/1.1" 200 2 "https://192.168.1.5:30193/explore" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:47.525305+00:002025-11-03 21:14:47.525240717 192.168.1.187 - - [03/Nov/2025:13:14:47 -0800] "GET /api/recognized_license_plates HTTP/1.1" 200 2 "https://192.168.1.5:30193/explore" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:47.526127+00:002025-11-03 21:14:47.526074949 192.168.1.187 - - [03/Nov/2025:13:14:47 -0800] "GET /api/sub_labels HTTP/1.1" 200 2 "https://192.168.1.5:30193/explore" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:47.528071+00:002025-11-03 21:14:47.528024823 192.168.1.187 - - [03/Nov/2025:13:14:47 -0800] "GET /api/events/explore?limit=10 HTTP/1.1" 200 2299 "https://192.168.1.5:30193/explore" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:47.529944+00:002025-11-03 21:14:47.529899990 192.168.1.187 - - [03/Nov/2025:13:14:47 -0800] "GET /api/events/explore?limit=10 HTTP/1.1" 200 2299 "https://192.168.1.5:30193/explore" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:47.582049+00:002025-11-03 21:14:47.581973698 192.168.1.187 - - [03/Nov/2025:13:14:47 -0800] "GET /api/events/1762204158.249408-6si8ta/thumbnail.webp HTTP/1.1" 200 4250 "https://192.168.1.5:30193/explore" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:47.584954+00:002025-11-03 21:14:47.584890660 192.168.1.187 - - [03/Nov/2025:13:14:47 -0800] "GET /api/events/1762200444.89695-xaqz48/thumbnail.webp HTTP/1.1" 200 4114 "https://192.168.1.5:30193/explore" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:47.585005+00:002025-11-03 21:14:47.584956363 192.168.1.187 - - [03/Nov/2025:13:14:47 -0800] "GET /api/events/1762199836.111256-0ztzvg/thumbnail.webp HTTP/1.1" 200 4084 "https://192.168.1.5:30193/explore" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:47.585946+00:002025-11-03 21:14:47.585899465 192.168.1.187 - - [03/Nov/2025:13:14:47 -0800] "GET /api/events/1762200614.691088-skiebl/thumbnail.webp HTTP/1.1" 200 4108 "https://192.168.1.5:30193/explore" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:50.807193+00:002025-11-03 21:14:50.807105838 192.168.1.187 - - [03/Nov/2025:13:14:50 -0800] "GET /api/config HTTP/1.1" 200 34446 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:50.826868+00:002025-11-03 21:14:50.826768091 192.168.1.187 - - [03/Nov/2025:13:14:50 -0800] "GET /api/review?limit=10&severity=alert HTTP/1.1" 200 1447 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:50.856798+00:002025-11-03 21:14:50.856732161 192.168.1.187 - - [03/Nov/2025:13:14:50 -0800] "GET /api/barn_west/latest.webp?height=334&cache=1762204490785 HTTP/1.1" 200 22664 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:50.897652+00:002025-11-03 21:14:50.897513333 192.168.1.187 - - [03/Nov/2025:13:14:50 -0800] "GET /api/barn_parking/latest.webp?height=334&cache=1762204490785 HTTP/1.1" 200 37526 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:50.916416+00:002025-11-03 21:14:50.916349347 192.168.1.187 - - [03/Nov/2025:13:14:50 -0800] "GET /api/go2rtc/streams/multipurpose_fisheye HTTP/1.1" 200 1790 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:50.927841+00:002025-11-03 21:14:50.927743382 192.168.1.187 - - [03/Nov/2025:13:14:50 -0800] "GET /api/multipurpose_fisheye/latest.webp?height=334&cache=1762204490785 HTTP/1.1" 200 10824 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:50.942071+00:002025-11-03 21:14:50.941990806 192.168.1.187 - - [03/Nov/2025:13:14:50 -0800] "GET /api/go2rtc/streams/barn_parking HTTP/1.1" 200 1435 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:50.948674+00:002025-11-03 21:14:50.948626859 192.168.1.187 - - [03/Nov/2025:13:14:50 -0800] "GET /api/barn_banquet/latest.webp?height=334&cache=1762204490785 HTTP/1.1" 200 16554 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:50.958533+00:002025-11-03 21:14:50.958484653 192.168.1.187 - - [03/Nov/2025:13:14:50 -0800] "GET /api/barn_south/latest.webp?height=334&cache=1762204490785 HTTP/1.1" 200 22892 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:51.084399+00:002025-11-03 21:14:51.084168504 192.168.1.187 - - [03/Nov/2025:13:14:51 -0800] "GET /api/go2rtc/streams/barn_west HTTP/1.1" 200 1511 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:51.116147+00:002025-11-03 21:14:51.115920867 192.168.1.187 - - [03/Nov/2025:13:14:51 -0800] "GET /api/go2rtc/streams/barn_banquet HTTP/1.1" 200 1509 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:51.199413+00:002025-11-03 21:14:51.199224224 192.168.1.187 - - [03/Nov/2025:13:14:51 -0800] "GET /api/go2rtc/streams/barn_south HTTP/1.1" 200 1509 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:56.829405+00:002025-11-03 21:14:56.829142051 192.168.1.187 - - [03/Nov/2025:13:14:56 -0800] "GET /api/review?limit=10&severity=alert HTTP/1.1" 200 1447 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:56.830221+00:002025-11-03 21:14:56.830009162 192.168.1.187 - - [03/Nov/2025:13:14:56 -0800] "GET /api/profile HTTP/1.1" 200 35 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:56.831045+00:002025-11-03 21:14:56.830841674 192.168.1.187 - - [03/Nov/2025:13:14:56 -0800] "GET /api/config HTTP/1.1" 200 34446 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:56.925709+00:002025-11-03 21:14:56.925642506 192.168.1.187 - - [03/Nov/2025:13:14:56 -0800] "GET /api/barn_banquet/latest.webp?height=334&cache=1762204496810 HTTP/1.1" 200 16540 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:56.930849+00:002025-11-03 21:14:56.930789779 192.168.1.187 - - [03/Nov/2025:13:14:56 -0800] "GET /api/barn_south/latest.webp?height=334&cache=1762204496810 HTTP/1.1" 200 22856 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:56.938015+00:002025-11-03 21:14:56.937945224 192.168.1.187 - - [03/Nov/2025:13:14:56 -0800] "GET /api/barn_parking/latest.webp?height=334&cache=1762204496810 HTTP/1.1" 200 36038 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:56.943648+00:002025-11-03 21:14:56.943548348 192.168.1.187 - - [03/Nov/2025:13:14:56 -0800] "GET /api/barn_west/latest.webp?height=334&cache=1762204496810 HTTP/1.1" 200 22812 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:14:56.944554+00:002025-11-03 21:14:56.944457587 192.168.1.187 - - [03/Nov/2025:13:14:56 -0800] "GET /api/multipurpose_fisheye/latest.webp?height=334&cache=1762204496810 HTTP/1.1" 200 10738 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:15:08.431230+00:002025-11-03 21:15:08.431164122 127.0.0.1 - - [03/Nov/2025:13:15:08 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:15:08.870990+00:002025-11-03 21:15:08.870872206 127.0.0.1 - - [03/Nov/2025:13:15:08 -0800] "" 400 0 "-" "-" "-"
2025-11-03 21:15:27.200951+00:002025-11-03 21:15:27.200832519 192.168.1.187 - - [03/Nov/2025:13:15:27 -0800] "GET /api/barn_banquet/latest.webp?height=334&cache=1762204527092 HTTP/1.1" 200 16590 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:15:27.205321+00:002025-11-03 21:15:27.205222253 192.168.1.187 - - [03/Nov/2025:13:15:27 -0800] "GET /api/barn_south/latest.webp?height=334&cache=1762204527094 HTTP/1.1" 200 23136 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:15:27.206189+00:002025-11-03 21:15:27.206144456 192.168.1.187 - - [03/Nov/2025:13:15:27 -0800] "GET /api/multipurpose_fisheye/latest.webp?height=334&cache=1762204527094 HTTP/1.1" 200 10674 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:15:27.210769+00:002025-11-03 21:15:27.210719465 192.168.1.187 - - [03/Nov/2025:13:15:27 -0800] "GET /api/barn_parking/latest.webp?height=334&cache=1762204527094 HTTP/1.1" 200 36400 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:15:27.215475+00:002025-11-03 21:15:27.215390325 192.168.1.187 - - [03/Nov/2025:13:15:27 -0800] "GET /api/barn_west/latest.webp?height=334&cache=1762204527094 HTTP/1.1" 200 21522 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:15:38.533895+00:002025-11-03 21:15:38.533793311 127.0.0.1 - - [03/Nov/2025:13:15:38 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:15:57.257533+00:002025-11-03 21:15:57.257457946 192.168.1.187 - - [03/Nov/2025:13:15:57 -0800] "GET /api/multipurpose_fisheye/latest.webp?height=334&cache=1762204557208 HTTP/1.1" 200 10766 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:15:57.258154+00:002025-11-03 21:15:57.258112812 192.168.1.187 - - [03/Nov/2025:13:15:57 -0800] "GET /api/barn_banquet/latest.webp?height=334&cache=1762204557206 HTTP/1.1" 200 16704 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:15:57.267605+00:002025-11-03 21:15:57.267559597 192.168.1.187 - - [03/Nov/2025:13:15:57 -0800] "GET /api/barn_south/latest.webp?height=334&cache=1762204557208 HTTP/1.1" 200 24046 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:15:57.272586+00:002025-11-03 21:15:57.272499314 192.168.1.187 - - [03/Nov/2025:13:15:57 -0800] "GET /api/barn_west/latest.webp?height=334&cache=1762204557223 HTTP/1.1" 200 22310 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:15:57.280456+00:002025-11-03 21:15:57.280354531 192.168.1.187 - - [03/Nov/2025:13:15:57 -0800] "GET /api/barn_parking/latest.webp?height=334&cache=1762204557223 HTTP/1.1" 200 36238 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:16:08.639875+00:002025-11-03 21:16:08.639816896 127.0.0.1 - - [03/Nov/2025:13:16:08 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:16:08.995349+00:002025-11-03 21:16:08.995197147 127.0.0.1 - - [03/Nov/2025:13:16:08 -0800] "" 400 0 "-" "-" "-"
2025-11-03 21:16:27.310811+00:002025-11-03 21:16:27.310726389 192.168.1.187 - - [03/Nov/2025:13:16:27 -0800] "GET /api/multipurpose_fisheye/latest.webp?height=334&cache=1762204587273 HTTP/1.1" 200 10752 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:16:27.319094+00:002025-11-03 21:16:27.319024541 192.168.1.187 - - [03/Nov/2025:13:16:27 -0800] "GET /api/barn_banquet/latest.webp?height=334&cache=1762204587278 HTTP/1.1" 200 16856 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:16:27.327954+00:002025-11-03 21:16:27.327851045 192.168.1.187 - - [03/Nov/2025:13:16:27 -0800] "GET /api/barn_south/latest.webp?height=334&cache=1762204587280 HTTP/1.1" 200 23380 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:16:27.332678+00:002025-11-03 21:16:27.332578111 192.168.1.187 - - [03/Nov/2025:13:16:27 -0800] "GET /api/barn_west/latest.webp?height=334&cache=1762204587281 HTTP/1.1" 200 22056 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:16:27.339892+00:002025-11-03 21:16:27.339842481 192.168.1.187 - - [03/Nov/2025:13:16:27 -0800] "GET /api/barn_parking/latest.webp?height=334&cache=1762204587282 HTTP/1.1" 200 36470 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:16:38.698787+00:002025-11-03 21:16:38.698737458 127.0.0.1 - - [03/Nov/2025:13:16:38 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:16:57.371042+00:002025-11-03 21:16:57.370957615 192.168.1.187 - - [03/Nov/2025:13:16:57 -0800] "GET /api/multipurpose_fisheye/latest.webp?height=334&cache=1762204617324 HTTP/1.1" 200 10726 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:16:57.375888+00:002025-11-03 21:16:57.375822721 192.168.1.187 - - [03/Nov/2025:13:16:57 -0800] "GET /api/barn_banquet/latest.webp?height=334&cache=1762204617327 HTTP/1.1" 200 16546 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:16:57.382032+00:002025-11-03 21:16:57.381985849 192.168.1.187 - - [03/Nov/2025:13:16:57 -0800] "GET /api/barn_south/latest.webp?height=334&cache=1762204617330 HTTP/1.1" 200 23644 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:16:57.387326+00:002025-11-03 21:16:57.387271709 192.168.1.187 - - [03/Nov/2025:13:16:57 -0800] "GET /api/barn_west/latest.webp?height=334&cache=1762204617334 HTTP/1.1" 200 22478 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:16:57.395750+00:002025-11-03 21:16:57.395647550 192.168.1.187 - - [03/Nov/2025:13:16:57 -0800] "GET /api/barn_parking/latest.webp?height=334&cache=1762204617342 HTTP/1.1" 200 36832 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:17:08.864527+00:002025-11-03 21:17:08.864445782 127.0.0.1 - - [03/Nov/2025:13:17:08 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:17:09.178279+00:002025-11-03 21:17:09.178203809 127.0.0.1 - - [03/Nov/2025:13:17:09 -0800] "" 400 0 "-" "-" "-"
2025-11-03 21:17:27.430231+00:002025-11-03 21:17:27.430156235 192.168.1.187 - - [03/Nov/2025:13:17:27 -0800] "GET /api/multipurpose_fisheye/latest.webp?height=334&cache=1762204647386 HTTP/1.1" 200 10752 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:17:27.438095+00:002025-11-03 21:17:27.438032033 192.168.1.187 - - [03/Nov/2025:13:17:27 -0800] "GET /api/barn_banquet/latest.webp?height=334&cache=1762204647388 HTTP/1.1" 200 16570 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:17:27.445268+00:002025-11-03 21:17:27.445202062 192.168.1.187 - - [03/Nov/2025:13:17:27 -0800] "GET /api/barn_west/latest.webp?height=334&cache=1762204647389 HTTP/1.1" 200 22560 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:17:27.447175+00:002025-11-03 21:17:27.447133680 192.168.1.187 - - [03/Nov/2025:13:17:27 -0800] "GET /api/barn_south/latest.webp?height=334&cache=1762204647388 HTTP/1.1" 200 23410 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:17:27.459778+00:002025-11-03 21:17:27.459721159 192.168.1.187 - - [03/Nov/2025:13:17:27 -0800] "GET /api/barn_parking/latest.webp?height=334&cache=1762204647397 HTTP/1.1" 200 36726 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:17:38.963470+00:002025-11-03 21:17:38.963388509 127.0.0.1 - - [03/Nov/2025:13:17:38 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:17:57.495737+00:002025-11-03 21:17:57.495659749 192.168.1.187 - - [03/Nov/2025:13:17:57 -0800] "GET /api/multipurpose_fisheye/latest.webp?height=334&cache=1762204677443 HTTP/1.1" 200 10652 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:17:57.506112+00:002025-11-03 21:17:57.506036396 192.168.1.187 - - [03/Nov/2025:13:17:57 -0800] "GET /api/barn_banquet/latest.webp?height=334&cache=1762204677445 HTTP/1.1" 200 16534 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:17:57.511353+00:002025-11-03 21:17:57.511287752 192.168.1.187 - - [03/Nov/2025:13:17:57 -0800] "GET /api/barn_south/latest.webp?height=334&cache=1762204677451 HTTP/1.1" 200 23812 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:17:57.512394+00:002025-11-03 21:17:57.512351754 192.168.1.187 - - [03/Nov/2025:13:17:57 -0800] "GET /api/barn_west/latest.webp?height=334&cache=1762204677447 HTTP/1.1" 200 22686 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:17:57.519316+00:002025-11-03 21:17:57.519267072 192.168.1.187 - - [03/Nov/2025:13:17:57 -0800] "GET /api/barn_parking/latest.webp?height=334&cache=1762204677461 HTTP/1.1" 200 36596 "https://192.168.1.5:30193/" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:17:59.830871+00:002025-11-03 21:17:59.830776396 192.168.1.187 - - [03/Nov/2025:13:17:59 -0800] "GET /api/config HTTP/1.1" 200 34446 "https://192.168.1.5:30193/settings" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:18:00.904681+00:002025-11-03 21:18:00.904444996 192.168.1.187 - - [03/Nov/2025:13:18:00 -0800] "GET /fonts/Inter-Bold.woff2 HTTP/1.1" 200 111040 "https://192.168.1.5:30193/assets/i18n-B4RQL4LC.css" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:18:02.254433+00:002025-11-03 21:18:02.254301263 192.168.1.187 - - [03/Nov/2025:13:18:02 -0800] "GET /api/plus/models HTTP/1.1" 200 5159 "https://192.168.1.5:30193/settings" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:18:09.119112+00:002025-11-03 21:18:09.119005530 127.0.0.1 - - [03/Nov/2025:13:18:09 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:18:09.297614+00:002025-11-03 21:18:09.297543348 127.0.0.1 - - [03/Nov/2025:13:18:09 -0800] "" 400 0 "-" "-" "-"
2025-11-03 21:18:39.275953+00:002025-11-03 21:18:39.275823809 127.0.0.1 - - [03/Nov/2025:13:18:39 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:19:09.379306+00:002025-11-03 21:19:09.379230551 127.0.0.1 - - [03/Nov/2025:13:19:09 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:19:09.426412+00:002025-11-03 21:19:09.426277627 127.0.0.1 - - [03/Nov/2025:13:19:09 -0800] "" 400 0 "-" "-" "-"
2025-11-03 21:19:39.469834+00:002025-11-03 21:19:39.469762000 127.0.0.1 - - [03/Nov/2025:13:19:39 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:20:09.534013+00:002025-11-03 21:20:09.533887329 127.0.0.1 - - [03/Nov/2025:13:20:09 -0800] "" 400 0 "-" "-" "-"
2025-11-03 21:20:09.555372+00:002025-11-03 21:20:09.555325073 127.0.0.1 - - [03/Nov/2025:13:20:09 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:20:39.612790+00:002025-11-03 21:20:39.612730834 127.0.0.1 - - [03/Nov/2025:13:20:39 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:21:09.678548+00:002025-11-03 21:21:09.678468227 127.0.0.1 - - [03/Nov/2025:13:21:09 -0800] "" 400 0 "-" "-" "-"
2025-11-03 21:21:09.687939+00:002025-11-03 21:21:09.687890955 127.0.0.1 - - [03/Nov/2025:13:21:09 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:21:39.876366+00:002025-11-03 21:21:39.876216421 127.0.0.1 - - [03/Nov/2025:13:21:39 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:22:09.834360+00:002025-11-03 21:22:09.834270299 127.0.0.1 - - [03/Nov/2025:13:22:09 -0800] "" 400 0 "-" "-" "-"
2025-11-03 21:22:10.023801+00:002025-11-03 21:22:10.023691750 127.0.0.1 - - [03/Nov/2025:13:22:10 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:22:40.094308+00:002025-11-03 21:22:40.094245513 127.0.0.1 - - [03/Nov/2025:13:22:40 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:22:53.750437+00:002025-11-03 21:22:53.750176033 192.168.1.187 - - [03/Nov/2025:13:22:53 -0800] "GET /api/profile HTTP/1.1" 200 35 "https://192.168.1.5:30193/settings" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:22:53.777449+00:002025-11-03 21:22:53.777315418 192.168.1.187 - - [03/Nov/2025:13:22:53 -0800] "GET /api/config HTTP/1.1" 200 34446 "https://192.168.1.5:30193/settings" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:22:54.208966+00:002025-11-03 21:22:54.208836068 192.168.1.187 - - [03/Nov/2025:13:22:54 -0800] "GET /api/plus/models HTTP/1.1" 200 5159 "https://192.168.1.5:30193/settings" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:23:09.924450+00:002025-11-03 21:23:09.924376511 127.0.0.1 - - [03/Nov/2025:13:23:09 -0800] "" 400 0 "-" "-" "-"
2025-11-03 21:23:10.199843+00:002025-11-03 21:23:10.199750422 127.0.0.1 - - [03/Nov/2025:13:23:10 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:23:40.264182+00:002025-11-03 21:23:40.264129011 127.0.0.1 - - [03/Nov/2025:13:23:40 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:23:50.753058+00:002025-11-03 21:23:50.752933129 192.168.1.187 - - [03/Nov/2025:13:23:50 -0800] "GET /api/profile HTTP/1.1" 200 35 "https://192.168.1.5:30193/settings" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:23:50.760031+00:002025-11-03 21:23:50.759686942 192.168.1.187 - - [03/Nov/2025:13:23:50 -0800] "GET /api/config HTTP/1.1" 200 34446 "https://192.168.1.5:30193/settings" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:23:51.253648+00:002025-11-03 21:23:51.253337669 192.168.1.187 - - [03/Nov/2025:13:23:51 -0800] "GET /api/plus/models HTTP/1.1" 200 5159 "https://192.168.1.5:30193/settings" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:24:10.060872+00:002025-11-03 21:24:10.060792474 127.0.0.1 - - [03/Nov/2025:13:24:10 -0800] "" 400 0 "-" "-" "-"
2025-11-03 21:24:10.346154+00:002025-11-03 21:24:10.346071347 127.0.0.1 - - [03/Nov/2025:13:24:10 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:24:40.450158+00:002025-11-03 21:24:40.450074168 127.0.0.1 - - [03/Nov/2025:13:24:40 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:25:10.184767+00:002025-11-03 21:25:10.184685451 127.0.0.1 - - [03/Nov/2025:13:25:10 -0800] "" 400 0 "-" "-" "-"
2025-11-03 21:25:10.549874+00:002025-11-03 21:25:10.549765876 127.0.0.1 - - [03/Nov/2025:13:25:10 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:25:40.688116+00:002025-11-03 21:25:40.688042373 127.0.0.1 - - [03/Nov/2025:13:25:40 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:26:10.325787+00:002025-11-03 21:26:10.325666812 127.0.0.1 - - [03/Nov/2025:13:26:10 -0800] "" 400 0 "-" "-" "-"
2025-11-03 21:26:10.818994+00:002025-11-03 21:26:10.818803672 127.0.0.1 - - [03/Nov/2025:13:26:10 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:26:19.260375+00:002025-11-03 21:26:19.260072189 192.168.1.187 - - [03/Nov/2025:13:26:19 -0800] "GET /api/profile HTTP/1.1" 200 35 "https://192.168.1.5:30193/settings" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:26:19.265699+00:002025-11-03 21:26:19.265525984 192.168.1.187 - - [03/Nov/2025:13:26:19 -0800] "GET /api/config HTTP/1.1" 200 34446 "https://192.168.1.5:30193/settings" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:26:19.829588+00:002025-11-03 21:26:19.829371050 192.168.1.187 - - [03/Nov/2025:13:26:19 -0800] "GET /api/plus/models HTTP/1.1" 200 5159 "https://192.168.1.5:30193/settings" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:26:22.078866+00:002025-11-03 21:26:22.078806136 192.168.1.187 - - [03/Nov/2025:13:26:22 -0800] "GET /api/config/raw HTTP/1.1" 200 4583 "https://192.168.1.5:30193/config" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:26:22.355690+00:002025-11-03 21:26:22.355614104 192.168.1.187 - - [03/Nov/2025:13:26:22 -0800] "GET /api/config/schema.json HTTP/1.1" 200 49469 "https://192.168.1.5:30193/assets/yaml.worker.bundle.js" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:26:40.956088+00:002025-11-03 21:26:40.955978551 127.0.0.1 - - [03/Nov/2025:13:26:40 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:26:51.287690+00:002025-11-03 21:26:51.287581283 192.168.1.187 - - [03/Nov/2025:13:26:51 -0800] "POST /api/config/save?save_option=saveonly HTTP/1.1" 200 55 "https://192.168.1.5:30193/config" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:26:52.865806+00:00s6-rc: info: service legacy-services: stopping
2025-11-03 21:26:52.872263+00:00s6-rc: info: service legacy-services successfully stopped
2025-11-03 21:26:52.872507+00:00s6-rc: info: service go2rtc-healthcheck: stopping
2025-11-03 21:26:52.872915+00:00s6-rc: info: service certsync: stopping
2025-11-03 21:26:52.885584+00:002025-11-03 21:26:52.885435912 [INFO] The go2rtc-healthcheck service exited with code 256 (by signal 15)
2025-11-03 21:26:52.886833+00:00s6-rc: info: service go2rtc-healthcheck successfully stopped
2025-11-03 21:26:52.888206+00:002025-11-03 21:26:52.888104338 [INFO] Service CERTSYNC exited with code 256 (by signal 15)
2025-11-03 21:26:52.890319+00:00s6-rc: info: service certsync successfully stopped
2025-11-03 21:26:52.890525+00:00s6-rc: info: service nginx: stopping
2025-11-03 21:26:52.890748+00:00s6-rc: info: service certsync-log: stopping
2025-11-03 21:26:52.899135+00:00s6-rc: info: service certsync-log successfully stopped
2025-11-03 21:26:52.963134+00:002025-11-03 21:26:52.963067833 [INFO] Service NGINX exited with code 0 (by signal 0)
2025-11-03 21:26:52.963770+00:00s6-rc: info: service nginx successfully stopped
2025-11-03 21:26:52.963906+00:00s6-rc: info: service nginx-log: stopping
2025-11-03 21:26:52.963992+00:00s6-rc: info: service frigate: stopping
2025-11-03 21:26:52.965519+00:00s6-rc: info: service nginx-log successfully stopped
2025-11-03 21:26:53.152285+00:002025-11-03 21:26:53.152060539 [2025-11-03 13:26:53] frigate.app INFO : Stopping...
2025-11-03 21:26:53.159522+00:002025-11-03 21:26:53.159356682 [2025-11-03 13:26:53] frigate.record.cleanup INFO : Exiting recording cleanup...
2025-11-03 21:26:53.161682+00:002025-11-03 21:26:53.161526490 [2025-11-03 13:26:53] frigate.stats.emitter INFO : Exiting stats emitter...
2025-11-03 21:26:53.164047+00:002025-11-03 21:26:53.163881569 [2025-11-03 13:26:53] frigate.storage INFO : Exiting storage maintainer...
2025-11-03 21:26:53.166668+00:002025-11-03 21:26:53.166456579 [2025-11-03 13:26:53] frigate.events.cleanup INFO : Exiting event cleanup...
2025-11-03 21:26:53.169062+00:002025-11-03 21:26:53.168883959 [2025-11-03 13:26:53] frigate.ptz.autotrack INFO : Exiting autotracker...
2025-11-03 21:26:53.170840+00:002025-11-03 21:26:53.170657748 [2025-11-03 13:26:53] frigate.ptz.onvif INFO : Exiting ONVIF controller...
2025-11-03 21:26:53.174271+00:002025-11-03 21:26:53.174126280 [2025-11-03 13:26:53] frigate.watchdog INFO : Exiting watchdog...
2025-11-03 21:26:53.175505+00:002025-11-03 21:26:53.175390047 [2025-11-03 13:26:53] frigate.app INFO : Waiting for capture process for barn_west to stop
2025-11-03 21:26:53.308821+00:002025-11-03 21:26:53.308744760 [2025-11-03 13:26:53] watchdog.barn_west INFO : Terminating the existing ffmpeg process...
2025-11-03 21:26:53.309008+00:002025-11-03 21:26:53.308971433 [2025-11-03 13:26:53] watchdog.barn_west INFO : Waiting for ffmpeg to exit gracefully...
2025-11-03 21:26:53.315560+00:002025-11-03 21:26:53.315512306 [2025-11-03 13:26:53] frigate.track.object_processing INFO : Exiting object processor...
2025-11-03 21:26:53.779663+00:002025-11-03 21:26:53.779439505 [2025-11-03 13:26:53] watchdog.barn_west INFO : Terminating the existing ffmpeg process...
2025-11-03 21:26:53.780291+00:002025-11-03 21:26:53.780137227 [2025-11-03 13:26:53] watchdog.barn_west INFO : Waiting for ffmpeg to exit gracefully...
2025-11-03 21:26:53.921595+00:002025-11-03 21:26:53.921521368 [2025-11-03 13:26:53] frigate.events.maintainer INFO : Exiting event processor...
2025-11-03 21:26:54.222684+00:002025-11-03 21:26:54.222494451 [2025-11-03 13:26:54] frigate.app INFO : Waiting for capture process for barn_parking to stop
2025-11-03 21:26:54.397569+00:002025-11-03 21:26:54.397434809 [2025-11-03 13:26:54] watchdog.barn_parking INFO : Terminating the existing ffmpeg process...
2025-11-03 21:26:54.397887+00:002025-11-03 21:26:54.397817857 [2025-11-03 13:26:54] watchdog.barn_parking INFO : Waiting for ffmpeg to exit gracefully...
2025-11-03 21:26:54.801157+00:002025-11-03 21:26:54.801072745 [2025-11-03 13:26:54] watchdog.barn_parking INFO : Terminating the existing ffmpeg process...
2025-11-03 21:26:54.801316+00:002025-11-03 21:26:54.801280763 [2025-11-03 13:26:54] watchdog.barn_parking INFO : Waiting for ffmpeg to exit gracefully...
2025-11-03 21:26:55.279494+00:002025-11-03 21:26:55.279390168 [2025-11-03 13:26:55] frigate.app INFO : Waiting for capture process for multipurpose_fisheye to stop
2025-11-03 21:26:55.413998+00:002025-11-03 21:26:55.413914344 [2025-11-03 13:26:55] watchdog.multipurpose_fisheye INFO : Terminating the existing ffmpeg process...
2025-11-03 21:26:55.414221+00:002025-11-03 21:26:55.414168612 [2025-11-03 13:26:55] watchdog.multipurpose_fisheye INFO : Waiting for ffmpeg to exit gracefully...
2025-11-03 21:26:55.837177+00:002025-11-03 21:26:55.837097089 [2025-11-03 13:26:55] watchdog.multipurpose_fisheye INFO : Terminating the existing ffmpeg process...
2025-11-03 21:26:55.837363+00:002025-11-03 21:26:55.837309405 [2025-11-03 13:26:55] watchdog.multipurpose_fisheye INFO : Waiting for ffmpeg to exit gracefully...
2025-11-03 21:26:55.974617+00:002025-11-03 21:26:55.974389617 [2025-11-03 13:26:55] frigate.app INFO : Waiting for capture process for barn_banquet to stop
2025-11-03 21:26:56.139678+00:002025-11-03 21:26:56.139559868 [2025-11-03 13:26:56] watchdog.barn_banquet INFO : Terminating the existing ffmpeg process...
2025-11-03 21:26:56.140123+00:002025-11-03 21:26:56.140048631 [2025-11-03 13:26:56] watchdog.barn_banquet INFO : Waiting for ffmpeg to exit gracefully...
2025-11-03 21:26:56.358424+00:002025-11-03 21:26:56.358143871 [2025-11-03 13:26:56] watchdog.barn_banquet INFO : Terminating the existing ffmpeg process...
2025-11-03 21:26:56.359379+00:002025-11-03 21:26:56.359209867 [2025-11-03 13:26:56] watchdog.barn_banquet INFO : Waiting for ffmpeg to exit gracefully...
2025-11-03 21:26:56.843004+00:002025-11-03 21:26:56.842839966 [2025-11-03 13:26:56] frigate.app INFO : Waiting for capture process for barn_south to stop
2025-11-03 21:26:57.166330+00:002025-11-03 21:26:57.166232051 [2025-11-03 13:26:57] watchdog.barn_south INFO : Terminating the existing ffmpeg process...
2025-11-03 21:26:57.167211+00:002025-11-03 21:26:57.166434462 [2025-11-03 13:26:57] watchdog.barn_south INFO : Waiting for ffmpeg to exit gracefully...
2025-11-03 21:26:57.783161+00:002025-11-03 21:26:57.783082773 [2025-11-03 13:26:57] watchdog.barn_south INFO : Terminating the existing ffmpeg process...
2025-11-03 21:26:57.783392+00:002025-11-03 21:26:57.783319618 [2025-11-03 13:26:57] watchdog.barn_south INFO : Waiting for ffmpeg to exit gracefully...
2025-11-03 21:26:58.163726+00:002025-11-03 21:26:58.163541051 [2025-11-03 13:26:58] frigate.app INFO : Waiting for process for barn_west to stop
2025-11-03 21:26:58.320538+00:002025-11-03 21:26:58.320336328 [2025-11-03 13:26:58] frigate.video INFO : barn_west: emptying frame queue
2025-11-03 21:26:58.321446+00:002025-11-03 21:26:58.321260705 [2025-11-03 13:26:58] frigate.video INFO : barn_west: exiting subprocess
2025-11-03 21:26:58.340286+00:002025-11-03 21:26:58.340090292 [2025-11-03 13:26:58] frigate.app INFO : Closing frame queue for barn_west
2025-11-03 21:26:58.842068+00:002025-11-03 21:26:58.841821935 [2025-11-03 13:26:58] frigate.app INFO : Waiting for process for barn_parking to stop
2025-11-03 21:26:59.410920+00:002025-11-03 21:26:59.410672169 [2025-11-03 13:26:59] frigate.video INFO : barn_parking: emptying frame queue
2025-11-03 21:26:59.411700+00:002025-11-03 21:26:59.411522079 [2025-11-03 13:26:59] frigate.video INFO : barn_parking: exiting subprocess
2025-11-03 21:26:59.422845+00:002025-11-03 21:26:59.422706122 [2025-11-03 13:26:59] frigate.app INFO : Closing frame queue for barn_parking
2025-11-03 21:26:59.925062+00:002025-11-03 21:26:59.924776067 [2025-11-03 13:26:59] frigate.app INFO : Waiting for process for multipurpose_fisheye to stop
2025-11-03 21:27:00.426970+00:002025-11-03 21:27:00.426768368 [2025-11-03 13:27:00] frigate.video INFO : multipurpose_fisheye: emptying frame queue
2025-11-03 21:27:00.427762+00:002025-11-03 21:27:00.427595723 [2025-11-03 13:27:00] frigate.video INFO : multipurpose_fisheye: exiting subprocess
2025-11-03 21:27:00.438976+00:002025-11-03 21:27:00.438823566 [2025-11-03 13:27:00] frigate.app INFO : Closing frame queue for multipurpose_fisheye
2025-11-03 21:27:00.941042+00:002025-11-03 21:27:00.940815203 [2025-11-03 13:27:00] frigate.app INFO : Waiting for process for barn_banquet to stop
2025-11-03 21:27:01.152299+00:002025-11-03 21:27:01.152077213 [2025-11-03 13:27:01] frigate.video INFO : barn_banquet: emptying frame queue
2025-11-03 21:27:01.153210+00:002025-11-03 21:27:01.153017436 [2025-11-03 13:27:01] frigate.video INFO : barn_banquet: exiting subprocess
2025-11-03 21:27:01.164934+00:002025-11-03 21:27:01.164823291 [2025-11-03 13:27:01] frigate.app INFO : Closing frame queue for barn_banquet
2025-11-03 21:27:01.666798+00:002025-11-03 21:27:01.666492689 [2025-11-03 13:27:01] frigate.app INFO : Waiting for process for barn_south to stop
2025-11-03 21:27:02.205456+00:002025-11-03 21:27:02.205219990 [2025-11-03 13:27:02] frigate.video INFO : barn_south: emptying frame queue
2025-11-03 21:27:02.206294+00:002025-11-03 21:27:02.206112260 [2025-11-03 13:27:02] frigate.video INFO : barn_south: exiting subprocess
2025-11-03 21:27:02.222091+00:002025-11-03 21:27:02.221949459 [2025-11-03 13:27:02] frigate.app INFO : Closing frame queue for barn_south
2025-11-03 21:27:02.724175+00:002025-11-03 21:27:02.723887503 [2025-11-03 13:27:02] root INFO : Waiting for detection process to exit gracefully...
2025-11-03 21:27:03.199350+00:002025-11-03 21:27:03.199075575 [2025-11-03 13:27:03] detector.cpu INFO : Exited detection process...
2025-11-03 21:27:03.211578+00:002025-11-03 21:27:03.211459465 [2025-11-03 13:27:03] root INFO : Detection process has exited...
2025-11-03 21:27:03.713893+00:002025-11-03 21:27:03.713634819 [2025-11-03 13:27:03] frigate.app INFO : Detection queue closed
2025-11-03 21:27:04.217959+00:002025-11-03 21:27:04.217665708 [2025-11-03 13:27:04] frigate.app INFO : Detected frames queue closed
2025-11-03 21:27:04.719843+00:002025-11-03 21:27:04.719559911 [2025-11-03 13:27:04] frigate.app INFO : Timeline queue closed
2025-11-03 21:27:06.172820+00:002025-11-03 21:27:06.172579287 [2025-11-03 13:27:06] frigate.output.output INFO : exiting output process...
2025-11-03 21:27:08.457055+00:002025-11-03 21:27:08.456838174 [2025-11-03 13:27:08] frigate.record.maintainer INFO : Exiting recording maintenance...
2025-11-03 21:27:09.258876+00:002025-11-03 21:27:09.258656012 [2025-11-03 13:27:09] frigate.review.maintainer INFO : Exiting review maintainer...
2025-11-03 21:27:09.635454+00:002025-11-03 21:27:09.635151986 [2025-11-03 13:27:09] frigate.comms.ws INFO : Exiting websocket client...
2025-11-03 21:27:10.472870+00:002025-11-03 21:27:10.472770438 [2025-11-03 13:27:10] peewee.sqliteq INFO : writer received shutdown request, exiting.
2025-11-03 21:27:10.534871+00:002025-11-03 21:27:10.534768567 [INFO] Service Frigate exited with code 0 (by signal 0)
2025-11-03 21:27:10.535861+00:00s6-rc: info: service frigate successfully stopped
2025-11-03 21:27:10.535913+00:00s6-rc: info: service go2rtc: stopping
2025-11-03 21:27:10.536015+00:00s6-rc: info: service frigate-log: stopping
2025-11-03 21:27:10.536726+00:002025-11-03 21:27:10.536663509 exit with signal: terminated
2025-11-03 21:27:10.537800+00:00s6-rc: info: service frigate-log successfully stopped
2025-11-03 21:27:10.540575+00:002025-11-03 21:27:10.540515387 [INFO] The go2rtc service exited with code 0 (by signal 0)
2025-11-03 21:27:10.541154+00:00s6-rc: info: service go2rtc successfully stopped
2025-11-03 21:27:10.541245+00:00s6-rc: info: service prepare: stopping
2025-11-03 21:27:10.541371+00:00s6-rc: info: service go2rtc-log: stopping
2025-11-03 21:27:10.542193+00:00s6-rc: info: service prepare successfully stopped
2025-11-03 21:27:10.542928+00:00s6-rc: info: service go2rtc-log successfully stopped
2025-11-03 21:27:10.543025+00:00s6-rc: info: service log-prepare: stopping
2025-11-03 21:27:10.543080+00:00s6-rc: info: service s6rc-fdholder: stopping
2025-11-03 21:27:10.543897+00:00s6-rc: info: service log-prepare successfully stopped
2025-11-03 21:27:10.543997+00:00s6-rc: info: service legacy-cont-init: stopping
2025-11-03 21:27:10.544595+00:00s6-rc: info: service s6rc-fdholder successfully stopped
2025-11-03 21:27:10.548010+00:00s6-rc: info: service legacy-cont-init successfully stopped
2025-11-03 21:27:10.548131+00:00s6-rc: info: service fix-attrs: stopping
2025-11-03 21:27:10.549059+00:00s6-rc: info: service fix-attrs successfully stopped
2025-11-03 21:27:10.549145+00:00s6-rc: info: service s6rc-oneshot-runner: stopping
2025-11-03 21:27:10.550728+00:00s6-rc: info: service s6rc-oneshot-runner successfully stopped
2025-11-03 21:27:14.274280+00:00s6-rc: info: service s6rc-fdholder: starting
2025-11-03 21:27:14.274326+00:00s6-rc: info: service s6rc-oneshot-runner: starting
2025-11-03 21:27:14.276166+00:00s6-rc: info: service s6rc-oneshot-runner successfully started
2025-11-03 21:27:14.276257+00:00s6-rc: info: service fix-attrs: starting
2025-11-03 21:27:14.277072+00:00s6-rc: info: service s6rc-fdholder successfully started
2025-11-03 21:27:14.279289+00:00s6-rc: info: service fix-attrs successfully started
2025-11-03 21:27:14.279346+00:00s6-rc: info: service legacy-cont-init: starting
2025-11-03 21:27:14.282450+00:00s6-rc: info: service legacy-cont-init successfully started
2025-11-03 21:27:14.282502+00:00s6-rc: info: service prepare: starting
2025-11-03 21:27:14.282592+00:00s6-rc: info: service log-prepare: starting
2025-11-03 21:27:14.287784+00:00s6-rc: info: service log-prepare successfully started
2025-11-03 21:27:14.287903+00:00s6-rc: info: service nginx-log: starting
2025-11-03 21:27:14.287974+00:00s6-rc: info: service go2rtc-log: starting
2025-11-03 21:27:14.288088+00:00s6-rc: info: service frigate-log: starting
2025-11-03 21:27:14.288241+00:00s6-rc: info: service certsync-log: starting
2025-11-03 21:27:14.289449+00:00s6-rc: info: service nginx-log successfully started
2025-11-03 21:27:14.289616+00:00s6-rc: info: service go2rtc-log successfully started
2025-11-03 21:27:14.289788+00:00s6-rc: info: service frigate-log successfully started
2025-11-03 21:27:14.289955+00:00s6-rc: info: service certsync-log successfully started
2025-11-03 21:27:14.292150+00:00s6-rc: info: service prepare successfully started
2025-11-03 21:27:14.292230+00:00s6-rc: info: service go2rtc: starting
2025-11-03 21:27:14.293708+00:00s6-rc: info: service go2rtc successfully started
2025-11-03 21:27:14.293777+00:00s6-rc: info: service go2rtc-healthcheck: starting
2025-11-03 21:27:14.293924+00:00s6-rc: info: service frigate: starting
2025-11-03 21:27:14.295418+00:00s6-rc: info: service go2rtc-healthcheck successfully started
2025-11-03 21:27:14.295671+00:00s6-rc: info: service frigate successfully started
2025-11-03 21:27:14.295767+00:00s6-rc: info: service nginx: starting
2025-11-03 21:27:14.299219+00:002025-11-03 21:27:14.299084823 [INFO] Starting NGINX...
2025-11-03 21:27:14.375615+00:002025-11-03 21:27:14.375436832 [INFO] Preparing Frigate...
2025-11-03 21:27:14.695003+00:002025-11-03 21:27:14.694846311 [INFO] Preparing new go2rtc config...
2025-11-03 21:27:14.801220+00:002025-11-03 21:27:14.801110955 [INFO] Starting Frigate...
2025-11-03 21:27:15.058508+00:002025-11-03 21:27:15.058422635 [INFO] Starting go2rtc...
2025-11-03 21:27:15.124459+00:002025-11-03 21:27:15.124368057 13:27:15.124 INF go2rtc platform=linux/amd64 revision=fa580c5 version=1.9.9
2025-11-03 21:27:15.124514+00:002025-11-03 21:27:15.124385030 13:27:15.124 INF config path=/dev/shm/go2rtc.yaml
2025-11-03 21:27:15.124680+00:002025-11-03 21:27:15.124639098 13:27:15.124 INF [rtsp] listen addr=:8554
2025-11-03 21:27:15.124700+00:002025-11-03 21:27:15.124655587 13:27:15.124 INF [api] listen addr=:1984
2025-11-03 21:27:15.125057+00:002025-11-03 21:27:15.125019334 13:27:15.125 INF [webrtc] listen addr=:8555
2025-11-03 21:27:15.729128+00:00s6-rc: info: service nginx successfully started
2025-11-03 21:27:15.729256+00:00s6-rc: info: service certsync: starting
2025-11-03 21:27:15.730637+00:00s6-rc: info: service certsync successfully started
2025-11-03 21:27:15.730698+00:00s6-rc: info: service legacy-services: starting
2025-11-03 21:27:15.732883+00:002025-11-03 21:27:15.732781053 [INFO] Starting certsync...
2025-11-03 21:27:15.735196+00:00s6-rc: info: service legacy-services successfully started
2025-11-03 21:27:16.113594+00:002025-11-03 21:27:16.113478796 127.0.0.1 - - [03/Nov/2025:13:27:16 -0800] "" 400 0 "-" "-" "-"
2025-11-03 21:27:16.262554+00:002025-11-03 21:27:16.262495169 127.0.0.1 - - [03/Nov/2025:13:27:16 -0800] "GET /api HTTP/1.1" 301 169 "-" "curl/7.88.1" "-"
2025-11-03 21:27:16.819687+00:002025-11-03 21:27:16.819616261 [2025-11-03 13:27:16] frigate.util.config INFO : Checking if frigate config needs migration...
2025-11-03 21:27:16.844103+00:002025-11-03 21:27:16.843973092 [2025-11-03 13:27:16] frigate.util.config INFO : frigate config does not need migration...
2025-11-03 21:27:16.873985+00:002025-11-03 21:27:16.873869486 [2025-11-03 13:27:16] frigate.app INFO : Starting Frigate (0.16.2-4d58206)
2025-11-03 21:27:16.887456+00:002025-11-03 21:27:16.887364836 [2025-11-03 13:27:16] peewee_migrate.logs INFO : Starting migrations
2025-11-03 21:27:16.887859+00:002025-11-03 21:27:16.887784582 [2025-11-03 13:27:16] peewee_migrate.logs INFO : There is nothing to migrate
2025-11-03 21:27:16.894128+00:002025-11-03 21:27:16.894010051 [2025-11-03 13:27:16] frigate.app INFO : Recording process started: 413
2025-11-03 21:27:16.899869+00:002025-11-03 21:27:16.899799648 [2025-11-03 13:27:16] frigate.app INFO : Review process started: 422
2025-11-03 21:27:16.902770+00:002025-11-03 21:27:16.902699328 [2025-11-03 13:27:16] frigate.app INFO : go2rtc process pid: 116
2025-11-03 21:27:16.915949+00:002025-11-03 21:27:16.915844314 [2025-11-03 13:27:16] detector.ov INFO : Starting detection process: 442
2025-11-03 21:27:16.923091+00:002025-11-03 21:27:16.923013437 [2025-11-03 13:27:16] frigate.app INFO : Output process started: 472
2025-11-03 21:27:16.943273+00:002025-11-03 21:27:16.943186276 [2025-11-03 13:27:16] frigate.app INFO : Camera processor started for barn_west: 505
2025-11-03 21:27:16.977202+00:002025-11-03 21:27:16.977118680 [2025-11-03 13:27:16] frigate.app INFO : Camera processor started for barn_parking: 509
2025-11-03 21:27:16.979079+00:002025-11-03 21:27:16.979007496 [2025-11-03 13:27:16] frigate.app INFO : Camera processor started for multipurpose_fisheye: 522
2025-11-03 21:27:16.979845+00:002025-11-03 21:27:16.979795927 [2025-11-03 13:27:16] frigate.app INFO : Camera processor started for barn_banquet: 539
2025-11-03 21:27:16.980558+00:002025-11-03 21:27:16.980506801 [2025-11-03 13:27:16] frigate.app INFO : Camera processor started for barn_south: 550
2025-11-03 21:27:17.007565+00:002025-11-03 21:27:17.007439988 [2025-11-03 13:27:17] frigate.app INFO : Capture process started for barn_west: 568
2025-11-03 21:27:17.015603+00:002025-11-03 21:27:17.015508511 [2025-11-03 13:27:17] frigate.app INFO : Capture process started for barn_parking: 578
2025-11-03 21:27:17.028376+00:002025-11-03 21:27:17.028291032 [2025-11-03 13:27:17] frigate.app INFO : Capture process started for multipurpose_fisheye: 592
2025-11-03 21:27:17.068419+00:002025-11-03 21:27:17.068295242 [2025-11-03 13:27:17] frigate.app INFO : Capture process started for barn_banquet: 658
2025-11-03 21:27:17.081415+00:002025-11-03 21:27:17.081299258 [2025-11-03 13:27:17] frigate.app INFO : Capture process started for barn_south: 674
2025-11-03 21:27:17.360666+00:002025-11-03 21:27:17.360549263 2025/11/03 13:27:17 [error] 196#196: *3 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.187, server: , request: "GET /api/profile HTTP/1.1", subrequest: "/auth", upstream: "http://127.0.0.1:5001/auth", host: "192.168.1.5:30193", referrer: "https://192.168.1.5:30193/config"
2025-11-03 21:27:17.360715+00:002025-11-03 21:27:17.360553747 2025/11/03 13:27:17 [error] 196#196: *3 auth request unexpected status: 502 while sending to client, client: 192.168.1.187, server: , request: "GET /api/profile HTTP/1.1", host: "192.168.1.5:30193", referrer: "https://192.168.1.5:30193/config"
2025-11-03 21:27:17.360734+00:002025-11-03 21:27:17.360628203 192.168.1.187 - - [03/Nov/2025:13:27:17 -0800] "GET /api/profile HTTP/1.1" 500 177 "https://192.168.1.5:30193/config" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:27:17.365307+00:002025-11-03 21:27:17.365231605 2025/11/03 13:27:17 [error] 197#197: *4 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.187, server: , request: "GET /api/config HTTP/1.1", subrequest: "/auth", upstream: "http://127.0.0.1:5001/auth", host: "192.168.1.5:30193", referrer: "https://192.168.1.5:30193/config"
2025-11-03 21:27:17.365390+00:002025-11-03 21:27:17.365252714 2025/11/03 13:27:17 [error] 197#197: *4 auth request unexpected status: 502 while sending to client, client: 192.168.1.187, server: , request: "GET /api/config HTTP/1.1", host: "192.168.1.5:30193", referrer: "https://192.168.1.5:30193/config"
2025-11-03 21:27:17.365432+00:002025-11-03 21:27:17.365279362 192.168.1.187 - - [03/Nov/2025:13:27:17 -0800] "GET /api/config HTTP/1.1" 500 177 "https://192.168.1.5:30193/config" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:27:17.367487+00:002025-11-03 21:27:17.367376585 2025/11/03 13:27:17 [error] 199#199: *5 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.187, server: , request: "GET /api/config/raw HTTP/1.1", subrequest: "/auth", upstream: "http://127.0.0.1:5001/auth", host: "192.168.1.5:30193", referrer: "https://192.168.1.5:30193/config"
2025-11-03 21:27:17.367558+00:002025-11-03 21:27:17.367394884 2025/11/03 13:27:17 [error] 199#199: *5 auth request unexpected status: 502 while sending to client, client: 192.168.1.187, server: , request: "GET /api/config/raw HTTP/1.1", host: "192.168.1.5:30193", referrer: "https://192.168.1.5:30193/config"
2025-11-03 21:27:17.367582+00:002025-11-03 21:27:17.367453670 192.168.1.187 - - [03/Nov/2025:13:27:17 -0800] "GET /api/config/raw HTTP/1.1" 500 177 "https://192.168.1.5:30193/config" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:27:17.380860+00:002025-11-03 21:27:17.380740254 [2025-11-03 13:27:17] frigate.api.fastapi_app INFO : Starting FastAPI app
2025-11-03 21:27:17.766883+00:002025-11-03 21:27:17.766696251 [2025-11-03 13:27:17] frigate.api.fastapi_app INFO : FastAPI started
2025-11-03 21:27:23.329053+00:002025-11-03 21:27:23.328962300 192.168.1.187 - - [03/Nov/2025:13:27:23 -0800] "GET /api/profile HTTP/1.1" 200 35 "https://192.168.1.5:30193/config" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:27:23.330500+00:002025-11-03 21:27:23.330394384 192.168.1.187 - - [03/Nov/2025:13:27:23 -0800] "GET /api/config HTTP/1.1" 200 34650 "https://192.168.1.5:30193/config" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:27:23.332503+00:002025-11-03 21:27:23.332419999 192.168.1.187 - - [03/Nov/2025:13:27:23 -0800] "GET /api/config/raw HTTP/1.1" 200 4832 "https://192.168.1.5:30193/config" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:27:23.597958+00:002025-11-03 21:27:23.597876189 192.168.1.187 - - [03/Nov/2025:13:27:23 -0800] "GET /api/config/schema.json HTTP/1.1" 200 49469 "https://192.168.1.5:30193/assets/yaml.worker.bundle.js" "Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0" "-"
2025-11-03 21:27:24.299098+00:002025-11-03 21:27:24.298919670 [INFO] Starting go2rtc healthcheck service...Install methodDocker Compose Object DetectorOpenVino Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpfulI used "Docker Compose" above because "truenas" is not an option |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
|
The issue you're experiencing with the OpenVINO detector on your Arc Pro A40 GPU appears to be related to a known problem with Intel Arc GPUs and OpenVINO. Based on your logs, Frigate is successfully starting but the detector process isn't initializing properly with the GPU device.(1)(2) Your configuration specifies: detectors:
ov:
type: openvino
device: GPUHowever, there's a documented issue where OpenVINO may fail with Intel Arc GPUs. From the GitHub issues, similar problems have been reported where the GPU device fails to initialize, causing system instability.(3)(4) Recommended Solutions:
detectors:
ov:
type: openvino
device: CPU
Regarding Frigate+ models: The models are downloaded automatically when you configure a Frigate+ model path in your config. You don't manually download them through the UI - instead, you specify the model using the The fact that your system is restarting in a loop when GPU detection is enabled suggests a more fundamental compatibility issue between OpenVINO, your Arc Pro A40, and your TrueNAS Scale environment that may require additional troubleshooting of the hardware passthrough configuration. 📚 Sources:
Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
There are a few things here:
|
Beta Was this translation helpful? Give feedback.



your indentation is wrong, that is why, model should not be nested under detector