[Support]: Frigate not starting after updating to v0.14.0 with NGINX error #12831
-
Describe the problem you are havingJust tried to update to 0.14.0 but Frigate will not start. Logs are being spammed with NGINX errors. Version0.14.0 Frigate config filemqtt:
host: localhost
port: 1883
user: mosquitto
password: removed
record:
enabled: true
retain:
days: 0
mode: motion
events:
pre_capture: 0
post_capture: 0
retain:
default: 4
mode: motion
go2rtc:
streams:
front_doorbell:
- rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0&authbasic=64#backchannel=0
- ffmpeg:front_doorbell#audio=opus
front_doorbell_sub:
- rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=1&authbasic=64#backchannel=0
- ffmpeg:front_doorbell_sub#audio=opus
den:
- rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0&authbasic=64
- ffmpeg:den#audio=opus
den_sub:
- rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=1&authbasic=64
- ffmpeg:den_sub#audio=opus
backyard:
- rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0&authbasic=64
- ffmpeg:backyard#audio=opus
backyard_sub:
- rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=1&authbasic=64
- ffmpeg:backyard_sub#audio=opus
nursery:
- rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0&authbasic=64
- ffmpeg:nursery#audio=opus
nursery_sub:
- rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=1&authbasic=64
- ffmpeg:nursery_sub#audio=opus
ffmpeg:
hwaccel_args: preset-vaapi
snapshots:
enabled: true
timestamp: false
retain:
default: 2
birdseye:
enabled: false
detectors:
coral:
type: edgetpu
device: usb
audio:
enabled: True
cameras:
front_doorbell:
objects:
track:
- person
- car
- motorcycle
filters:
person:
min_score: 0.7
min_area: 15000
detect:
width: 1280
height: 720
fps: 5
ffmpeg:
output_args:
record: preset-record-generic-audio-copy
inputs:
- path: rtsp://127.0.0.1:8554/front_doorbell?video=copy&audio=aac
input_args: preset-rtsp-restream-low-latency
roles:
- record
- path: rtsp://127.0.0.1:8554/front_doorbell_sub?video=copy&audio=aac
input_args: preset-rtsp-restream-low-latency
roles:
- detect
- audio
mqtt:
quality: 85
bounding_box: false
height: 960
den:
objects:
track:
- person
detect:
width: 1280
height: 720
fps: 5
ffmpeg:
output_args:
record: preset-record-generic-audio-copy
inputs:
- path: rtsp://127.0.0.1:8554/den?video=copy&audio=aac
input_args: preset-rtsp-restream-low-latency
roles:
- record
- path: rtsp://127.0.0.1:8554/den_sub?video=copy&audio=aac
input_args: preset-rtsp-restream-low-latency
roles:
- detect
- audio
mqtt:
quality: 85
bounding_box: false
height: 720
backyard:
objects:
track:
- person
- cat
- dog
filters:
person:
min_score: 0.76
cat:
min_score: 0.7
dog:
min_score: 0.7
detect:
width: 1280
height: 720
fps: 5
ffmpeg:
output_args:
record: preset-record-generic-audio-copy
inputs:
- path: rtsp://127.0.0.1:8554/backyard?video=copy&audio=aac
input_args: preset-rtsp-restream-low-latency
roles:
- record
- path: rtsp://127.0.0.1:8554/backyard_sub?video=copy&audio=aac
input_args: preset-rtsp-restream-low-latency
roles:
- detect
- audio
motion:
mask:
- 1920,0,1829,90,1784,124,1717,211,1435,140,1057,120,844,129,653,162,400,203,0,493,0,323,0,0
mqtt:
quality: 85
bounding_box: false
height: 720
nursery:
objects:
track:
- person
detect:
width: 1280
height: 720
fps: 5
ffmpeg:
output_args:
record: preset-record-generic-audio-copy
inputs:
- path: rtsp://127.0.0.1:8554/nursery?video=copy&audio=aac
input_args: preset-rtsp-restream-low-latency
roles:
- record
- path: rtsp://127.0.0.1:8554/nursery_sub?video=copy&audio=aac
input_args: preset-rtsp-restream-low-latency
roles:
- detect
- audio Relevant log output2024-08-08 10:15:41.060307212 [INFO] Starting NGINX...
./run.user: line 84: tempio: command not found
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
2024-08-08 10:15:41.103496759 [INFO] Service NGINX exited with code 127 (by signal 0)
2024-08-08 10:15:42.108052824 [INFO] Starting NGINX...
./run.user: line 84: tempio: command not found
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
2024-08-08 10:15:42.152308500 [INFO] Service NGINX exited with code 127 (by signal 0)
2024-08-08 10:15:43.156631643 [INFO] Starting NGINX...
./run.user: line 84: tempio: command not found
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
2024-08-08 10:15:43.199429519 [INFO] Service NGINX exited with code 127 (by signal 0)
2024-08-08 10:15:44.204403931 [INFO] Starting NGINX...
./run.user: line 84: tempio: command not found
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
2024-08-08 10:15:44.247886183 [INFO] Service NGINX exited with code 127 (by signal 0)
2024-08-08 10:15:45.252565792 [INFO] Starting NGINX...
./run.user: line 84: tempio: command not found
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
2024-08-08 10:15:45.296329295 [INFO] Service NGINX exited with code 127 (by signal 0)
2024-08-08 10:15:46.301164020 [INFO] Starting NGINX...
./run.user: line 84: tempio: command not found
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
2024-08-08 10:15:46.345683137 [INFO] Service NGINX exited with code 127 (by signal 0)
2024-08-08 10:15:47.349768532 [INFO] Starting NGINX...
./run.user: line 84: tempio: command not found
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
2024-08-08 10:15:47.393360295 [INFO] Service NGINX exited with code 127 (by signal 0)
2024-08-08 10:15:48.398139492 [INFO] Starting NGINX...
./run.user: line 84: tempio: command not found
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
2024-08-08 10:15:48.440845039 [INFO] Service NGINX exited with code 127 (by signal 0)
2024-08-08 10:15:49.444987490 [INFO] Starting NGINX...
./run.user: line 84: tempio: command not found
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
2024-08-08 10:15:49.488840530 [INFO] Service NGINX exited with code 127 (by signal 0)
2024-08-08 10:15:50.492600877 [INFO] Starting NGINX...
./run.user: line 84: tempio: command not found
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
2024-08-08 10:15:50.535906011 [INFO] Service NGINX exited with code 127 (by signal 0)
2024-08-08 10:15:51.540833127 [INFO] Starting NGINX...
./run.user: line 84: tempio: command not found
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
2024-08-08 10:15:51.585893304 [INFO] Service NGINX exited with code 127 (by signal 0)
2024-08-08 10:15:52.590080519 [INFO] Starting NGINX...
./run.user: line 84: tempio: command not found
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
2024-08-08 10:15:52.633865323 [INFO] Service NGINX exited with code 127 (by signal 0)
2024-08-08 10:15:53.637957970 [INFO] Starting NGINX...
./run.user: line 84: tempio: command not found
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
2024-08-08 10:15:53.681444901 [INFO] Service NGINX exited with code 127 (by signal 0)
2024-08-08 10:15:54.685824245 [INFO] Starting NGINX...
./run.user: line 84: tempio: command not found
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
2024-08-08 10:15:54.728609619 [INFO] Service NGINX exited with code 127 (by signal 0)
2024-08-08 10:15:55.733121870 [INFO] Starting NGINX...
./run.user: line 84: tempio: command not found
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
2024-08-08 10:15:55.776530508 [INFO] Service NGINX exited with code 127 (by signal 0)
2024-08-08 10:15:56.781325894 [INFO] Starting NGINX...
./run.user: line 84: tempio: command not found
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
2024-08-08 10:15:56.823882956 [INFO] Service NGINX exited with code 127 (by signal 0)
2024-08-08 10:15:57.828853921 [INFO] Starting NGINX...
./run.user: line 84: tempio: command not found
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
2024-08-08 10:15:57.873320516 [INFO] Service NGINX exited with code 127 (by signal 0)
2024-08-08 10:15:58.877911682 [INFO] Starting NGINX...
./run.user: line 84: tempio: command not found
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
2024-08-08 10:15:58.921010015 [INFO] Service NGINX exited with code 127 (by signal 0)
2024-08-08 10:15:59.926004861 [INFO] Starting NGINX...
./run.user: line 84: tempio: command not found
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
2024-08-08 10:15:59.970859006 [INFO] Service NGINX exited with code 127 (by signal 0)
2024-08-08 10:16:00.975539774 [INFO] Starting NGINX...
./run.user: line 84: tempio: command not found
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
2024-08-08 10:16:01.017735548 [INFO] Service NGINX exited with code 127 (by signal 0) FFprobe output from your cameran/a Frigate statsNo response Operating systemOther Linux Install methodDocker Compose Object DetectorCoral Network connectionWired Camera make and modelAmcrest Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Answered by
NickM-27
Aug 8, 2024
Replies: 1 comment 1 reply
-
See #11755 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
NickM-27
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #11755 (comment)