Closed awwbaker closed 11 months ago
For one camera you are using rtsp://127.0.0.1:554/rtsp
but rtsp does not exist as a stream in go2rtc and 554 is the incorrect port
Also detect is indented too much
Can we please start with the basics? I am getting the blow error, how do I know from the log which "inputs" it is referring to or what the error is at that input?
2023-10-23 16:34:26.675052395
2023-10-23 16:34:26.675056578
2023-10-23 16:34:26.675061022 Your config file is not valid!
2023-10-23 16:34:26.675063147 Please check the docs at
2023-10-23 16:34:26.675064626 https://docs.frigate.video/configuration/index
2023-10-23 16:34:26.675085374
2023-10-23 16:34:26.675086848
2023-10-23 16:34:26.675088662 Config Validation Errors
2023-10-23 16:34:26.675090095
2023-10-23 16:34:26.675091119 'inputs'
2023-10-23 16:34:26.676115067 Traceback (most recent call last):
2023-10-23 16:34:26.676119452 File "/opt/frigate/frigate/app.py", line 351, in start
2023-10-23 16:34:26.676121360 self.init_config()
2023-10-23 16:34:26.676123148 File "/opt/frigate/frigate/app.py", line 80, in init_config
2023-10-23 16:34:26.676124916 user_config = FrigateConfig.parse_file(config_file)
2023-10-23 16:34:26.676126577 File "/opt/frigate/frigate/config.py", line 1078, in parse_file
2023-10-23 16:34:26.676128414 return cls.parse_obj(config)
2023-10-23 16:34:26.676130608 File "pydantic/main.py", line 526, in pydantic.main.BaseModel.parse_obj
2023-10-23 16:34:26.676132703 File "pydantic/main.py", line 339, in pydantic.main.BaseModel.init
2023-10-23 16:34:26.676134578 File "pydantic/main.py", line 1076, in pydantic.main.validate_model
2023-10-23 16:34:26.676136626 File "pydantic/fields.py", line 886, in pydantic.fields.ModelField.validate
2023-10-23 16:34:26.676138662 File "pydantic/fields.py", line 1021, in pydantic.fields.ModelField._validate_mapping_like
2023-10-23 16:34:26.676177843 File "pydantic/fields.py", line 1094, in pydantic.fields.ModelField._validate_singleton
2023-10-23 16:34:26.676180196 File "pydantic/fields.py", line 884, in pydantic.fields.ModelField.validate
2023-10-23 16:34:26.676199009 File "pydantic/fields.py", line 1101, in pydantic.fields.ModelField._validate_singleton
2023-10-23 16:34:26.676200773 File "pydantic/fields.py", line 1157, in pydantic.fields.ModelField._apply_validators
2023-10-23 16:34:26.676202898 File "pydantic/class_validators.py", line 337, in pydantic.class_validators._generic_validator_basic.lambda13
2023-10-23 16:34:26.676204896 File "pydantic/main.py", line 711, in pydantic.main.BaseModel.validate
2023-10-23 16:34:26.676221094 File "/opt/frigate/frigate/config.py", line 635, in init
2023-10-23 16:34:26.676222684 if len(config["ffmpeg"]["inputs"]) == 1:
2023-10-23 16:34:26.676224022 KeyError: 'inputs'
2023-10-23 16:34:26.676225422
2023-10-23 16:34:26.676227282
2023-10-23 16:34:26.676228861 End Config Validation Errors
2023-10-23 16:34:26.676303240 *****
I'd suggest reading Getting started docs https://docs.frigate.video/guides/getting_started
This show the correct formatting and what needs to be done. You should check after each step that the config is working and use the config editor built in to frigate which has validation built in
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.
Describe the problem you are having
I am trying to add additional wyze flood light cams to my system. I was trying to and think I was following the getting started page. I am running Docker Wyze Bridge to get the streams.
I can see the video but neither am I getting any events either.
I am sorry to bother but I just do not see where I went astray. Any guidance would be appreciated! Thank You, Anthony
Version
Frigate Current version: 0.12.1 (Changelog)
Frigate config file
Relevant log output
FFprobe output from your camera
Frigate stats
No response
Operating system
HassOS
Install method
HassOS Addon
Coral version
USB
Network connection
Wireless
Camera make and model
Wyze V3
Any other information that may be helpful
I comment this out to get frigate to run.
detect:
enabled: True
width: 1920
height: 1080
I am a complete noob so still on the steep side of the curve, thank you!