[Config Support]: Frigate auto-updated and broke. Struggling with "rtmp: Extra inputs are not permitted" #12999
-
Describe the problem you are havingI noticed frigate was down but couldn't address it until this morning. It seems to have auto-updated to a version that requires manual update of the configuration yaml. That wasn't ideal, but I am looking at the config.yml now and pulled out all the references to rtmp. I am still getting rtmp: Extra inputs are not permitted in my logs. I am running in docker. I updated the config.yml and restarted the container. Do I need to do more to convince frigate that I removed the rtmp reference or is there more going on here? Version0.14.0-da913d8 Frigate config filemqtt:
host: 192.168.4.81
port: 1883
user: xxxx
password: yyyy
detectors:
coral:
type: edgetpu
device: usb
birdseye:
enabled: True
mode: continuous
cameras:
M:
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
roles:
- record
- path: rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=1
roles:
- detect
record:
enabled: True
retain:
days: 1
events:
retain:
default: 3
mode: motion
snapshots:
enabled: True
detect:
width: 640
height: 480
Backyard:
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
roles:
- record
- path: rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=1
roles:
- detect
record:
enabled: True
retain:
days: 1
events:
retain:
default: 3
mode: motion
snapshots:
enabled: True
detect:
width: 640
height: 480
motion:
mask:
- 0,321,21,293,32,242,85,221,124,197,128,156,144,140,165,137,157,93,120,63,137,38,149,0,0,0
- 225,0,358,0,350,53,325,62,307,83,267,72,241,66,231,47,229,0
objects:
track:
- person
- dog
Z:
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
roles:
- record
- path: rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=1
roles:
- detect
record:
enabled: True
retain:
days: 1
events:
retain:
default: 3
mode: motion
snapshots:
enabled: True
motion:
mask:
- 0,0,0,379,63,176,74,99,122,0
detect:
width: 640
height: 480
Frontdoor:
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
roles:
- record
- path: rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=1
roles:
- detect
record:
enabled: True
retain:
days: 2
events:
retain:
default: 3
mode: motion
snapshots:
enabled: True
detect:
width: 720
height: 576
objects:
track:
- person
- dog
Garage:
ffmpeg:
hwaccel_args: preset-nvidia-h264
inputs:
- path: rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
roles:
- record
- path: rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=1
roles:
- detect
record:
enabled: True
retain:
days: 1
events:
retain:
default: 2
mode: motion
snapshots:
enabled: True
detect:
width: 1280
height: 720 Relevant log output2024-08-12 09:22:23.102280194 [2024-08-12 09:22:23] frigate.app INFO : Starting Frigate (0.14.0-da913d8)
2024-08-12 09:22:23.107004090 [2024-08-12 09:22:23] frigate.util.config INFO : Checking if frigate config needs migration...
2024-08-12 09:22:23.112073844 [2024-08-12 09:22:23] frigate.util.config ERROR : Config file is read-only, unable to migrate config file.
2024-08-12 09:22:23.114570414 *************************************************************
2024-08-12 09:22:23.114575065 *************************************************************
2024-08-12 09:22:23.114575992 *** Your config file is not valid! ***
2024-08-12 09:22:23.114594528 *** Please check the docs at ***
2024-08-12 09:22:23.114595786 *** https://docs.frigate.video/configuration/index ***
2024-08-12 09:22:23.114596686 *************************************************************
2024-08-12 09:22:23.114600198 *************************************************************
2024-08-12 09:22:23.114601017 *** Config Validation Errors ***
2024-08-12 09:22:23.114601858 *************************************************************
2024-08-12 09:22:23.114622762 cameras.M.rtmp: Extra inputs are not permitted
2024-08-12 09:22:23.114625791 cameras.Backyard.rtmp: Extra inputs are not permitted
2024-08-12 09:22:23.114626591 cameras.Z.rtmp: Extra inputs are not permitted
2024-08-12 09:22:23.114629373 cameras.Frontdoor.rtmp: Extra inputs are not permitted
2024-08-12 09:22:23.114630185 cameras.Garage.rtmp: Extra inputs are not permitted
2024-08-12 09:22:23.114632893 *************************************************************
2024-08-12 09:22:23.114633715 *** End Config Validation Errors ***
2024-08-12 09:22:23.114634522 *************************************************************
2024-08-12 09:22:23.235116173 2024/08/12 09:22:23 [error] 157#157: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.7.178, server: , request: "GET /api/stats HTTP/1.1", subrequest: "/auth", upstream: "http://127.0.0.1:5001/auth", host: "192.168.7.209:5000"
2024-08-12 09:22:23.235130267 2024/08/12 09:22:23 [error] 157#157: *2 auth request unexpected status: 502 while sending to client, client: 192.168.7.178, server: , request: "GET /api/stats HTTP/1.1", host: "192.168.7.209:5000"
2024-08-12 09:22:24.256118692 [INFO] Service Frigate exited with code 1 (by signal 0) Frigate statsCant get to UI Operating systemOther Linux Install methodDocker Compose Object DetectorCoral Any other information that may be helpfulSeems to have gone wrong with the auto-update that happened this weekend. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Your logs show:
Are you sure you modified the correct file? |
Beta Was this translation helpful? Give feedback.
-
apologies, I have exactly the same problem, since the fix wasn't posted, Here it is: remove :ro from the config.yml line in docker-compose.yml |
Beta Was this translation helpful? Give feedback.
-
Find and edit the right file.
…On Sat, Aug 24, 2024 at 6:25 AM thetravellor ***@***.***> wrote:
apologies, I have exactly the same problem, but I'm not so clear what the
fix is?
—
Reply to this email directly, view it on GitHub
<#12999 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOX6NXDE2QN4VQXZ3GLYLW3ZTBNRPAVCNFSM6AAAAABMMGEI2CVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANBTG4YDSMQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
this is a problem when using truecharts helm chart for frigate |
Beta Was this translation helpful? Give feedback.
Your logs show:
Config file is read-only, unable to migrate config file.
Are you sure you modified the correct file?