blakeblackshear / frigate-hass-integration

Frigate integration for Home Assistant
MIT License
728 stars 114 forks source link

HA errors : Error fetching information from http://192.168.2.6:5000/api/stats: [Errno 104] Connection reset by peer (r13 rc1) #601

Closed PatSloan closed 6 months ago

PatSloan commented 8 months ago

Getting these errors in HA. Any guidance on what needs to be fixed?

Error fetching frigate data:
7:42:29 AM – (ERROR) Frigate (custom integration) - message first occurred at January 11, 2024 at 7:30:28 PM and shows up 980 times
Error fetching information from http://192.168.2.6:5000/api/stats: [Errno 104] Connection reset by peer
7:42:29 AM – (ERROR) Frigate (custom integration) - message first occurred at January 11, 2024 at 7:30:28 PM and shows up 1029 times

Running: frigate: 0.13.0-49814b3 frigate integration: v5.0.0-rc1 HA: Core 2024.1.2 Supervisor 2023.12.0 Operating System 11.4 Frontend 20240104.0

mqtt:
  enabled: true
  host: 192.168.30.21
  user: mqtt_user
  topic_prefix: frigate
  client_id: frigate
  password: PW
  port: 1883
  stats_interval: 300
detectors:
  coral:
    type: edgetpu
    device: usb
snapshots:
  enabled: true
  timestamp: false
  bounding_box: true
  required_zones:
  - driveway_zone
  - doorbell_zone
  - porch_zone
#  crop: true
#  height: 500
  retain:
    default: 30
go2rtc:
  streams:
    doorbell:
    - "ffmpeg:http://192.168.30.40/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=PW#video=copy#audio=copy#audio=opus#timeout=5"
    doorbell_sub:
    - "ffmpeg:http://192.168.30.40/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=PW#timeout=5"
    driveway:
      #  - rtsp://camadmin:PW@192.168.30.41:554/stream1
    - rtsp://camadmin:PW@192.168.30.43:554/stream1
    - "ffmpeg:driveway#audio=aac#timeout=5"
    driveway_sub:
        #- rtsp://camadmin:PW@192.168.30.41:554/stream2
    - rtsp://camadmin:PW@192.168.30.43:554/stream2
    - "#timeout=5"
    porch:
    - rtsp://camadmin:PW@192.168.30.44:554/stream1
    - "ffmpeg:porch#audio=aac#timeout=5"
    porch_sub:
    - rtsp://camadmin:PW@192.168.30.44:554/stream2
    - "#timeout=5"
  webrtc:
    candidates:
    - 192.168.2.6:8555
    - stun:8555
rtmp:
  enabled: false
birdseye:
  # Optional: Enable birdseye view (default: shown below)
  enabled: true
  mode: continuous
  width: 1920
  height: 1080
  restream: true
  quality: 1
detect:
  enabled: true
  width: 640
  height: 480
  fps: 5
record:
  sync_recordings: true
  enabled: true
  retain:
    days: 30
    mode: all
  events:
    pre_capture: 5
    post_capture: 5
    retain:
      mode: active_objects
      default: 30
    required_zones:
    - driveway_zone
    - doorbell_zone
    - porch_zone
objects:
  track:
  - person
  - cat
  - car
  - truck
  - bear
  - horse
  - dog
  - motorcycle
  - bicycle
  - umbrella
  - cow
  - sheep
  - animal
  filters:
    person:
      threshold: 0.74
    car:
      threshold: 0.74
      min_area: 10000
    sheep:
      min_area: 500
ffmpeg:
  #hwaccel_args: preset-intel-qsv-h264
  hwaccel_args: preset-vaapi
  input_args: preset-rtsp-restream
  output_args:
    record: preset-record-generic-audio-aac
cameras:
  doorbell:
    birdseye:
      order: 2
    enabled: true
    ffmpeg:
      hwaccel_args: preset-vaapi
      inputs:
      - path: rtsp://127.0.0.1:8554/doorbell?video=copy&audio=aac
        roles:
        - record
      - path: rtsp://127.0.0.1:8554/doorbell_sub?video=copy
        roles:
        - detect
    detect:
      enabled: true
      width: 896
      height: 672
      fps: 5
    zones:
      doorbell_zone:
        coordinates: 502,455,822,595,783,672,264,672,287,418,359,413,429,445
      driveway_zone:
        coordinates: 618,393,870,410,875,326,896,329,896,415,833,581,501,445,496,413
    motion:
      mask:
      - 896,0,896,36,515,35,515,0
 #       - 896,0,896,275,845,279,836,390,603,378,427,394,350,393,289,394,207,388,209,191,256,0
    record:
      enabled: true
      retain:
        days: 30
        mode: all
    live:
      stream_name: doorbell
  driveway:
    birdseye:
      order: 3
    enabled: true
    ffmpeg:
      inputs:
      - path: rtsp://127.0.0.1:8554/driveway
        roles:
        - record
      - path: rtsp://127.0.0.1:8554/driveway_sub
        roles:
        - detect
    detect:
      enabled: true
      width: 1280 #640
      height: 720 #360
      fps: 5
    zones:
      driveway_zone:
        coordinates: 979,720,123,720,31,569,348,316,560,214,1032,270,1018,499
        #coordinates: 640,165,640,360,154,360,0,360,0,273,150,167,261,110,390,119,503,126
      doorbell_zone:
        coordinates: 26,545,0,517,0,459,166,332,203,317,237,323,281,348
        #coordinates: 0,252,0,187,22,164,59,170,101,182
    motion:
      threshold: 220
      mask:
      - 0,0,425,0,430,34,0,39
       #- 0,0,230,0,229,22,0,21
#        - 640,0,640,130,296,97,219,94,153,97,34,109,0,143,0,0
    record:
      enabled: true
      retain:
        days: 30
        mode: all
    live:
      stream_name: driveway
  porch:
    birdseye:
      order: 1
    enabled: true
    ffmpeg:
      inputs:
      - path: rtsp://127.0.0.1:8554/porch
        roles:
        - record
      - path: rtsp://127.0.0.1:8554/porch_sub
        roles:
        - detect
    detect:
      enabled: true
      width: 1280 #640
      height: 720 #360
      fps: 5
    zones:
      porch_zone:
        coordinates: 1228,338,916,267,530,241,227,436,330,568,533,720,1139,720
        #coordinates: 610,249,443,222,236,185,63,277,124,360,596,360
        objects:
        - person
        - cat
        - bear
        - horse
        - dog
        - motorcycle
        - bicycle
        - umbrella
        - cow
        - sheep
        - animal
      doorbell_zone:
        coordinates: 574,232,649,191,1018,172,1243,218,1232,325,961,268
      driveway_zone:
        coordinates: 1022,71,1235,106,1237,205,1012,163
    motion:
      mask:
      - 0,0,427,0,425,36,0,39
      #  - 0,0,236,0,233,22,0,26    
#        - 586,0,595,88,459,87,370,103,321,132,224,183,0,305,0,0
      - 321,555,419,477,524,605,434,678
      - 775,275,899,319,750,472,610,406
      - 833,190,802,150,752,155,697,178,649,190,639,254,747,296,845,251
    record:
      enabled: true
      retain:
        days: 30
        mode: all
    live:
      stream_name: porch
  birdseye_record:
    enabled: true
    birdseye:
      enabled: false
      order: 4
    ffmpeg:
      hwaccel_args: preset-vaapi
      inputs:
      - path: rtsp://127.0.0.1:8554/birdseye
        roles:
        - record
    detect:
      enabled: false
    record:
      enabled: true
      retain:
        days: 30
        mode: all
    live:
      stream_name: birdseye_record    
# Optional: Motion configuration
# NOTE: Can be overridden at the camera level
motion:
  # Optional: The threshold passed to cv2.threshold to determine if a pixel is different enough to be counted as motion. (default: shown below)
  # Increasing this value will make motion detection less sensitive and decreasing it will make motion detection more sensitive.
  # The value should be between 1 and 255.
  threshold: 40
  # Optional: The percentage of the image used to detect lightning or other substantial changes where motion detection
  #           needs to recalibrate. (default: shown below)
  # Increasing this value will make motion detection more likely to consider lightning or ir mode changes as valid motion.
  # Decreasing this value will make motion detection more likely to ignore large amounts of motion such as a person approaching
  # a doorbell camera.
  lightning_threshold: 0.8
  # Optional: Minimum size in pixels in the resized motion image that counts as motion (default: shown below)
  # Increasing this value will prevent smaller areas of motion from being detected. Decreasing will
  # make motion detection more sensitive to smaller moving objects.
  # As a rule of thumb:
  #  - 10 - high sensitivity
  #  - 30 - medium sensitivity
  #  - 50 - low sensitivity
  contour_area: 30
  # Optional: Alpha value passed to cv2.accumulateWeighted when averaging frames to determine the background (default: shown below)
  # Higher values mean the current frame impacts the average a lot, and a new object will be averaged into the background faster.
  # Low values will cause things like moving shadows to be detected as motion for longer.
  # https://www.geeksforgeeks.org/background-subtraction-in-an-image-using-concept-of-running-average/
  frame_alpha: 0.01
  # Optional: Height of the resized motion frame  (default: 100)
  # Higher values will result in more granular motion detection at the expense of higher CPU usage.
  # Lower values result in less CPU, but small changes may not register as motion.
  frame_height: 100
  # Optional: motion mask
  # NOTE: see docs for more detailed info on creating masks
 # mask: 0,900,1080,900,1080,1920,0,1920
  # Optional: improve contrast (default: shown below)
  # Enables dynamic contrast improvement. This should help improve night detections at the cost of making motion detection more sensitive
  # for daytime.
  improve_contrast: true
  # Optional: Delay when updating camera motion through MQTT from ON -> OFF (default: shown below).
  #mqtt_off_delay: 30      
ui:
  # Optional: Set the default live mode for cameras in the UI (default: shown below)
  live_mode: mse
  # Optional: Set a timezone to use in the UI (default: use browser local time)
  timezone: America/Los_angeles
  # Optional: Use an experimental recordings / camera view UI (default: shown below)
  use_experimental: false
  # Optional: Set the time format used.
  # Options are browser, 12hour, or 24hour (default: shown below)
 # time_format: browser
  # Optional: Set the date style for a specified length.
  # Options are: full, long, medium, short
  # Examples:
  #    short: 2/11/23
  #    medium: Feb 11, 2023
  #    full: Saturday, February 11, 2023
  # (default: shown below).
  date_style: short
  # Optional: Set the time style for a specified length.
  # Options are: full, long, medium, short
  # Examples:
  #    short: 8:14 PM
  #    medium: 8:15:22 PM
  #    full: 8:15:22 PM Mountain Standard Time
  # (default: shown below).
  time_style: medium
  # Optional: Ability to manually override the date / time styling to use strftime format
  # https://www.gnu.org/software/libc/manual/html_node/Formatting-Calendar-Time.html
  # possible values are shown above (default: not set)
  strftime_fmt: '%Y/%m/%d %H:%M'

# Optional: Telemetry configuration
telemetry:
  # Optional: Enable the latest version outbound check (default: shown below)
  # NOTE: If you use the HomeAssistant integration, disabling this will prevent it from reporting new versions
  version_check: true
# Optional: Configuration for the jpg snapshots written to the clips directory for each event
# NOTE: Can be overridden at the camera level
NickM-27 commented 8 months ago

what are the frigate logs?

PatSloan commented 8 months ago
2024-01-11 21:59:37.734107695  [INFO] Preparing Frigate...
2024-01-11 21:59:37.743286242  [INFO] Starting Frigate...
2024-01-11 21:59:40.286228759  [2024-01-11 21:59:40] frigate.app                    INFO    : Starting Frigate (0.13.0-49814b3)
2024-01-11 21:59:40.340431122  [2024-01-11 21:59:40] peewee_migrate.logs            INFO    : Starting migrations
2024-01-11 21:59:40.346566475  [2024-01-11 21:59:40] peewee_migrate.logs            INFO    : There is nothing to migrate
2024-01-11 21:59:40.353574412  [2024-01-11 21:59:40] frigate.app                    INFO    : Recording process started: 441
2024-01-11 21:59:40.355284779  [2024-01-11 21:59:40] frigate.app                    INFO    : go2rtc process pid: 89
2024-01-11 21:59:40.372490992  [2024-01-11 21:59:40] detector.coral                 INFO    : Starting detection process: 451
2024-01-11 21:59:43.024634347  [2024-01-11 21:59:40] frigate.app                    INFO    : Output process started: 455
2024-01-11 21:59:43.028047666  [2024-01-11 21:59:40] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as usb
2024-01-11 21:59:43.028108525  [2024-01-11 21:59:40] frigate.app                    INFO    : Camera processor started for doorbell: 462
2024-01-11 21:59:43.028152082  [2024-01-11 21:59:43] frigate.detectors.plugins.edgetpu_tfl INFO    : TPU found
2024-01-11 21:59:43.028184339  [2024-01-11 21:59:40] frigate.app                    INFO    : Camera processor started for driveway: 464
2024-01-11 21:59:43.028220694  [2024-01-11 21:59:40] frigate.app                    INFO    : Camera processor started for porch: 466
2024-01-11 21:59:43.028274858  [2024-01-11 21:59:40] frigate.app                    INFO    : Camera processor started for birdseye_record: 469
2024-01-11 21:59:43.028312227  [2024-01-11 21:59:40] frigate.app                    INFO    : Capture process started for doorbell: 472
2024-01-11 21:59:43.028352953  [2024-01-11 21:59:40] frigate.app                    INFO    : Capture process started for driveway: 476
2024-01-11 21:59:43.028394421  [2024-01-11 21:59:40] frigate.app                    INFO    : Capture process started for porch: 491
2024-01-11 21:59:43.028437646  [2024-01-11 21:59:40] frigate.app                    INFO    : Capture process started for birdseye_record: 498
2024-01-11 22:06:26.821988412  [2024-01-11 22:06:26] frigate.record.util            INFO    : Deleting 3 recordings files with missing DB entries
2024-01-11 21:59:37.735198754  [INFO] Starting NGINX...
2024-01-11 21:59:38.063671729  192.168.2.1 - - [11/Jan/2024:21:59:38 -0800] "GET /logs HTTP/1.1" 200 6637 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:38.154329115  2024/01/11 21:59:38 [error] 145#145: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.2.1, server: , request: "GET /api/config HTTP/1.1", upstream: "http://127.0.0.1:5001/config", host: "192.168.2.6:5000", referrer: "http://192.168.2.6:5000/logs"
2024-01-11 21:59:38.154623287  192.168.2.1 - - [11/Jan/2024:21:59:38 -0800] "GET /api/config HTTP/1.1" 502 157 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:42.616135586  192.168.2.1 - - [11/Jan/2024:21:59:42 -0800] "GET /logs HTTP/1.1" 200 6637 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:42.707203627  192.168.2.1 - - [11/Jan/2024:21:59:42 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:42.765976280  192.168.2.1 - - [11/Jan/2024:21:59:42 -0800] "GET /api/logs/frigate HTTP/1.1" 200 299 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:42.765992816  192.168.2.1 - - [11/Jan/2024:21:59:42 -0800] "GET /api/logs/go2rtc HTTP/1.1" 200 282 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:42.768113126  192.168.2.1 - - [11/Jan/2024:21:59:42 -0800] "GET /api/logs/nginx HTTP/1.1" 200 493 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:44.664506913  192.168.2.1 - - [11/Jan/2024:21:59:44 -0800] "GET /ws HTTP/1.1" 101 1931 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:44.688802025  192.168.2.1 - - [11/Jan/2024:21:59:44 -0800] "GET /logs HTTP/1.1" 200 6637 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:44.768993301  192.168.2.1 - - [11/Jan/2024:21:59:44 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:44.822592100  192.168.2.1 - - [11/Jan/2024:21:59:44 -0800] "GET /api/logs/go2rtc HTTP/1.1" 200 282 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:44.822851860  192.168.2.1 - - [11/Jan/2024:21:59:44 -0800] "GET /api/logs/frigate HTTP/1.1" 200 536 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:44.822883054  192.168.2.1 - - [11/Jan/2024:21:59:44 -0800] "GET /api/logs/nginx HTTP/1.1" 200 555 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:49.413681196  192.168.2.1 - - [11/Jan/2024:21:59:49 -0800] "GET /ws HTTP/1.1" 101 1716 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:49.440405069  192.168.2.1 - - [11/Jan/2024:21:59:49 -0800] "GET /logs HTTP/1.1" 200 6637 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:49.513268087  192.168.2.1 - - [11/Jan/2024:21:59:49 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:49.588124638  192.168.2.1 - - [11/Jan/2024:21:59:49 -0800] "GET /api/logs/frigate HTTP/1.1" 200 536 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:49.588564346  192.168.2.1 - - [11/Jan/2024:21:59:49 -0800] "GET /api/logs/nginx HTTP/1.1" 200 642 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:49.588578297  192.168.2.1 - - [11/Jan/2024:21:59:49 -0800] "GET /api/logs/go2rtc HTTP/1.1" 200 311 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:52.804877974  192.168.2.1 - - [11/Jan/2024:21:59:52 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:52.817126933  192.168.2.1 - - [11/Jan/2024:21:59:52 -0800] "GET /api/birdseye_record/latest.jpg?h=100 HTTP/1.1" 200 2865 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:52.819382301  192.168.2.1 - - [11/Jan/2024:21:59:52 -0800] "GET /api/doorbell/latest.jpg?h=100 HTTP/1.1" 200 3057 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:52.823695572  192.168.2.1 - - [11/Jan/2024:21:59:52 -0800] "GET /api/porch/latest.jpg?h=100 HTTP/1.1" 200 4073 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:52.823743254  192.168.2.1 - - [11/Jan/2024:21:59:52 -0800] "GET /api/driveway/latest.jpg?h=100 HTTP/1.1" 200 3702 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:52.842946874  192.168.2.1 - - [11/Jan/2024:21:59:52 -0800] "GET /api/birdseye_record/latest.jpg?h=367 HTTP/1.1" 200 20537 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:52.848803904  192.168.2.1 - - [11/Jan/2024:21:59:52 -0800] "GET /api/doorbell/latest.jpg?h=367 HTTP/1.1" 200 21999 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:52.854439310  192.168.2.1 - - [11/Jan/2024:21:59:52 -0800] "GET /api/porch/latest.jpg?h=275 HTTP/1.1" 200 21877 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 21:59:52.854500481  192.168.2.1 - - [11/Jan/2024:21:59:52 -0800] "GET /api/driveway/latest.jpg?h=275 HTTP/1.1" 200 20832 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 22:03:56.866459118  192.168.2.1 - - [11/Jan/2024:22:03:56 -0800] "GET /ws HTTP/1.1" 101 15178 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 22:03:56.866463329  192.168.2.1 - - [11/Jan/2024:22:03:56 -0800] "GET /ws HTTP/1.1" 101 18817 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-11 22:03:56.866802955  192.168.2.1 - - [11/Jan/2024:22:03:56 -0800] "GET /ws HTTP/1.1" 101 18817 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 05:26:47.095710161  192.168.2.1 - - [12/Jan/2024:05:26:47 -0800] "GET /ws HTTP/1.1" 101 3872197 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 05:26:47.095726128  192.168.2.1 - - [12/Jan/2024:05:26:47 -0800] "GET /ws HTTP/1.1" 101 3872197 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:27:51.051208776  192.168.2.1 - - [12/Jan/2024:07:27:51 -0800] "GET /api/labels HTTP/1.1" 200 86 "http://192.168.2.6:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:27:51.051396667  192.168.2.1 - - [12/Jan/2024:07:27:51 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:27:51.052958010  192.168.2.1 - - [12/Jan/2024:07:27:51 -0800] "GET /api/events?in_progress=1&include_thumbnails=0 HTTP/1.1" 200 3 "http://192.168.2.6:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:27:51.068106077  192.168.2.1 - - [12/Jan/2024:07:27:51 -0800] "GET /api/sub_labels?split_joined=1 HTTP/1.1" 200 3 "http://192.168.2.6:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:27:51.069066708  192.168.2.1 - - [12/Jan/2024:07:27:51 -0800] "GET /api/events?cameras=all&labels=all&zones=all&sub_labels=all&time_range=00:00,24:00&timezone=America%2FLos_angeles&favorites=0&is_submitted=-1&in_progress=0&include_thumbnails=0&limit=25 HTTP/1.1" 200 13174 "http://192.168.2.6:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:27:57.267863392  192.168.2.1 - - [12/Jan/2024:07:27:57 -0800] "GET /ws HTTP/1.1" 101 1293651 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:27:57.270641448  192.168.2.1 - - [12/Jan/2024:07:27:57 -0800] "GET /events HTTP/1.1" 200 6637 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:27:57.350737920  192.168.2.1 - - [12/Jan/2024:07:27:57 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:27:57.534441668  192.168.2.1 - - [12/Jan/2024:07:27:57 -0800] "GET /api/labels HTTP/1.1" 200 86 "http://192.168.2.6:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:27:57.534445547  192.168.2.1 - - [12/Jan/2024:07:27:57 -0800] "GET /api/sub_labels?split_joined=1 HTTP/1.1" 200 3 "http://192.168.2.6:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:27:57.534718979  192.168.2.1 - - [12/Jan/2024:07:27:57 -0800] "GET /api/events?in_progress=1&include_thumbnails=0 HTTP/1.1" 200 3 "http://192.168.2.6:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:27:57.536337779  192.168.2.1 - - [12/Jan/2024:07:27:57 -0800] "GET /api/events?cameras=all&labels=all&zones=all&sub_labels=all&time_range=00:00,24:00&timezone=America%2FLos_angeles&favorites=0&is_submitted=-1&in_progress=0&include_thumbnails=0&limit=25 HTTP/1.1" 200 13174 "http://192.168.2.6:5000/events" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:27:59.597806504  192.168.2.1 - - [12/Jan/2024:07:27:59 -0800] "GET /api/logs/nginx HTTP/1.1" 200 1321 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:27:59.598193713  192.168.2.1 - - [12/Jan/2024:07:27:59 -0800] "GET /api/logs/frigate HTTP/1.1" 200 595 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:27:59.598336895  192.168.2.1 - - [12/Jan/2024:07:27:59 -0800] "GET /api/logs/go2rtc HTTP/1.1" 200 311 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:28:01.847643602  192.168.2.1 - - [12/Jan/2024:07:28:01 -0800] "GET /ws HTTP/1.1" 101 1622 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:28:01.854167728  192.168.2.1 - - [12/Jan/2024:07:28:01 -0800] "GET /logs HTTP/1.1" 200 6637 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:28:01.917100372  192.168.2.1 - - [12/Jan/2024:07:28:01 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:28:01.984930446  192.168.2.1 - - [12/Jan/2024:07:28:01 -0800] "GET /api/logs/frigate HTTP/1.1" 200 595 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:28:01.985892072  192.168.2.1 - - [12/Jan/2024:07:28:01 -0800] "GET /api/logs/go2rtc HTTP/1.1" 200 311 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:28:01.986326784  192.168.2.1 - - [12/Jan/2024:07:28:01 -0800] "GET /api/logs/nginx HTTP/1.1" 200 1427 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:28:02.928484453  192.168.2.1 - - [12/Jan/2024:07:28:02 -0800] "GET /api/porch/latest.jpg?h=100 HTTP/1.1" 499 0 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:28:03.025025976  192.168.2.1 - - [12/Jan/2024:07:28:03 -0800] "GET /api/birdseye_record/latest.jpg?h=381 HTTP/1.1" 200 20850 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:28:03.033633184  192.168.2.1 - - [12/Jan/2024:07:28:03 -0800] "GET /api/doorbell/latest.jpg?h=381 HTTP/1.1" 200 23369 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:28:03.036130954  192.168.2.1 - - [12/Jan/2024:07:28:03 -0800] "GET /api/porch/latest.jpg?h=286 HTTP/1.1" 200 22657 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:28:03.045661264  192.168.2.1 - - [12/Jan/2024:07:28:03 -0800] "GET /api/driveway/latest.jpg?h=286 HTTP/1.1" 200 19232 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:31:32.716430849  192.168.2.1 - - [12/Jan/2024:07:31:32 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:32:57.514061818  192.168.2.1 - - [12/Jan/2024:07:32:57 -0800] "GET /live/webrtc/api/ws?src=birdseye HTTP/1.1" 101 7847241 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:33:01.111239108  192.168.2.1 - - [12/Jan/2024:07:33:01 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/birdseye" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:35:16.050925762  192.168.2.1 - - [12/Jan/2024:07:35:16 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/birdseye" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:39:39.427784220  192.168.2.1 - - [12/Jan/2024:07:39:39 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:39:39.428452384  192.168.2.1 - - [12/Jan/2024:07:39:39 -0800] "GET /api/logs/go2rtc HTTP/1.1" 200 311 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:39:39.442851605  192.168.2.1 - - [12/Jan/2024:07:39:39 -0800] "GET /api/logs/frigate HTTP/1.1" 200 595 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:39:39.452857581  192.168.2.1 - - [12/Jan/2024:07:39:39 -0800] "GET /api/logs/nginx HTTP/1.1" 200 1721 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:41:02.059798416  192.168.2.1 - - [12/Jan/2024:07:41:02 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/birdseye" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:44:27.770007214  192.168.2.1 - - [12/Jan/2024:07:44:27 -0800] "GET /api/logs/go2rtc HTTP/1.1" 200 311 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:44:27.771736726  192.168.2.1 - - [12/Jan/2024:07:44:27 -0800] "GET /api/logs/frigate HTTP/1.1" 200 595 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:44:27.772014084  192.168.2.1 - - [12/Jan/2024:07:44:27 -0800] "GET /api/logs/nginx HTTP/1.1" 200 1757 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:44:27.782111328  192.168.2.1 - - [12/Jan/2024:07:44:27 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:47:18.321110781  192.168.2.1 - - [12/Jan/2024:07:47:18 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/birdseye" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:47:18.404478612  192.168.2.1 - - [12/Jan/2024:07:47:18 -0800] "GET /api/logs/go2rtc HTTP/1.1" 200 311 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:47:18.404882471  192.168.2.1 - - [12/Jan/2024:07:47:18 -0800] "GET /api/logs/frigate HTTP/1.1" 200 595 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:47:18.408232748  192.168.2.1 - - [12/Jan/2024:07:47:18 -0800] "GET /api/logs/nginx HTTP/1.1" 200 1857 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:47:20.608712285  192.168.2.1 - - [12/Jan/2024:07:47:20 -0800] "GET /api/recordings/storage HTTP/1.1" 200 382 "http://192.168.2.6:5000/storage" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:47:23.351915162  192.168.2.1 - - [12/Jan/2024:07:47:23 -0800] "GET /live/webrtc/api/ws?src=birdseye HTTP/1.1" 101 87681644 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:47:23.634229197  192.168.2.1 - - [12/Jan/2024:07:47:23 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/system" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:47:23.640937495  192.168.2.1 - - [12/Jan/2024:07:47:23 -0800] "GET /api/go2rtc/api HTTP/1.1" 200 141 "http://192.168.2.6:5000/system" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:49:27.673036410  192.168.2.1 - - [12/Jan/2024:07:49:27 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/system" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:49:27.678087441  192.168.2.1 - - [12/Jan/2024:07:49:27 -0800] "GET /api/go2rtc/api HTTP/1.1" 200 141 "http://192.168.2.6:5000/system" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:49:27.971218871  192.168.2.1 - - [12/Jan/2024:07:49:27 -0800] "GET /api/config/raw HTTP/1.1" 200 3409 "http://192.168.2.6:5000/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:49:28.219224963  192.168.2.1 - - [12/Jan/2024:07:49:28 -0800] "GET /api/config/schema.json HTTP/1.1" 200 29735 "http://192.168.2.6:5000/assets/yaml.worker.bundle.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:54:37.052637933  192.168.2.1 - - [12/Jan/2024:07:54:37 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 07:54:37.061037576  192.168.2.1 - - [12/Jan/2024:07:54:37 -0800] "GET /api/config/raw HTTP/1.1" 200 3409 "http://192.168.2.6:5000/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 08:05:45.850602813  192.168.2.1 - - [12/Jan/2024:08:05:45 -0800] "GET /ws HTTP/1.1" 101 1747079 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 08:05:45.850617646  192.168.2.1 - - [12/Jan/2024:08:05:45 -0800] "GET /ws HTTP/1.1" 101 451814 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 08:06:35.657381033  192.168.2.1 - - [12/Jan/2024:08:06:35 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 08:06:35.718293183  192.168.2.1 - - [12/Jan/2024:08:06:35 -0800] "GET /api/config/raw HTTP/1.1" 200 3409 "http://192.168.2.6:5000/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 08:06:37.000609424  192.168.2.1 - - [12/Jan/2024:08:06:37 -0800] "GET /api/birdseye_record/latest.jpg?h=381 HTTP/1.1" 200 21009 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 08:06:37.008156427  192.168.2.1 - - [12/Jan/2024:08:06:37 -0800] "GET /api/porch/latest.jpg?h=286 HTTP/1.1" 200 23183 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 08:06:37.008555020  192.168.2.1 - - [12/Jan/2024:08:06:37 -0800] "GET /api/driveway/latest.jpg?h=286 HTTP/1.1" 200 19074 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 08:06:37.008608564  192.168.2.1 - - [12/Jan/2024:08:06:37 -0800] "GET /api/doorbell/latest.jpg?h=381 HTTP/1.1" 200 23365 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 08:06:37.781032423  192.168.2.1 - - [12/Jan/2024:08:06:37 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/birdseye" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 08:08:19.861748606  192.168.2.1 - - [12/Jan/2024:08:08:19 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/birdseye" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 08:08:19.928105792  192.168.2.1 - - [12/Jan/2024:08:08:19 -0800] "GET /api/logs/frigate HTTP/1.1" 200 595 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
PatSloan commented 8 months ago

192.168.2.1 is my router/firewall/dns. why is that showing in the logs?

baylanger commented 8 months ago

192.168.2.1 is my router/firewall/dns. why is that showing in the logs?

Are you accessing your server from the Internet or over WiFi / local network? For external access, if you have NAT configured that explains the gateway IP.

Is this a new installation or upgrading from a previous working release? If new install, are you using Frigate HA add-on or you configured your own Docker instance? If the later, providing your docker-compose.yml might help.

Also the logs you posted aren't readable due to line wrapping. Try to follow this to fix the formatting.

PatSloan commented 8 months ago
2024-01-12 10:26:51.054688989  [INFO] Starting NGINX...
2024-01-12 10:26:51.521340993  2024/01/12 10:26:51 [error] 144#144: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.2.1, server: , request: "GET /ws HTTP/1.1", upstream: "http://127.0.0.1:5002/", host: "192.168.2.6:5000"
2024-01-12 10:26:51.521378425  192.168.2.1 - - [12/Jan/2024:10:26:51 -0800] "GET /ws HTTP/1.1" 502 157 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:26:52.428502566  192.168.2.1 - - [12/Jan/2024:10:26:52 -0800] "GET /logs HTTP/1.1" 200 6637 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:26:52.495235382  2024/01/12 10:26:52 [error] 145#145: *3 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.2.1, server: , request: "GET /api/config HTTP/1.1", upstream: "http://127.0.0.1:5001/config", host: "192.168.2.6:5000", referrer: "http://192.168.2.6:5000/logs"
2024-01-12 10:26:52.495277528  192.168.2.1 - - [12/Jan/2024:10:26:52 -0800] "GET /api/config HTTP/1.1" 502 157 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:26:59.671417327  192.168.2.1 - - [12/Jan/2024:10:26:59 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:26:59.699119012  192.168.2.1 - - [12/Jan/2024:10:26:59 -0800] "GET /api/logs/frigate HTTP/1.1" 200 536 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:26:59.702033517  192.168.2.1 - - [12/Jan/2024:10:26:59 -0800] "GET /api/logs/go2rtc HTTP/1.1" 200 277 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:26:59.702104332  192.168.2.1 - - [12/Jan/2024:10:26:59 -0800] "GET /api/logs/nginx HTTP/1.1" 200 499 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:26:59.707300359  192.168.2.1 - - [12/Jan/2024:10:26:59 -0800] "GET /ws HTTP/1.1" 101 4 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:26:59.722756152  192.168.2.1 - - [12/Jan/2024:10:26:59 -0800] "GET /logs HTTP/1.1" 200 6637 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:26:59.794318449  192.168.2.1 - - [12/Jan/2024:10:26:59 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:26:59.868020744  192.168.2.1 - - [12/Jan/2024:10:26:59 -0800] "GET /api/logs/frigate HTTP/1.1" 200 536 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:26:59.868143310  192.168.2.1 - - [12/Jan/2024:10:26:59 -0800] "GET /api/logs/go2rtc HTTP/1.1" 200 277 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:26:59.868588469  192.168.2.1 - - [12/Jan/2024:10:26:59 -0800] "GET /api/logs/nginx HTTP/1.1" 200 577 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:27:02.122346798  192.168.2.1 - - [12/Jan/2024:10:27:02 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/birdseye" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:27:43.445105693  192.168.2.1 - - [12/Jan/2024:10:27:43 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/birdseye" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:29:06.059055875  192.168.2.1 - - [12/Jan/2024:10:29:06 -0800] "GET /ws HTTP/1.1" 101 8552 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:29:06.118413420  192.168.2.1 - - [12/Jan/2024:10:29:06 -0800] "GET /ws HTTP/1.1" 101 8552 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:39:11.861965333  192.168.2.1 - - [12/Jan/2024:10:39:11 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/birdseye" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:39:11.916472837  192.168.2.1 - - [12/Jan/2024:10:39:11 -0800] "GET /api/logs/frigate HTTP/1.1" 200 536 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:39:11.919142700  192.168.2.1 - - [12/Jan/2024:10:39:11 -0800] "GET /api/logs/go2rtc HTTP/1.1" 200 306 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:39:11.919758585  192.168.2.1 - - [12/Jan/2024:10:39:11 -0800] "GET /api/logs/nginx HTTP/1.1" 200 719 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:39:16.899131666  192.168.2.1 - - [12/Jan/2024:10:39:16 -0800] "GET /live/webrtc/api/ws?src=birdseye HTTP/1.1" 101 83560365 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:40:40.786032971  192.168.2.1 - - [12/Jan/2024:10:40:40 -0800] "GET /api/logs/nginx HTTP/1.1" 200 800 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:40:40.786449653  192.168.2.1 - - [12/Jan/2024:10:40:40 -0800] "GET /api/logs/frigate HTTP/1.1" 200 536 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:40:40.786839240  192.168.2.1 - - [12/Jan/2024:10:40:40 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:40:40.786848102  192.168.2.1 - - [12/Jan/2024:10:40:40 -0800] "GET /api/logs/go2rtc HTTP/1.1" 200 306 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:40:40.902611326  192.168.2.1 - - [12/Jan/2024:10:40:40 -0800] "GET /api/birdseye_record/latest.jpg?h=100 HTTP/1.1" 499 0 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:40:40.902924033  192.168.2.1 - - [12/Jan/2024:10:40:40 -0800] "GET /api/doorbell/latest.jpg?h=100 HTTP/1.1" 499 0 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:40:40.903960176  192.168.2.1 - - [12/Jan/2024:10:40:40 -0800] "GET /api/driveway/latest.jpg?h=100 HTTP/1.1" 499 0 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:40:40.905214834  192.168.2.1 - - [12/Jan/2024:10:40:40 -0800] "GET /api/porch/latest.jpg?h=100 HTTP/1.1" 499 0 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:40:40.916060116  192.168.2.1 - - [12/Jan/2024:10:40:40 -0800] "GET /api/birdseye_record/latest.jpg?h=381 HTTP/1.1" 200 23228 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:40:40.920409570  192.168.2.1 - - [12/Jan/2024:10:40:40 -0800] "GET /api/driveway/latest.jpg?h=286 HTTP/1.1" 200 22561 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:40:40.923089064  192.168.2.1 - - [12/Jan/2024:10:40:40 -0800] "GET /api/doorbell/latest.jpg?h=381 HTTP/1.1" 200 24309 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:40:40.923742240  192.168.2.1 - - [12/Jan/2024:10:40:40 -0800] "GET /api/porch/latest.jpg?h=286 HTTP/1.1" 200 26696 "http://192.168.2.6:5000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:46:09.267278941  192.168.30.21 - - [12/Jan/2024:10:46:09 -0800] "GET /api/events/1705085167.374438-441fh4/snapshot.jpg?format=android HTTP/1.1" 200 126524 "-" "Home Assistant/2023.12.4-11898 (Android 14; SM-G991U)" "127.0.0.1"
2024-01-12 10:48:25.175923917  192.168.30.21 - - [12/Jan/2024:10:48:25 -0800] "GET /api/events/1705085167.374438-441fh4/snapshot.jpg?format=android HTTP/1.1" 200 127569 "-" "Home Assistant/2023.12.4-11898 (Android 13; SM-S918U1)" "127.0.0.1"
2024-01-12 10:58:43.238454301  192.168.2.1 - - [12/Jan/2024:10:58:43 -0800] "GET /ws HTTP/1.1" 101 273010 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:58:43.238482609  192.168.2.1 - - [12/Jan/2024:10:58:43 -0800] "GET /ws HTTP/1.1" 101 273010 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:04:07.270645142  192.168.2.1 - - [12/Jan/2024:11:04:07 -0800] "GET /ws HTTP/1.1" 101 39180 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:04:07.270748692  192.168.2.1 - - [12/Jan/2024:11:04:07 -0800] "GET /ws HTTP/1.1" 101 39180 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:04:25.250694888  192.168.2.1 - - [12/Jan/2024:11:04:25 -0800] "GET /live/webrtc/api/ws?src=birdseye HTTP/1.1" 101 156991232 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:07:08.422606070  192.168.2.1 - - [12/Jan/2024:11:07:08 -0800] "GET /ws HTTP/1.1" 101 6729 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:07:08.422620763  192.168.2.1 - - [12/Jan/2024:11:07:08 -0800] "GET /ws HTTP/1.1" 101 6729 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:07:17.736174645  192.168.2.1 - - [12/Jan/2024:11:07:17 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/birdseye" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:09:25.442884293  192.168.2.1 - - [12/Jan/2024:11:09:25 -0800] "GET /ws HTTP/1.1" 101 5014 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:09:25.442913250  192.168.2.1 - - [12/Jan/2024:11:09:25 -0800] "GET /ws HTTP/1.1" 101 5014 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:10:40.335789596  192.168.2.1 - - [12/Jan/2024:11:10:40 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/birdseye" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:11:26.198604424  192.168.2.1 - - [12/Jan/2024:11:11:26 -0800] "GET /ws HTTP/1.1" 101 1606 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:11:26.198690577  192.168.2.1 - - [12/Jan/2024:11:11:26 -0800] "GET /ws HTTP/1.1" 101 1606 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:13:52.174607492  192.168.2.1 - - [12/Jan/2024:11:13:52 -0800] "GET /ws HTTP/1.1" 101 22546 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:13:52.174947878  192.168.2.1 - - [12/Jan/2024:11:13:52 -0800] "GET /ws HTTP/1.1" 101 22546 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:16:21.814567065  192.168.2.1 - - [12/Jan/2024:11:16:21 -0800] "GET /ws HTTP/1.1" 101 11484 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:16:21.814629741  192.168.2.1 - - [12/Jan/2024:11:16:21 -0800] "GET /ws HTTP/1.1" 101 11484 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:21:21.650588008  192.168.2.1 - - [12/Jan/2024:11:21:21 -0800] "GET /ws HTTP/1.1" 101 35647 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:21:21.650658767  192.168.2.1 - - [12/Jan/2024:11:21:21 -0800] "GET /ws HTTP/1.1" 101 35647 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:28:17.018660582  192.168.2.1 - - [12/Jan/2024:11:28:17 -0800] "GET /ws HTTP/1.1" 101 61532 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:28:17.018770528  192.168.2.1 - - [12/Jan/2024:11:28:17 -0800] "GET /ws HTTP/1.1" 101 61532 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:30:17.728949115  192.168.2.1 - - [12/Jan/2024:11:30:17 -0800] "GET /ws HTTP/1.1" 101 1614 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:30:17.728953332  192.168.2.1 - - [12/Jan/2024:11:30:17 -0800] "GET /ws HTTP/1.1" 101 1614 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:34:03.311401531  192.168.2.1 - - [12/Jan/2024:11:34:03 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/birdseye" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:34:03.514553745  192.168.2.1 - - [12/Jan/2024:11:34:03 -0800] "GET /api/logs/go2rtc HTTP/1.1" 200 306 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:34:03.515438976  192.168.2.1 - - [12/Jan/2024:11:34:03 -0800] "GET /api/logs/frigate HTTP/1.1" 200 712 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:34:03.517385387  192.168.2.1 - - [12/Jan/2024:11:34:03 -0800] "GET /api/logs/nginx HTTP/1.1" 200 1532 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:34:06.364940810  192.168.2.1 - - [12/Jan/2024:11:34:06 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/birdseye" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:34:06.430480461  192.168.2.1 - - [12/Jan/2024:11:34:06 -0800] "GET /ws HTTP/1.1" 101 24172 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:34:06.430536779  192.168.2.1 - - [12/Jan/2024:11:34:06 -0800] "GET /ws HTTP/1.1" 101 24172 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:34:08.387915756  192.168.2.1 - - [12/Jan/2024:11:34:08 -0800] "GET /live/webrtc/api/ws?src=birdseye HTTP/1.1" 101 162863256 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:37:25.880846399  192.168.2.1 - - [12/Jan/2024:11:37:25 -0800] "GET /api/config HTTP/1.1" 200 30240 "http://192.168.2.6:5000/birdseye" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 11:37:25.924072257  192.168.2.1 - - [12/Jan/2024:11:37:25 -0800] "GET /api/logs/frigate HTTP/1.1" 200 712 "http://192.168.2.6:5000/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
PatSloan commented 8 months ago
2024-01-12 10:26:51.053677949  [INFO] Preparing Frigate...
2024-01-12 10:26:51.062704775  [INFO] Starting Frigate...
2024-01-12 10:26:52.422709094  [2024-01-12 10:26:52] frigate.app                    INFO    : Starting Frigate (0.13.0-49814b3)
2024-01-12 10:26:52.482440706  [2024-01-12 10:26:52] peewee_migrate.logs            INFO    : Starting migrations
2024-01-12 10:26:52.486154499  [2024-01-12 10:26:52] peewee_migrate.logs            INFO    : There is nothing to migrate
2024-01-12 10:26:52.490512733  [2024-01-12 10:26:52] frigate.app                    INFO    : Recording process started: 439
2024-01-12 10:26:52.492418519  [2024-01-12 10:26:52] frigate.app                    INFO    : go2rtc process pid: 88
2024-01-12 10:26:52.513452452  [2024-01-12 10:26:52] detector.coral                 INFO    : Starting detection process: 449
2024-01-12 10:26:55.160440042  [2024-01-12 10:26:52] frigate.app                    INFO    : Output process started: 452
2024-01-12 10:26:55.160650018  [2024-01-12 10:26:52] frigate.app                    INFO    : Camera processor started for doorbell: 474
2024-01-12 10:26:55.163403768  [2024-01-12 10:26:52] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as usb
2024-01-12 10:26:55.163517489  [2024-01-12 10:26:52] frigate.app                    INFO    : Camera processor started for driveway: 475
2024-01-12 10:26:55.163582567  [2024-01-12 10:26:55] frigate.detectors.plugins.edgetpu_tfl INFO    : TPU found
2024-01-12 10:26:55.163641200  [2024-01-12 10:26:52] frigate.app                    INFO    : Camera processor started for porch: 477
2024-01-12 10:26:55.163711242  [2024-01-12 10:26:52] frigate.app                    INFO    : Camera processor started for birdseye_record: 480
2024-01-12 10:26:55.163766066  [2024-01-12 10:26:52] frigate.app                    INFO    : Capture process started for doorbell: 482
2024-01-12 10:26:55.163823925  [2024-01-12 10:26:52] frigate.app                    INFO    : Capture process started for driveway: 485
2024-01-12 10:26:55.163879116  [2024-01-12 10:26:52] frigate.app                    INFO    : Capture process started for porch: 489
2024-01-12 10:26:55.163933981  [2024-01-12 10:26:52] frigate.app                    INFO    : Capture process started for birdseye_record: 496
2024-01-12 10:42:07.638098173  [h264 @ 0x7f87b4047240] left block unavailable for requested intra4x4 mode -1
2024-01-12 10:42:07.638101120  [h264 @ 0x7f87b4047240] error while decoding MB 0 79, bytestream 60786
2024-01-12 10:42:37.648821745  [h264 @ 0x7f87b4017780] left block unavailable for requested intra mode
2024-01-12 10:42:37.648826833  [h264 @ 0x7f87b4017780] error while decoding MB 0 80, bytestream 56876
2024-01-12 10:44:27.628201168  [h264 @ 0x7f87b418e440] left block unavailable for requested intra4x4 mode -1
2024-01-12 10:44:27.628206669  [h264 @ 0x7f87b418e440] error while decoding MB 0 90, bytestream 14077
PatSloan commented 8 months ago

Sorry, thought i was using the formatting propper. new logs above. this is an upgrade from prod release to 13 beta 6 to 13 rc1

Accessing it via local network. hard wired for the servers. 2 cameras are wifi.

I am running HA in a VM on ubuntu. Frigate is running on it's own docker container on Ubuntu.

PatSloan commented 8 months ago

frigate docker compose:

version: "3.9"
services:
  frigate:
    container_name: frigate_beta
    privileged: true # this may not be necessary for all setups
    restart: unless-stopped
    image: ghcr.io/blakeblackshear/frigate:0.13.0-rc1
    cap_add:
      - CAP_PERFMON
#    image: ghcr.io/blakeblackshear/frigate:v0.13.0-beta6
    shm_size: "70mb" # update for your cameras based on calculation above
    devices:
      - /dev/bus/usb:/dev/bus/usb # passes the USB Coral, needs to be modified for other versions
#      - /dev/apex_0:/dev/apex_0 # passes a PCIe Coral, follow driver instructions here https://coral.ai/docs/m2/get-started/#2a-on-linux
      - /dev/dri/renderD128 # for intel hwaccel, needs to be updated for your hardware
    volumes:
      - /etc/localtime:/etc/localtime:ro
#      - /home/pat/docker/frigate_beta/config/config.yml:/config/config.yml
      - /home/pat/docker/frigate_beta/config:/config
#      - /home/pat/docker/frigate_beta/config/go2rtc:/config/go2rtc
      - /mnt/nas/frigate/media_beta:/media/frigate
      - type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
        target: /tmp/cache
        tmpfs:
          size: 100000000
    ports:
      - "5000:5000"
      - "8554:8554" # RTSP feeds
      - "8555:8555/tcp" # WebRTC over tcp
      - "8555:8555/udp" # WebRTC over udp
    environment:
      FRIGATE_RTSP_PASSWORD: "PW"
baylanger commented 8 months ago

Are you on Synology? If so by default port 5000 is used by DSM. Turn it off or move Frigate to another port.

[edit] never mind, you have VM on Ubuntu.

baylanger commented 8 months ago

From your PC are you able to browse http://192.168.2.6:5000/ , view the cams, etc?

The only logs that I find odd are these 3 lines :

2024-01-12 10:26:51.521340993  2024/01/12 10:26:51 [error] 144#144: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.2.1, server: , request: "GET /ws HTTP/1.1", upstream: "http://127.0.0.1:5002/", host: "192.168.2.6:5000"
2024-01-12 10:26:51.521378425  192.168.2.1 - - [12/Jan/2024:10:26:51 -0800] "GET /ws HTTP/1.1" 502 157 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
2024-01-12 10:26:52.495235382  2024/01/12 10:26:52 [error] 145#145: *3 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.2.1, server: , request: "GET /api/config HTTP/1.1", upstream: "http://127.0.0.1:5001/config", host: "192.168.2.6:5000", referrer: "http://192.168.2.6:5000/logs"

502 is a bad gateway error per HTTP result codes. I wonder what those 2 entries come from 127.0.0.1:5000 & :5001 ? Perhaps those should be 192.168.2.6 but then if it was working before, this is odd. I've seen in the past Docker having odd issues and a restart had helped. Perhaps give this a try, otherwise I'm not sure.

[edit] the 127.0.0.1 entries are likely how NGINX config / logging is done.

PatSloan commented 8 months ago

Yes i can access http://192.168.2.6:5000/ just fine

I don't know how long those errors were being raised. i am very new to frigate so am sort of pealing the onion skin away, layer by layer. I've been distracted with errors in the general log never really looked further until I have general ones addressed. since i fixed those (wifi issues were causing camera connections issues) I am now looking deeper ;)

PatSloan commented 8 months ago

what are the frigate logs?

Any other guidance? been googling all day with no luck :(

baylanger commented 8 months ago

what are the frigate logs?

Any other guidance? been googling all day with no luck :(

AFAIK what you pasted above are the frigate logs, I'm not aware of other logs.

[edit] I should be in bed, I now realized you're asking more guidance on how to fix the issue :D

Dvalin21 commented 8 months ago

what are the frigate logs?

Any other guidance? been googling all day with no luck :(

Are you hosting HAOS on a VM? We have similar setups. I'm hosting mine via cockpit-machine installed on Ubuntu-Server. Which Frigate is installed via docker on the same server.

PatSloan commented 8 months ago

HAOS is on a vm using virtualbox on ubuntu. frigate is running in a separate docker instance on the same ubuntu machine. one detail is they are on two subnets. HA is on 192.168.30.21 and frigate is on 192.168.2.6. I have rules setup on opnsense to allow the subnet traffic. I can load Frigate fine from the 192.168.30.x and 192.168.2.x networks. in HA I have frigate cards setup that show the camera feeds etc.. so it seems that HA can talk to frigate fine. I am just seeing those errors in the logs saying something is wrong.

The reason they are on two subnets is that I wanted to have HA on the IOT subnet to have easy access to all the Iot devices. I wanted frigate on the main lan to keep it out of view of the IOT devices on the IOT subnet.

Functionally I am seeing notifications from frigate taking several minutes to get to HA. that's all that I can tell is going wrong.

Dvalin21 commented 8 months ago

HAOS is on a vm using virtualbox on ubuntu. frigate is running in a separate docker instance on the same ubuntu machine. one detail is they are on two subnets. HA is on 192.168.30.21 and frigate is on 192.168.2.6. I have rules setup on opnsense to allow the subnet traffic. I can load Frigate fine from the 192.168.30.x and 192.168.2.x networks. in HA I have frigate cards setup that show the camera feeds etc.. so it seems that HA can talk to frigate fine. I am just seeing those errors in the logs saying something is wrong.

The reason they are on two subnets is that I wanted to have HA on the IOT subnet to have easy access to all the Iot devices. I wanted frigate on the main lan to keep it out of view of the IOT devices on the IOT subnet.

Functionally I am seeing notifications from frigate taking several minutes to get to HA. that's all that I can tell is going wrong.

Then Ill delete my comment. Mine is not the same as I thought. Thanks.

PatSloan commented 8 months ago

This is just an update. Still a problem after updating to frigate 13.1 and hacs frigate integration 5.0

Any thoughts on a solution? @NickM-27 ??

github-actions[bot] commented 6 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.