Frigate, not working

Ive been finding some time to setup frigate, Today was the day. I set everything up and I didnt get anything, Ive been over everything loads of times but its not working, I must have missed something stupid.

mqtt:
  host: 192.168.0.241 #Insert the IP address of your Home Assistant
  port: 1883 #Leave as default 1883 or change to match the port set in yout MQTT Broker configuration
  topic_prefix: frigate
  client_id: frigate
  user: mqtt-user #Change to match the username set in your MQTT Broker
  password: password #Change to match the password set in your MQTT Broker
  stats_interval: 60
cameras:
  Driveway: #Change this to a name of the camera that makes sense to you
    ffmpeg:
      output_args:
        record: preset-record-generic-audio-aac #Insert this if your camera supports audio output
      inputs:
        - path: rtsp://admin:[email protected]:554/Streaming/Channels/101/
          roles:
            - record
        - path: rtsp://admin:[email protected]:554/Streaming/Channels/102/
          roles:
            - detect
    detect:
      height: 360 #Change this to match the resolution of your detection channel (in this case channel 1)
      width: 640 #Change this to match the resolution of your detection channel (in this case channel 1)
      fps: 10 #This is the frame rate for detection, between 5-10 fps is sufficient.
    record:
      enabled: true
      retain:
        days: 0 #The number of days a recording will be kept for after a motion is detected.
        mode: motion
      events:
        retain:
          default: 30 #The event data will be kept for 1 day. After this period, the event data will be automatically deleted.
          mode: motion
    objects:
      track:
        - person
        - car
version: 0.14

You need to show logs like it says in the screenshot…

Doh! I forgot that part. In the logs, nothing matches with the config, camera name and camera Ip

Well, I don’t know what happened. I opened the config in frigate, saved it now its working