! changed TLS to False in config. restarted container and still get the NGINX error on port; 8971. This has been the issue all the time.
Webui is no picking up port:5000. Copy of part of config. Container logs as of now:
28:40.619222687 [INFO] Preparing Frigate...
2025-03-10 14:28:40.620187364 [INFO] Starting NGINX...
2025-03-10 14:28:40.683572131 [INFO] Starting Frigate...
2025-03-10 14:28:40.998355224 [INFO] Starting go2rtc...
2025-03-10 14:28:41.073180915 14:28:41.073 INF go2rtc platform=linux/amd64 revision=b2399f3 version=1.9.2
2025-03-10 14:28:41.073186235 14:28:41.073 INF config path=/dev/shm/go2rtc.yaml
2025-03-10 14:28:41.073858234 14:28:41.073 INF [rtsp] listen addr=:8554
2025-03-10 14:28:41.073871759 14:28:41.073 INF [api] listen addr=:1984
2025-03-10 14:28:41.073968681 14:28:41.073 INF [webrtc] listen addr=:8555/tcp
2025-03-10 14:28:41.696843370 [INFO] Starting certsync...
2025-03-10 14:28:41.747277204 127.0.0.1 - - [10/Mar/2025:14:28:41 +0000] "" 400 0 "-" "-" "-"
2025-03-10 14:28:42.668043302 [2025-03-10 14:28:42] frigate.util.config INFO : Checking if frigate config needs migration...
2025-03-10 14:28:42.691226895 [2025-03-10 14:28:42] frigate.util.config INFO : frigate config does not need migration...
2025-03-10 14:28:43.468857489 [2025-03-10 14:28:43] frigate.util.services INFO : Automatically detected vaapi hwaccel for video decoding
2025-03-10 14:28:43.491020349 [2025-03-10 14:28:43] frigate.app INFO : Starting Frigate (0.15.0-cea210d)
2025-03-10 14:28:43.505168765 [2025-03-10 14:28:43] peewee_migrate.logs INFO : Starting migrations
2025-03-10 14:28:43.505405659 [2025-03-10 14:28:43] peewee_migrate.logs INFO : There is nothing to migrate
2025-03-10 14:28:43.526457989 [2025-03-10 14:28:43] frigate.app INFO : Recording process started: 513
2025-03-10 14:28:43.527618694 [2025-03-10 14:28:43] frigate.app INFO : Review process started: 522
2025-03-10 14:28:43.529896531 [2025-03-10 14:28:43] frigate.app INFO : go2rtc process pid: 98
2025-03-10 14:28:43.556353847 [2025-03-10 14:28:43] detector.coral1 INFO : Starting detection process: 529
2025-03-10 14:28:43.556409421 [2025-03-10 14:28:43] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as pci:0
2025-03-10 14:28:43.556690397 [2025-03-10 14:28:43] frigate.detectors.plugins.edgetpu_tfl ERROR : No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors.
2025-03-10 14:28:43.557202026 Process detector:coral1:
2025-03-10 14:28:43.557203899 Traceback (most recent call last):
2025-03-10 14:28:43.557205071 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 160, in load_delegate
2025-03-10 14:28:43.557207616 delegate = Delegate(library, options)
2025-03-10 14:28:43.557209199 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 119, in __init__
2025-03-10 14:28:43.557224528 raise ValueError(capture.message)
2025-03-10 14:28:43.557225580 ValueError
2025-03-10 14:28:43.557226211
2025-03-10 14:28:43.557227323 During handling of the above exception, another exception occurred:
2025-03-10 14:28:43.557228004
2025-03-10 14:28:43.557228635 Traceback (most recent call last):
2025-03-10 14:28:43.557229597 File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
2025-03-10 14:28:43.557257750 self.run()
2025-03-10 14:28:43.557258862 File "/opt/frigate/frigate/util/process.py", line 41, in run_wrapper
2025-03-10 14:28:43.557259543 return run(*args, **kwargs)
2025-03-10 14:28:43.557260365 File "/usr/lib/python3.9/multiprocessing/process.py", line 108, in run
2025-03-10 14:28:43.557285041 self._target(*self._args, **self._kwargs)
2025-03-10 14:28:43.557286103 File "/opt/frigate/frigate/object_detection.py", line 121, in run_detector
2025-03-10 14:28:43.557287065 object_detector = LocalObjectDetector(detector_config=detector_config)
2025-03-10 14:28:43.557287916 File "/opt/frigate/frigate/object_detection.py", line 68, in __init__
2025-03-10 14:28:43.557288618 self.detect_api = create_detector(detector_config)
2025-03-10 14:28:43.557289489 File "/opt/frigate/frigate/detectors/__init__.py", line 18, in create_detector
2025-03-10 14:28:43.557290121 return api(detector_config)
2025-03-10 14:28:43.557313084 File "/opt/frigate/frigate/detectors/plugins/edgetpu_tfl.py", line 41, in __init__
2025-03-10 14:28:43.557314085 edge_tpu_delegate = load_delegate("libedgetpu.so.1.0", device_config)
2025-03-10 14:28:43.557315047 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 162, in load_delegate
2025-03-10 14:28:43.557316029 raise ValueError('Failed to load delegate from {}\n{}'.format(
2025-03-10 14:28:43.557316871 ValueError: Failed to load delegate from libedgetpu.so.1.0
2025-03-10 14:28:43.557317452
2025-03-10 14:28:43.559901874 [2025-03-10 14:28:43] detector.coral2 INFO : Starting detection process: 531
2025-03-10 14:28:43.561351680 [2025-03-10 14:28:43] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as pci:1
2025-03-10 14:28:43.561506039 [2025-03-10 14:28:43] frigate.detectors.plugins.edgetpu_tfl ERROR : No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors.
2025-03-10 14:28:43.563418432 Process detector:coral2:
2025-03-10 14:28:43.563420686 Traceback (most recent call last):
2025-03-10 14:28:43.563421898 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 160, in load_delegate
2025-03-10 14:28:43.563422790 delegate = Delegate(library, options)
2025-03-10 14:28:43.563423782 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 119, in __init__
2025-03-10 14:28:43.563424523 raise ValueError(capture.message)
2025-03-10 14:28:43.563425104 ValueError
2025-03-10 14:28:43.563425705
2025-03-10 14:28:43.563426507 During handling of the above exception, another exception occurred:
2025-03-10 14:28:43.563427058
2025-03-10 14:28:43.563427709 Traceback (most recent call last):
2025-03-10 14:28:43.563428521 File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
2025-03-10 14:28:43.563429192 self.run()
2025-03-10 14:28:43.563430013 File "/opt/frigate/frigate/util/process.py", line 41, in run_wrapper
2025-03-10 14:28:43.563430755 return run(*args, **kwargs)
2025-03-10 14:28:43.563431606 File "/usr/lib/python3.9/multiprocessing/process.py", line 108, in run
2025-03-10 14:28:43.563432378 self._target(*self._args, **self._kwargs)
2025-03-10 14:28:43.563433199 File "/opt/frigate/frigate/object_detection.py", line 121, in run_detector
2025-03-10 14:28:43.563434041 object_detector = LocalObjectDetector(detector_config=detector_config)
2025-03-10 14:28:43.563434852 File "/opt/frigate/frigate/object_detection.py", line 68, in __init__
2025-03-10 14:28:43.563435654 self.detect_api = create_detector(detector_config)
2025-03-10 14:28:43.563436465 File "/opt/frigate/frigate/detectors/__init__.py", line 18, in create_detector
2025-03-10 14:28:43.563437147 return api(detector_config)
2025-03-10 14:28:43.563438008 File "/opt/frigate/frigate/detectors/plugins/edgetpu_tfl.py", line 41, in __init__
2025-03-10 14:28:43.563438870 edge_tpu_delegate = load_delegate("libedgetpu.so.1.0", device_config)
2025-03-10 14:28:43.563439782 File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 162, in load_delegate
2025-03-10 14:28:43.563440663 raise ValueError('Failed to load delegate from {}\n{}'.format(
2025-03-10 14:28:43.563441475 ValueError: Failed to load delegate from libedgetpu.so.1.0
2025-03-10 14:28:43.563442046
2025-03-10 14:28:43.577195913 [2025-03-10 14:28:43] frigate.app INFO : Output process started: 547
2025-03-10 14:28:43.600521502 [2025-03-10 14:28:43] frigate.app INFO : Camera processor started for koipond: 561
2025-03-10 14:28:43.629848754 [2025-03-10 14:28:43] frigate.app INFO : Camera processor started for front: 569
2025-03-10 14:28:43.629915549 [2025-03-10 14:28:43] frigate.app INFO : Camera processor started for garage: 577
2025-03-10 14:28:43.645019075 [2025-03-10 14:28:43] frigate.app INFO : Camera processor started for BackGarden: 585
2025-03-10 14:28:43.663312957 [2025-03-10 14:28:43] frigate.app INFO : Capture process started for koipond: 593
2025-03-10 14:28:43.687497064 [2025-03-10 14:28:43] frigate.app INFO : Capture process started for front: 598
2025-03-10 14:28:43.700718543 [2025-03-10 14:28:43] frigate.app INFO : Capture process started for garage: 603
2025-03-10 14:28:43.709772786 [2025-03-10 14:28:43] frigate.video ERROR : koipond: Unable to read frames from ffmpeg process.
2025-03-10 14:28:43.710559019 [2025-03-10 14:28:43] frigate.video ERROR : koipond: ffmpeg process is not running. exiting capture thread...
2025-03-10 14:28:43.729730565 [2025-03-10 14:28:43] frigate.app INFO : Capture process started for BackGarden: 612
2025-03-10 14:28:43.734990279 [2025-03-10 14:28:43] frigate.video ERROR : front: Unable to read frames from ffmpeg process.
2025-03-10 14:28:43.735026607 [2025-03-10 14:28:43] frigate.video ERROR : front: ffmpeg process is not running. exiting capture thread...
2025-03-10 14:28:43.745258255 [2025-03-10 14:28:43] frigate.video ERROR : garage: Unable to read frames from ffmpeg process.
2025-03-10 14:28:43.745951564 [2025-03-10 14:28:43] frigate.video ERROR : garage: ffmpeg process is not running. exiting capture thread...
2025-03-10 14:28:43.774831118 [2025-03-10 14:28:43] frigate.video ERROR : BackGarden: Unable to read frames from ffmpeg process.
2025-03-10 14:28:43.775456499 [2025-03-10 14:28:43] frigate.video ERROR : BackGarden: ffmpeg process is not running. exiting capture thread...
2025-03-10 14:28:43.976743506 [2025-03-10 14:28:43] frigate.api.fastapi_app INFO : Starting FastAPI app
2025-03-10 14:28:44.066024127 [2025-03-10 14:28:44] frigate.api.fastapi_app INFO : FastAPI started
mqtt:
enabled: true
host: 192.168.2.10
port: 1883
user: mqtt6283
password: mikey
detectors:
coral1:
type: edgetpu
device: pci:0
coral2:
type: edgetpu
device: pci:1
database:
path: /config/frigate.db
record:
expire_interval: 20
# ffmpeg:
# path: "5.0"
tls:
enabled: False