Frigate don't start with record enabled

Hi there,

my Frigate wont record since today. When i try to start the App with record enabled the WebUI isn’t reachable and the starts about 5 Minutes after start deploying.

With the record entrys # the app ist working. Here ist tzhe yaml:

mqtt:
  enabled: false


objects:
  track:
    - person
    - car
  filters:
    person:
      min_score: 0.6
      min_area: 20000
    car:
      min_score: 0.6
      min_area: 30000

detect:
  enabled: false
  width: 640
  height: 480
  # 5 FPS ist der optimale Wert - am besten direkt im Stream festlegen
  fps: 7

#record:
#  enabled: True
#  events:
#    pre_capture: 5
#    post_capture: 5
#    objects:
#      - person
#      - car
#    retain:
#      default: 14
#      objects:
#        person: 14

snapshots:
  enabled: true
  clean_copy: true
  timestamp: false
  bounding_box: true
  retain:
    default: 14

cameras:
  tuer:
    enabled: true
    ffmpeg:
      inputs:
        - path: rtsp://Frigate:NVR001@192.168.178.43:554//h264Preview_01_main
          input_args: preset-rtsp-restream
          roles:
            - record
        - path: rtsp://Frigate:NVR001@192.168.178.43:554//h264Preview_01_sub
          input_args: preset-rtsp-restream
          roles:
            - detect

ui:
  timezone: Europe/Berlin
  time_format: 24hour
  strftime_fmt: "%d.%m.%Y- %H:%M"
  
version: 0.15-1

Any tipps whats wrong?

I’d start by looking through the log while it’s starting up. That should tell you what’s wrong.