Frigate just stopped working #angryface

Ok, Frigate was hard enough for me to use and it took me weeks and weeks to get it running with my 4 cameras, get them recording, saving on network drive, etc.

Then, I don’t even know when, but I’m thinking a week or so ago, it just stopped working. I don’t know enough about this to even describe what’s going on, but it’ll barely load, and when it does, none of the live view cameras seem to work. The only way I even got it to load was by removing the previous:

ui:
 live_mode: webrtc

Was there an update and now the config.yaml file needs reworked? And if so, that’s complete crap, it should be a set it and forget it, I shouldn’t have to try and figure out how to code this every month or two. I’m not a programmer.

Sorry for my frustration, this stuff is so hard, I’m probably in over my head, but geez, I just want some working cameras. I’ll post my config file, but I don’t have a clue what hardly any of this means.

It’s even acting like my CoralTPU isn’t loaded, but I’ve literally changed nothing on my system :rage: :rage:

2024-07-12 05:08:53.133470767  [INFO] Preparing Frigate...
2024-07-12 05:08:53.145739085  [INFO] Starting Frigate...
2024-07-12 05:08:54.549000030  [2024-07-12 01:08:54] frigate.app                    INFO    : Starting Frigate (0.13.2-6476f8a)
2024-07-12 05:08:54.549092425  [2024-07-12 01:08:54] frigate.app                    INFO    : Creating directory: /tmp/cache
2024-07-12 05:08:54.621067243  [2024-07-12 01:08:54] peewee_migrate.logs            INFO    : Starting migrations
2024-07-12 05:08:54.625011511  [2024-07-12 01:08:54] peewee_migrate.logs            INFO    : There is nothing to migrate
2024-07-12 05:08:54.629278139  [2024-07-12 01:08:54] frigate.app                    INFO    : Recording process started: 451
2024-07-12 05:08:54.631633766  [2024-07-12 01:08:54] frigate.app                    INFO    : go2rtc process pid: 89
2024-07-12 05:08:54.652884921  [2024-07-12 01:08:54] detector.coral                 INFO    : Starting detection process: 461
2024-07-12 05:08:54.654408607  [2024-07-12 01:08:54] frigate.app                    INFO    : Output process started: 463
2024-07-12 05:08:54.655533770  [2024-07-12 01:08:54] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as usb
2024-07-12 05:08:54.655652259  [2024-07-12 01:08:54] frigate.detectors.plugins.edgetpu_tfl ERROR   : No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors.
2024-07-12 05:08:54.655706971  Process detector:coral:
2024-07-12 05:08:54.656664540  Traceback (most recent call last):
2024-07-12 05:08:54.656685149    File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 160, in load_delegate
2024-07-12 05:08:54.656686925      delegate = Delegate(library, options)
2024-07-12 05:08:54.656688861    File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 119, in __init__
2024-07-12 05:08:54.656692986      raise ValueError(capture.message)
2024-07-12 05:08:54.656694938  ValueError
2024-07-12 05:08:54.656707491  
2024-07-12 05:08:54.656709626  During handling of the above exception, another exception occurred:
2024-07-12 05:08:54.656711325  
2024-07-12 05:08:54.656712741  Traceback (most recent call last):
2024-07-12 05:08:54.656747047    File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
2024-07-12 05:08:54.656750237      self.run()
2024-07-12 05:08:54.656752575    File "/usr/lib/python3.9/multiprocessing/process.py", line 108, in run
2024-07-12 05:08:54.656754691      self._target(*self._args, **self._kwargs)
2024-07-12 05:08:54.656756863    File "/opt/frigate/frigate/object_detection.py", line 102, in run_detector
2024-07-12 05:08:54.656759098      object_detector = LocalObjectDetector(detector_config=detector_config)
2024-07-12 05:08:54.656779330    File "/opt/frigate/frigate/object_detection.py", line 53, in __init__
2024-07-12 05:08:54.656781509      self.detect_api = create_detector(detector_config)
2024-07-12 05:08:54.656783177    File "/opt/frigate/frigate/detectors/__init__.py", line 18, in create_detector
2024-07-12 05:08:54.656784643      return api(detector_config)
2024-07-12 05:08:54.656786326    File "/opt/frigate/frigate/detectors/plugins/edgetpu_tfl.py", line 41, in __init__
2024-07-12 05:08:54.656788098      edge_tpu_delegate = load_delegate("libedgetpu.so.1.0", device_config)
2024-07-12 05:08:54.656789808    File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 162, in load_delegate
2024-07-12 05:08:54.656812573      raise ValueError('Failed to load delegate from {}\n{}'.format(
2024-07-12 05:08:54.656814674  ValueError: Failed to load delegate from libedgetpu.so.1.0
2024-07-12 05:08:54.656815974  
2024-07-12 05:08:55.026034641  [2024-07-12 01:08:55] frigate.app                    INFO    : Camera processor started for garage_exterior: 485
2024-07-12 05:08:55.026148820  [2024-07-12 01:08:55] frigate.app                    INFO    : Camera processor started for garage_interior: 486
2024-07-12 05:08:55.033319536  [2024-07-12 01:08:55] frigate.app                    INFO    : Camera processor started for front_porch: 488
2024-07-12 05:08:55.040581629  [2024-07-12 01:08:55] frigate.app                    INFO    : Camera processor started for back_deck: 490
2024-07-12 05:08:55.047948500  [2024-07-12 01:08:55] frigate.app                    INFO    : Capture process started for garage_exterior: 492
2024-07-12 05:08:55.055206006  [2024-07-12 01:08:55] frigate.app                    INFO    : Capture process started for garage_interior: 494
2024-07-12 05:08:55.063073251  [2024-07-12 01:08:55] frigate.app                    INFO    : Capture process started for front_porch: 497
2024-07-12 05:08:55.072174773  [2024-07-12 01:08:55] frigate.app                    INFO    : Capture process started for back_deck: 501

If you need my config file, I can post that too.

There has not been a new stable version update in many months. In this case the logs are saying the coral is not being detected. Perhaps try reseating the USB cable or try a different port / cable

Would you by chance be on a VM?

I did try and reset it once, I’m work on it more tonight and try again

Nope, not on VM but straight on my NUC as an addon. I use HAOS and have Frigate as a separate addon