Jump to content

jjthacker

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by jjthacker

  1. My Coral dual PCIE is not being detected. I have the Coral drivers installed and their details are shown in the attached screenshot.

     

    [QUICK NOTE]

    I have just borrowed a friend's USB Coral and changed the config file to reflect this and it worked perfectly.

     

    In the logs the following appears:

     

    Quote

    2023-04-13 12:04:00.703184652  [2023-04-13 12:04:00] detector.coral1                INFO    : Starting detection process: 1298
    2023-04-13 12:04:00.723683496  [2023-04-13 12:04:00] detector.coral2                INFO    : Starting detection process: 1300
    2023-04-13 12:04:00.725516339  [2023-04-13 12:04:00] frigate.app                    INFO    : Output process started: 1303
    2023-04-13 12:04:00.725547730  Process detector:coral1:
    2023-04-13 12:04:00.725557295  Process detector:coral2:
    2023-04-13 12:04:00.725648503  [2023-04-13 12:04:00] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as pci:0
    2023-04-13 12:04:00.725752516  [2023-04-13 12:04:00] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as pci:1
    2023-04-13 12:04:00.725839798  [2023-04-13 12:04:00] frigate.detectors.plugins.edgetpu_tfl ERROR   : No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors.
    2023-04-13 12:04:00.725917660  [2023-04-13 12:04:00] frigate.detectors.plugins.edgetpu_tfl ERROR   : No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors.
    2023-04-13 12:04:00.725993291  [2023-04-13 12:04:00] frigate.app                    INFO    : Camera processor started for porch: 1309
    2023-04-13 12:04:00.727005835  Traceback (most recent call last):
    2023-04-13 12:04:00.727039217    File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 160, in load_delegate
    2023-04-13 12:04:00.727042054      delegate = Delegate(library, options)
    2023-04-13 12:04:00.727044403    File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 119, in __init__
    2023-04-13 12:04:00.727051117      raise ValueError(capture.message)
    2023-04-13 12:04:00.727066268  ValueError
    2023-04-13 12:04:00.727089085  
    2023-04-13 12:04:00.727091786  During handling of the above exception, another exception occurred:
    2023-04-13 12:04:00.727093511  
    2023-04-13 12:04:00.727095620  Traceback (most recent call last):
    2023-04-13 12:04:00.727129816    File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
    2023-04-13 12:04:00.727132937      self.run()
    2023-04-13 12:04:00.727135738    File "/usr/lib/python3.9/multiprocessing/process.py", line 108, in run
    2023-04-13 12:04:00.727138191      self._target(*self._args, **self._kwargs)
    2023-04-13 12:04:00.727193478    File "/opt/frigate/frigate/object_detection.py", line 98, in run_detector
    2023-04-13 12:04:00.727196994      object_detector = LocalObjectDetector(detector_config=detector_config)
    2023-04-13 12:04:00.727199090    File "/opt/frigate/frigate/object_detection.py", line 52, in __init__
    2023-04-13 12:04:00.727201224      self.detect_api = create_detector(detector_config)
    2023-04-13 12:04:00.727203289    File "/opt/frigate/frigate/detectors/__init__.py", line 24, in create_detector
    2023-04-13 12:04:00.727220950      return api(detector_config)
    2023-04-13 12:04:00.727223521    File "/opt/frigate/frigate/detectors/plugins/edgetpu_tfl.py", line 37, in __init__
    2023-04-13 12:04:00.727226657      edge_tpu_delegate = load_delegate("libedgetpu.so.1.0", device_config)
    2023-04-13 12:04:00.727228624  Traceback (most recent call last):
    2023-04-13 12:04:00.727230850    File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 162, in load_delegate
    2023-04-13 12:04:00.727262531      raise ValueError('Failed to load delegate from {}\n{}'.format(
    2023-04-13 12:04:00.727281680  ValueError: Failed to load delegate from libedgetpu.so.1.0
    2023-04-13 12:04:00.727283567  
    2023-04-13 12:04:00.727285863    File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 160, in load_delegate
    2023-04-13 12:04:00.727287558      delegate = Delegate(library, options)
    2023-04-13 12:04:00.727289508    File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 119, in __init__
    2023-04-13 12:04:00.727291264      raise ValueError(capture.message)
    2023-04-13 12:04:00.727292795  ValueError
    2023-04-13 12:04:00.727294316  
    2023-04-13 12:04:00.727296229  During handling of the above exception, another exception occurred:
    2023-04-13 12:04:00.727297863  
    2023-04-13 12:04:00.727299544  Traceback (most recent call last):
    2023-04-13 12:04:00.727301691    File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
    2023-04-13 12:04:00.727303265      self.run()
    2023-04-13 12:04:00.727305438    File "/usr/lib/python3.9/multiprocessing/process.py", line 108, in run
    2023-04-13 12:04:00.727307372      self._target(*self._args, **self._kwargs)
    2023-04-13 12:04:00.727323348    File "/opt/frigate/frigate/object_detection.py", line 98, in run_detector
    2023-04-13 12:04:00.727325849      object_detector = LocalObjectDetector(detector_config=detector_config)
    2023-04-13 12:04:00.727328069    File "/opt/frigate/frigate/object_detection.py", line 52, in __init__
    2023-04-13 12:04:00.727329819      self.detect_api = create_detector(detector_config)
    2023-04-13 12:04:00.727331732    File "/opt/frigate/frigate/detectors/__init__.py", line 24, in create_detector
    2023-04-13 12:04:00.727333481      return api(detector_config)
    2023-04-13 12:04:00.727335704    File "/opt/frigate/frigate/detectors/plugins/edgetpu_tfl.py", line 37, in __init__
    2023-04-13 12:04:00.727337811      edge_tpu_delegate = load_delegate("libedgetpu.so.1.0", device_config)
    2023-04-13 12:04:00.727340114    File "/usr/lib/python3/dist-packages/tflite_runtime/interpreter.py", line 162, in load_delegate
    2023-04-13 12:04:00.727342428      raise ValueError('Failed to load delegate from {}\n{}'.format(
    2023-04-13 12:04:00.727344235  ValueError: Failed to load delegate from libedgetpu.so.1.0

     

    CoralTPUs.jpg

  2. 19 hours ago, ati said:

    I am struggling to figure out what happened to my container. Yesterday I had a momentary power loss which resulted in my internet going down, but my UPS kept my unRAID server online. I restored the internet and found my container GUI inaccessible a day or so later. I figure it was related to the internet loss and breaking the VPN connection. No biggie. I restarted the container to re-establish the connection and have no luck getting back into the GUI. Nothing has changed. No configuration change, nothing, but now it won't seem to work. 

     

    ***snip***

     

     

    I am having this problem as well, except no Internet outage in my case, just my container refusing to let me connect. My symptoms are otherwise identical.

  3. Love the app was very impressed with my initial testing, but I am having an issue with files not being converted/ignored. I have a simple "convert video" flow. When I add files to be converted, they appear momentarily on the dashboard and then disappear, not even appearing in the "library files" section. When I root through the log files I find this in one:

     

    Quote

    ==============================================================================
    ===                      PROCESSING NODE OUTPUT START                      ===
    ==============================================================================
    Base URL: http://localhost:5000
    Address: INTERNAL_NODE
    Making request[GET]: http://localhost:5000/api/node/by-address/INTERNAL_NODE
    Waiting on node task
    Completed node task
    Node SignalrUrl: http://localhost:5000/flow
    Making request[GET]: http://localhost:5000/api/library-file/2f233b7d-48ae-469d-8482-236b798319e2
    Making request[GET]: http://localhost:5000/api/library/5ca1e8eb-96db-4b69-b56b-2298bbfde72c
    Library file does not exist, deleting from library files: /media/SabNZBD/complete/Snowpiercer.S03E02.720p.HEVC.x265-MeGusta.mkv
    Making request[DELETE]: http://localhost:5000/api/library-file
    Exit Code: 0

    ==============================================================================
    ===                       PROCESSING NODE OUTPUT END                       ===
    ==============================================================================
     

     

    My issues are:

     

    a) the files definitely exist, are still in the indicated initial folder and are not deleted

     

    b) the files never appeared in the library files section of the UI at all

     

    This is happening with every file

     

    Any ideas what could be causing this and how I can fix it? Thanks.

  4. Has anybody figured out the SESSION ERROR problem? I am another of those affected by this.

     

    I can log in the initial front end page, but only if I use my external domain name. It won't work if I refer to the site using the IP address. It also fails when I try to connect to the admin page, either using IP address or domain name.

     

    I think that it is probably related to my LetsEncrypt proxy configuration, but I don't understand why it broke at the last update. It worked fine until then.

     

    I looked at the link kindly provided by aptalca, but none of the suggested issues seem to belong to my configuration. I already had default and admin locations in my proxy configuration.

  5. 6 minutes ago, aptalca said:

    It's been discussed to death. Harmless lua error. Unrelated.

     

    Server ready means nginx is up and running. Check your dns settings and port forwarding

    Thanks for the advice. Turns out that the port forwarding on my router was screwed up when I changed the NIC in my server. Turns out it did port forwarding by MAC address not IP address.

×
×
  • Create New...