|Résolu] Frigate : refus de démarrage après mise à jour

Mon problème

Bonjour,
depuis 2 jours, Frigate n’enregistrait plus les video sur le NAS distant. J’ai donc refait un montage du NAS (NFS) et j’en ai profité pour faire une mise à jour de version de frigate avec un

docker compose pull
docker compose up -d

et depuis, patatra… j’ai du changé autre chose sans faire gaffe ,et ça refuse de démarrer.
Frigate a le sablier qui tourne et j’ai des erreur d’accès dans les logs.

Je mets dessous ma configuration et les fichiers de conf, de la manière la plus organisée possible…
Pour toute l’install, je m’étais beaucoup appuyé sur
frigate on proxmox

Ma configuration


Frigate version Docker externe (pas l’add-on HA)
Docker dans un container LXC proxmox sur un NUC Lenovo de 2018.


Conf du LXC

arch: amd64
cores: 2
features: mount=nfs;cifs,nesting=1
hostname: docker-frigate
memory: 8192
mp1: Gigastation:101/vm-101-disk-3.raw,mp=/volume1/frigate,backup=1,size=100G
net0: name=eth0,bridge=vmbr0,gw=192.168.1.1,hwaddr=BC:24:11:92:3A:AE,ip=192.168.1.211/24,type=veth
onboot: 1
ostype: debian
rootfs: local-zfs:subvol-101-disk-0,size=8G
swap: 1024
tags: proxmox-helper-scripts
lxc.cgroup2.devices.allow: a
lxc.cap.drop:
lxc.apparmor.profile: unconfined
lxc.cgroup2.devices.allow: c 188:* rwm
lxc.cgroup2.devices.allow: c 189:* rwm
lxc.cgroup2.devices.allow: c 226:0 rwm
lxc.cgroup2.devices.allow: c 226:128 rwm
lxc.cgroup2.devices.allow: c 29:0 rwm
lxc.mount.auto: cgroup:rw
lxc.mount.entry: /dev/serial/by-id  dev/serial/by-id  none bind,optional,create=dir
lxc.mount.entry: /dev/ttyUSB0       dev/ttyUSB0       none bind,optional,create=file
lxc.mount.entry: /dev/ttyUSB1       dev/ttyUSB1       none bind,optional,create=file
lxc.mount.entry: /dev/ttyACM0       dev/ttyACM0       none bind,optional,create=file
lxc.mount.entry: /dev/ttyACM1       dev/ttyACM1       none bind,optional,create=file
lxc.mount.entry: /dev/dri/renderD128 dev/dri/renderD128 none bind,optional,create=file 0, 0
lxc.mount.entry: /dev/bus/usb/004 dev/bus/usb/004 none bind,optional,create=dir 0, 0

Docker compose

version: '3.9'

services:

  frigate:
    container_name: frigate
    privileged: true
    restart: unless-stopped
    image: ghcr.io/blakeblackshear/frigate:stable
    shm_size: "256mb" # update for your cameras based on calculation above
    devices:
#      - /dev/bus/usb:/dev/bus/usb
      - /dev/dri/renderD128 # for intel hwaccel, needs to be updated for your hardwa>
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /opt/frigate/config:/config:ro
      - /mnt/frigate:/media/frigate
#      - /mnt/frigate/recordings:/media/frigate/recordings
      - type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
        target: /tmp/cache
        tmpfs:
          size: 1000000000
    ports:
      - "5000:5000"
      - "1935:1935" # RTMP feeds
    environment:
      FRIGATE_RTSP_PASSWORD: "pwd"

et enfin ma configuration frigate

mqtt:
    enabled: false
#  host: 192.168.1.199
#  port: 1883
#  topic_prefix: frigate
#  client_id: frigate
#  user: maison
#  password: Fonsorbes31
#  stats_interval: 60

birdseye:
  enabled: True
  mode: motion

objects:
  track:
    - person
    - bird
    - cat
    - dog
    - car
    - umbrella
    - mouse
#
#  filters:
#    person:
#      min_area: 5000
#      max_area: 100000
  

ffmpeg:
  hwaccel_args: preset-vaapi
#    - -hwaccel
#    - vaapi
#    - -hwaccel_device
#    - /dev/dri/renderD128
#    - -hwaccel_output_format
#    - yuv420p

detectors:
#  cpu1:
#    type: cpu
  coral:
    type: edgetpu
    device: usb

#record:
#  enabled: True
#  retain:
#    days: 7
#    mode: active_objects
#  events:
#    retain:
#      default: 15
#      mode: motion
#    pre_capture: 10
#    post_capture: 10
#
#snapshots:
#  enabled: True
#  timestamp: True
#  bounding_box: True
#  retain:
#    default: 30
#


cameras:
#  
  cctv_garage: #D-Link DCS-2330
    ffmpeg:
      inputs:
      #high resolution
        - path: rtsp://admin:pwd@192.168.1.140:554/live1.sdp
          roles:
            - record
#            - detect
#            - rtmp
      #low resolution
        - path: rtsp://admin:pwd@192.168.1.140:554/live2.sdp
          roles:
            - detect
            - rtmp
    motion:
      mask:
        - 462,0,461,44,0,39,0,0

j’ai simplifié la conf en ne mettant qu’un caméra, mais ça ne change rien…
puur finir, voici les erreurs que le log portainer me remontent:

26-rc: info: service s6rc-fdholder: starting
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service s6rc-fdholder successfully started
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service log-prepare: starting
s6-rc: info: service log-prepare successfully started
s6-rc: info: service nginx-log: starting
s6-rc: info: service go2rtc-log: starting
s6-rc: info: service frigate-log: starting
s6-rc: info: service nginx-log successfully started
s6-rc: info: service go2rtc-log successfully started
s6-rc: info: service go2rtc: starting
s6-rc: info: service frigate-log successfully started
s6-rc: info: service go2rtc successfully started
s6-rc: info: service go2rtc-healthcheck: starting
s6-rc: info: service frigate: starting
s6-rc: info: service go2rtc-healthcheck successfully started
s6-rc: info: service frigate successfully started
s6-rc: info: service nginx: starting
s6-rc: info: service nginx successfully started
2024-02-21 00:35:30.094537891  [INFO] Preparing Frigate...
s6-rc: info: service legacy-services: starting
2024-02-21 00:35:30.097001092  [INFO] Preparing new go2rtc config...
2024-02-21 00:35:30.099210861  [INFO] Starting NGINX...
2024-02-21 00:35:30.121212071  [INFO] Starting Frigate...
s6-rc: info: service legacy-services successfully started
2024-02-21 00:35:30.432912821  [INFO] Starting go2rtc...
2024-02-21 00:35:30.504869779  00:35:30.504 INF go2rtc version 1.8.4 linux/amd64
2024-02-21 00:35:30.505649593  00:35:30.505 INF [rtsp] listen addr=:8554
2024-02-21 00:35:30.506052189  00:35:30.506 INF [webrtc] listen addr=:8555
2024-02-21 00:35:30.506778007  00:35:30.506 INF [api] listen addr=:1984
2024-02-21 00:35:31.245992053  [2024-02-21 00:35:31] frigate.app                    INFO    : Starting Frigate (0.13.2-6476f8a)
2024-02-21 00:35:32.798069268  unable to open database file
2024-02-21 00:35:32.798663594  [2024-02-21 00:35:32] peewee_migrate.logs            INFO    : Starting migrations
2024-02-21 00:35:34.015906176  [INFO] Service Frigate exited with code 1 (by signal 0)
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service nginx: stopping
s6-rc: info: service go2rtc-healthcheck: stopping
2024-02-21 00:35:34.025811597  [INFO] The go2rtc-healthcheck service exited with code 256 (by signal 15)
s6-rc: info: service go2rtc-healthcheck successfully stopped
2024-02-21 00:35:34.083254818  [INFO] Service NGINX exited with code 0 (by signal 0)
s6-rc: info: service nginx successfully stopped
s6-rc: info: service nginx-log: stopping
s6-rc: info: service frigate: stopping
s6-rc: info: service frigate successfully stopped
s6-rc: info: service go2rtc: stopping
s6-rc: info: service frigate-log: stopping
s6-rc: info: service nginx-log successfully stopped
2024-02-21 00:35:34.087176686  exit with signal: terminated
s6-rc: info: service frigate-log successfully stopped
2024-02-21 00:35:34.091530330  [INFO] The go2rtc service exited with code 0 (by signal 0)
s6-rc: info: service go2rtc successfully stopped
s6-rc: info: service go2rtc-log: stopping
s6-rc: info: service go2rtc-log successfully stopped
s6-rc: info: service log-prepare: stopping
s6-rc: info: service s6rc-fdholder: stopping
s6-rc: info: service log-prepare successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service s6rc-fdholder successfully stopped
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped

il y a du « unable to open database file » qui est bizarre et j’ai cherché autour de ça.
Dans le dossier config, il n’y a effectivement pas de frigate.db, mais ne devrait-il pas le créé? Comme si ça partait de 0 ?

Merci de votre aide…

Vincent

Salut @vdelab

T’as essayé de remplacé :

Par

      - /opt/frigate/config:/config

Dans ton compose ?

1 « J'aime »

J’y ai pensé toute la nuit, et effectivement, ce :ro me perturbait.
Ca a du être un copier couler malheureux, mais la solution est là !

en retirant ce :ro, frigate redémarre bien !

Merci @Herbs ! :smiley:

Maintenant je vais pouvoir continuer avec le reste de la conf utile et pratique de mes caméras :smiling_face_with_tear:

Un petit complément de question :

Dans les logs, j’ai plein d’erreur sur le nginx (c’est tout ok sur les autres parties)

2024-02-21 06:19:03.467425365  [INFO] Starting NGINX...
2024-02-21 06:19:06.471524542  2024/02/21 06:19:06 [error] 137#137: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.199, server: , request: "GET /api/stats HTTP/1.1", upstream: "http://127.0.0.1:5001stats", host: "192.168.1.211:5000"
2024-02-21 06:19:08.410097884  2024/02/21 06:19:08 [error] 136#136: *3 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /api/version HTTP/1.1", upstream: "http://127.0.0.1:5001version", host: "127.0.0.1:5000"
2024-02-21 06:19:09.321191921  2024/02/21 06:19:09 [error] 135#135: *5 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.3, server: , request: "GET /ws HTTP/1.1", upstream: "http://127.0.0.1:5002/", host: "192.168.1.211:5000"
2024-02-21 06:19:09.321341368  192.168.1.3 - - [21/Feb/2024:06:19:09 +0100] "GET /ws HTTP/1.1" 502 559 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:11.470606701  2024/02/21 06:19:11 [error] 137#137: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.199, server: , request: "GET /api/stats HTTP/1.1", upstream: "http://127.0.0.1:5001stats", host: "192.168.1.211:5000"
2024-02-21 06:19:13.450075772  2024/02/21 06:19:13 [error] 134#134: *8 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /api/version HTTP/1.1", upstream: "http://127.0.0.1:5001version", host: "127.0.0.1:5000"
2024-02-21 06:19:37.834716057  192.168.1.199 - - [21/Feb/2024:06:19:37 +0100] "GET / HTTP/1.1" 200 10672 "-" "HomeAssistantSupervisor/2024.02.0 aiohttp/3.9.3 Python/3.12" "172.30.32.2"
2024-02-21 06:19:42.945692105  192.168.1.3 - - [21/Feb/2024:06:19:42 +0100] "GET /api/config HTTP/1.1" 200 28011 "http://192.168.1.211:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:42.947081269  192.168.1.3 - - [21/Feb/2024:06:19:42 +0100] "GET /api/events?in_progress=1&include_thumbnails=0 HTTP/1.1" 200 3 "http://192.168.1.211:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:42.947675145  192.168.1.3 - - [21/Feb/2024:06:19:42 +0100] "GET /api/events?cameras=all&labels=all&zones=all&sub_labels=all&time_range=00:00,24:00&timezone=Europe%2FParis&favorites=0&is_submitted=-1&in_progress=0&include_thumbnails=0&limit=25 HTTP/1.1" 200 3 "http://192.168.1.211:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:42.948477431  192.168.1.3 - - [21/Feb/2024:06:19:42 +0100] "GET /api/labels HTTP/1.1" 200 3 "http://192.168.1.211:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:42.948741421  192.168.1.3 - - [21/Feb/2024:06:19:42 +0100] "GET /api/sub_labels?split_joined=1 HTTP/1.1" 200 3 "http://192.168.1.211:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:47.250765254  192.168.1.3 - - [21/Feb/2024:06:19:47 +0100] "GET /events HTTP/1.1" 200 6636 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:47.255779722  192.168.1.3 - - [21/Feb/2024:06:19:47 +0100] "GET /ws HTTP/1.1" 101 19908 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:47.312444436  192.168.1.3 - - [21/Feb/2024:06:19:47 +0100] "GET /api/config HTTP/1.1" 200 28011 "http://192.168.1.211:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:47.448560686  192.168.1.3 - - [21/Feb/2024:06:19:47 +0100] "GET /api/events?in_progress=1&include_thumbnails=0 HTTP/1.1" 200 3 "http://192.168.1.211:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:47.448565724  192.168.1.3 - - [21/Feb/2024:06:19:47 +0100] "GET /api/events?cameras=all&labels=all&zones=all&sub_labels=all&time_range=00:00,24:00&timezone=Europe%2FParis&favorites=0&is_submitted=-1&in_progress=0&include_thumbnails=0&limit=25 HTTP/1.1" 200 3 "http://192.168.1.211:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:47.449059063  192.168.1.3 - - [21/Feb/2024:06:19:47 +0100] "GET /api/labels HTTP/1.1" 200 3 "http://192.168.1.211:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:47.449955762  192.168.1.3 - - [21/Feb/2024:06:19:47 +0100] "GET /api/sub_labels?split_joined=1 HTTP/1.1" 200 3 "http://192.168.1.211:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:48.710631048  192.168.1.3 - - [21/Feb/2024:06:19:48 +0100] "GET /api/cctv_abri/latest.jpg?h=100 HTTP/1.1" 200 2706 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:48.715186783  192.168.1.3 - - [21/Feb/2024:06:19:48 +0100] "GET /api/cctv_garage/latest.jpg?h=100 HTTP/1.1" 200 1748 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:48.715632812  192.168.1.3 - - [21/Feb/2024:06:19:48 +0100] "GET /api/cctv_allee/latest.jpg?h=100 HTTP/1.1" 200 2141 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:48.719147656  192.168.1.3 - - [21/Feb/2024:06:19:48 +0100] "GET /api/cctv_jardin/latest.jpg?h=100 HTTP/1.1" 200 3827 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:48.721777617  192.168.1.3 - - [21/Feb/2024:06:19:48 +0100] "GET /api/cctv_terrasse/latest.jpg?h=100 HTTP/1.1" 200 2477 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:48.743382197  192.168.1.3 - - [21/Feb/2024:06:19:48 +0100] "GET /api/cctv_abri/latest.jpg?h=436 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:48.744832841  192.168.1.3 - - [21/Feb/2024:06:19:48 +0100] "GET /api/cctv_allee/latest.jpg?h=436 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:48.744837285  192.168.1.3 - - [21/Feb/2024:06:19:48 +0100] "GET /api/cctv_garage/latest.jpg?h=400 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:48.746097027  192.168.1.3 - - [21/Feb/2024:06:19:48 +0100] "GET /api/cctv_jardin/latest.jpg?h=299 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:48.746101332  192.168.1.3 - - [21/Feb/2024:06:19:48 +0100] "GET /api/cctv_abri/latest.jpg?h=450 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:48.746880306  192.168.1.3 - - [21/Feb/2024:06:19:48 +0100] "GET /api/cctv_terrasse/latest.jpg?h=375 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:48.799409821  192.168.1.3 - - [21/Feb/2024:06:19:48 +0100] "GET /api/cctv_garage/latest.jpg?h=408 HTTP/1.1" 200 15404 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:48.800207278  192.168.1.3 - - [21/Feb/2024:06:19:48 +0100] "GET /api/cctv_allee/latest.jpg?h=445 HTTP/1.1" 200 16741 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:48.800490008  192.168.1.3 - - [21/Feb/2024:06:19:48 +0100] "GET /api/cctv_abri/latest.jpg?h=445 HTTP/1.1" 200 20004 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:48.804222376  192.168.1.3 - - [21/Feb/2024:06:19:48 +0100] "GET /api/cctv_jardin/latest.jpg?h=306 HTTP/1.1" 200 20458 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:48.805275776  192.168.1.3 - - [21/Feb/2024:06:19:48 +0100] "GET /api/cctv_terrasse/latest.jpg?h=371 HTTP/1.1" 200 13985 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:51.944501329  192.168.1.3 - - [21/Feb/2024:06:19:51 +0100] "GET /api/recordings/storage HTTP/1.1" 200 271 "http://192.168.1.211:5000/storage" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:56.337421634  192.168.1.199 - - [21/Feb/2024:06:19:56 +0100] "GET /api/cctv_abri/latest.jpg?h=321 HTTP/1.1" 200 12674 "-" "HomeAssistant/2024.2.1 aiohttp/3.9.3 Python/3.12" "-"
2024-02-21 06:19:56.354841519  192.168.1.199 - - [21/Feb/2024:06:19:56 +0100] "GET /api/cctv_allee/latest.jpg?h=321 HTTP/1.1" 200 10469 "-" "HomeAssistant/2024.2.1 aiohttp/3.9.3 Python/3.12" "-"
2024-02-21 06:19:56.362263642  192.168.1.199 - - [21/Feb/2024:06:19:56 +0100] "GET /api/cctv_jardin/latest.jpg?h=221 HTTP/1.1" 200 12489 "-" "HomeAssistant/2024.2.1 aiohttp/3.9.3 Python/3.12" "-"
2024-02-21 06:19:56.367778903  192.168.1.199 - - [21/Feb/2024:06:19:56 +0100] "GET /api/cctv_terrasse/latest.jpg?h=268 HTTP/1.1" 200 8700 "-" "HomeAssistant/2024.2.1 aiohttp/3.9.3 Python/3.12" "-"
2024-02-21 06:19:56.378488159  192.168.1.199 - - [21/Feb/2024:06:19:56 +0100] "GET /api/cctv_garage/latest.jpg?h=294 HTTP/1.1" 200 9305 "-" "HomeAssistant/2024.2.1 aiohttp/3.9.3 Python/3.12" "-"
2024-02-21 06:19:58.304977663  192.168.1.3 - - [21/Feb/2024:06:19:58 +0100] "GET /api/logs/frigate HTTP/1.1" 200 761 "http://192.168.1.211:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:58.305273363  192.168.1.3 - - [21/Feb/2024:06:19:58 +0100] "GET /api/logs/go2rtc HTTP/1.1" 200 251 "http://192.168.1.211:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:19:58.306031607  192.168.1.3 - - [21/Feb/2024:06:19:58 +0100] "GET /api/logs/nginx HTTP/1.1" 200 1437 "http://192.168.1.211:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:04.772763226  192.168.1.3 - - [21/Feb/2024:06:20:04 +0100] "GET /api/config HTTP/1.1" 200 28011 "http://192.168.1.211:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:04.775959529  192.168.1.3 - - [21/Feb/2024:06:20:04 +0100] "GET /api/events?in_progress=1&include_thumbnails=0 HTTP/1.1" 200 3 "http://192.168.1.211:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:04.777453837  192.168.1.3 - - [21/Feb/2024:06:20:04 +0100] "GET /api/events?cameras=all&labels=all&zones=all&sub_labels=all&time_range=00:00,24:00&timezone=Europe%2FParis&favorites=0&is_submitted=-1&in_progress=0&include_thumbnails=0&limit=25 HTTP/1.1" 200 3 "http://192.168.1.211:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:04.777947371  192.168.1.3 - - [21/Feb/2024:06:20:04 +0100] "GET /api/labels HTTP/1.1" 200 3 "http://192.168.1.211:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:04.778310597  192.168.1.3 - - [21/Feb/2024:06:20:04 +0100] "GET /api/sub_labels?split_joined=1 HTTP/1.1" 200 3 "http://192.168.1.211:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:08.905960795  192.168.1.3 - - [21/Feb/2024:06:20:08 +0100] "GET /api/recordings/storage HTTP/1.1" 200 271 "http://192.168.1.211:5000/storage" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:28.619600056  192.168.1.3 - - [21/Feb/2024:06:20:28 +0100] "GET /api/go2rtc/api HTTP/1.1" 200 143 "http://192.168.1.211:5000/system" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:28.630399806  192.168.1.3 - - [21/Feb/2024:06:20:28 +0100] "GET /api/config HTTP/1.1" 200 28011 "http://192.168.1.211:5000/system" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:52.922346680  192.168.1.3 - - [21/Feb/2024:06:20:52 +0100] "GET /api/go2rtc/api HTTP/1.1" 200 143 "http://192.168.1.211:5000/system" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:52.936299562  192.168.1.3 - - [21/Feb/2024:06:20:52 +0100] "GET /api/config HTTP/1.1" 200 28011 "http://192.168.1.211:5000/system" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:54.015757486  192.168.1.3 - - [21/Feb/2024:06:20:54 +0100] "GET /api/events?in_progress=1&include_thumbnails=0 HTTP/1.1" 200 3 "http://192.168.1.211:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:54.016208829  192.168.1.3 - - [21/Feb/2024:06:20:54 +0100] "GET /api/events?cameras=all&labels=all&zones=all&sub_labels=all&time_range=00:00,24:00&timezone=Europe%2FParis&favorites=0&is_submitted=-1&in_progress=0&include_thumbnails=0&limit=25 HTTP/1.1" 200 3 "http://192.168.1.211:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:54.018985691  192.168.1.3 - - [21/Feb/2024:06:20:54 +0100] "GET /api/sub_labels?split_joined=1 HTTP/1.1" 200 3 "http://192.168.1.211:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:54.019614577  192.168.1.3 - - [21/Feb/2024:06:20:54 +0100] "GET /api/labels HTTP/1.1" 200 3 "http://192.168.1.211:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:56.342953040  192.168.1.199 - - [21/Feb/2024:06:20:56 +0100] "GET /api/cctv_abri/latest.jpg?h=321 HTTP/1.1" 200 12724 "-" "HomeAssistant/2024.2.1 aiohttp/3.9.3 Python/3.12" "-"
2024-02-21 06:20:56.351242301  192.168.1.199 - - [21/Feb/2024:06:20:56 +0100] "GET /api/cctv_jardin/latest.jpg?h=221 HTTP/1.1" 200 12450 "-" "HomeAssistant/2024.2.1 aiohttp/3.9.3 Python/3.12" "-"
2024-02-21 06:20:56.353427191  192.168.1.199 - - [21/Feb/2024:06:20:56 +0100] "GET /api/cctv_allee/latest.jpg?h=321 HTTP/1.1" 200 10312 "-" "HomeAssistant/2024.2.1 aiohttp/3.9.3 Python/3.12" "-"
2024-02-21 06:20:56.359264506  192.168.1.199 - - [21/Feb/2024:06:20:56 +0100] "GET /api/cctv_terrasse/latest.jpg?h=268 HTTP/1.1" 200 8730 "-" "HomeAssistant/2024.2.1 aiohttp/3.9.3 Python/3.12" "-"
2024-02-21 06:20:56.368571725  192.168.1.199 - - [21/Feb/2024:06:20:56 +0100] "GET /api/cctv_garage/latest.jpg?h=294 HTTP/1.1" 200 8619 "-" "HomeAssistant/2024.2.1 aiohttp/3.9.3 Python/3.12" "-"
2024-02-21 06:20:57.457892200  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/config HTTP/1.1" 200 28011 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.468312165  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_abri/latest.jpg?h=100 HTTP/1.1" 200 2695 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.476490058  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_jardin/latest.jpg?h=100 HTTP/1.1" 200 3794 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.477383644  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_garage/latest.jpg?h=100 HTTP/1.1" 200 1767 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.477387513  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_allee/latest.jpg?h=100 HTTP/1.1" 200 2147 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.478533238  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_terrasse/latest.jpg?h=100 HTTP/1.1" 200 2498 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.503968739  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_abri/latest.jpg?h=436 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.504291116  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_allee/latest.jpg?h=436 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.504533018  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_garage/latest.jpg?h=400 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.504731851  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_jardin/latest.jpg?h=299 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.507283080  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_abri/latest.jpg?h=450 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.507712114  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_allee/latest.jpg?h=450 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.507986740  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_garage/latest.jpg?h=412 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.507991239  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_jardin/latest.jpg?h=309 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.508274761  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_terrasse/latest.jpg?h=375 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.572754188  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_garage/latest.jpg?h=408 HTTP/1.1" 200 15742 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.573151935  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_abri/latest.jpg?h=445 HTTP/1.1" 200 19976 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.579353694  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_jardin/latest.jpg?h=306 HTTP/1.1" 200 20469 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.583249189  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_terrasse/latest.jpg?h=371 HTTP/1.1" 200 13937 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.587878856  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_allee/latest.jpg?h=445 HTTP/1.1" 200 16761 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:21:20.806891204  192.168.1.3 - - [21/Feb/2024:06:21:20 +0100] "GET /api/labels?camera=cctv_jardin HTTP/1.1" 200 3 "http://192.168.1.211:5000/cameras/cctv_jardin" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:21:20.813631384  192.168.1.3 - - [21/Feb/2024:06:21:20 +0100] "GET /api/config HTTP/1.1" 200 28011 "http://192.168.1.211:5000/cameras/cctv_jardin" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:21:23.384266327  192.168.1.3 - - [21/Feb/2024:06:21:23 +0100] "GET /live/jsmpeg/cctv_jardin HTTP/1.1" 101 49116 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:21:23.398896426  192.168.1.3 - - [21/Feb/2024:06:21:23 +0100] "GET /api/config HTTP/1.1" 200 28011 "http://192.168.1.211:5000/cameras/cctv_jardin" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:21:23.403554432  192.168.1.3 - - [21/Feb/2024:06:21:23 +0100] "GET /api/cctv_jardin/latest.jpg?h=100&cache=1708492883646&bbox=1&motion=1&timestamp=1&zones=1&mask=0&regions=0 HTTP/1.1" 200 4732 "http://192.168.1.211:5000/cameras/cctv_jardin" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"

D’ou ça peut venir??

192.168.1.211, c’est l’IP de frigate

Salut @vdelab ,

Tu parles bien des quelques erreurs du début ?

On a vu dans un post plus tôt dans l’année que ça se produisait uniquement au démarrage de frigate, le temps que frigate démarre correctement.

Il y a même une issue sur github :

Bref, comme ça ne semblait pas vraiment problématique, je n’ai pas creusé plus.

Pour résoudre le topic il vaut cliquer sur le bouton qui va bien, dans le message dans lequel se trouve la solution :wink:

image

1 « J'aime »

Oui c’était surtout pour ceux là, au début.
Tu me confirmes que les autres messages sont des infos « normales » d’actions nginx sur les connexions en cours, pas de souci ou erreurs à investiguer?

Alors oui et non, en me concentrant sur les erreurs du début, j’en ai zappé les lignes dans lesquelles nginx renvoie un code « 499 » :

2024-02-21 06:20:57.503968739  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_abri/latest.jpg?h=436 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.504291116  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_allee/latest.jpg?h=436 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.504533018  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_garage/latest.jpg?h=400 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.504731851  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_jardin/latest.jpg?h=299 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.507283080  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_abri/latest.jpg?h=450 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.507712114  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_allee/latest.jpg?h=450 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.507986740  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_garage/latest.jpg?h=412 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.507991239  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_jardin/latest.jpg?h=309 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"
2024-02-21 06:20:57.508274761  192.168.1.3 - - [21/Feb/2024:06:20:57 +0100] "GET /api/cctv_terrasse/latest.jpg?h=375 HTTP/1.1" 499 0 "http://192.168.1.211:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"

Nginx renvoie ce code quand :

Le client a fermé la connexion avant de recevoir la réponse. Cette erreur se produit quand le traitement est trop long côté serveur

Donc à voir :

  • Si ça se répète très (trop) régulièrement.
  • Si tu faisais qqc à ce moment qui pourrait expliquer ces lenteurs.
  • Si tu peux de checker les ressources réseau/vm au moment où ça se produit.

Pareil dans l’absolu, ça ne doit pas être trop grave, sauf si c’est toutes le 2 minutes.

Bonsoir,
pour l’instant, cette erreur nginx est (trop) fréquente… et même si globalement j’ai les caméras et les recordings/clips, qui ont l’air de bien fonctionner, j’ai d’autres symptomes bizarres…

Pour ne plus polluer ce sujet (résolu) je vais ouvrir un autre post … :sweat: