blakeblackshear / frigate

NVR with realtime local object detection for IP cameras
https://frigate.video
MIT License
18.03k stars 1.65k forks source link

[Config Support]: Setting up NAS storage in HA #8205

Closed rchorowitz closed 9 months ago

rchorowitz commented 10 months ago

Describe the problem you are having

Hi All,

I am having difficulty setting up storage to a NAS.

I am running HA 2023.10.3 inside a Proxmox VM (v. 8.0.4) and attempting to connect to a Asustor NAS (AS5304T v. 4.2.4).

I have followed the configuration instructions to the best of my limited experience.

I have set up the additional storage in HA, and it seems to be running and connected.

As I follow the configuration steps, delete the media folder from HA and start Frigate, it seem creates a sub folder in the defined NAS folder called "images." It also creates the "frigate folder" in "media folder" in HA, in addition to the clips and recordings sub folders.

Everything is still been stored locally under the folders living in HA.

Version

0.12.1

Frigate config file

mqtt:
  enabled: True
  host: a0d7b954-emqx
  user: frigate
  password: Spike1234!

database:
  path: \\annie\frigate\frigate.db

detectors:
  coral:
    type: edgetpu
    device: usb

cameras:
  Garden:
    ffmpeg:
      inputs:
        - path: rtsp://192.168.1.95:554/h264?username=admin&password=123456
          roles:
            - record
        - path: rtsp://192.168.1.95:554/h264cif?username=admin&password=123456
          roles:
            - detect            
    record:
      enabled: True
    snapshots:
      enabled: True
    detect: 
      enabled: True
      width: 1280
      height: 720
      fps: 5
    objects:
      track:
        - person
        - car
        - dog 
        - bear
  back_door:
    ffmpeg:
      inputs:
        - path: rtsp://192.168.1.52:554/h264?username=admin&password=123456
          roles:
            - record
        - path: rtsp://192.168.1.52:554/h264cif?username=admin&password=123456
          roles:
            - detect            
    record:
      enabled: True
    snapshots:
      enabled: True
    detect: 
      enabled: True
      width: 1280
      height: 720
      fps: 5
    objects:
      track:
        - person
        - car
        - dog 
        - bear        
  back_deck:
    ffmpeg:
      inputs:
        - path: rtsp://192.168.1.104:554/h264?username=admin&password=123456
          roles:
            - record
        - path: rtsp://192.168.1.104:554/h264cif?username=admin&password=123456
          roles:
            - detect            
    record:
      enabled: True
    snapshots:
      enabled: True
    detect: 
      enabled: True
      width: 1280
      height: 720
      fps: 5
    objects:
      track:
        - person
        - car
        - dog 
        - bear
  front_side:
    ffmpeg:
      inputs:
        - path: rtsp://192.168.1.196:554/h264?username=admin&password=123456
          roles:
            - record
        - path: rtsp://192.168.1.196:554/h264cif?username=admin&password=123456
          roles:
            - detect            
    record:
      enabled: True
    snapshots:
      enabled: True
    detect: 
      enabled: True
      width: 1280
      height: 720
      fps: 5
    objects:
      track:
        - person
        - car
        - dog 
        - bear
  side_front:
    ffmpeg:
      inputs:
        - path: rtsp://192.168.1.68:554/h264?username=admin&password=123456
          roles:
            - record
        - path: rtsp://192.168.1.68:554/h264cif?username=admin&password=123456
          roles:
            - detect            
    record:
      enabled: True
    snapshots:
      enabled: True
    detect: 
      enabled: True
      width: 1280
      height: 720
      fps: 5
    objects:
      track:
        - person
        - car
        - dog 
        - bear
  pool2:
    ffmpeg:
      inputs:
        - path: rtsp://192.168.1.165:554/h264?username=admin&password=123456
          roles:
            - record
        - path: rtsp://192.168.1.165:554/h264cif?username=admin&password=123456
          roles:
            - detect            
    record:
      enabled: True
    snapshots:
      enabled: True
    detect: 
      enabled: True
      width: 1280
      height: 720
      fps: 5
    objects:
      track:
        - person
        - car
        - dog 
        - bear
  master_closet:
    ffmpeg:
      inputs:
        - path: rtsp://192.168.1.117:554/h264?username=admin&password=123456
          roles:
            - record
        - path: rtsp://192.168.1.117:554/h264cif?username=admin&password=123456
          roles:
            - detect            
    record:
      enabled: True
    snapshots:
      enabled: True
    detect: 
      enabled: True
      width: 1280
      height: 720
      fps: 5
    objects:
      track:
        - person
        - car
        - dog 
        - bear
  pool:
    ffmpeg:
      inputs:
        - path: rtsp://192.168.1.145:554/h264?username=admin&password=123456
          roles:
            - record
        - path: rtsp://192.168.1.145:554/h264cif?username=admin&password=123456
          roles:
            - detect            
    record:
      enabled: True
    snapshots:
      enabled: True
    detect: 
      enabled: True
      width: 1280
      height: 720
      fps: 5
    objects:
      track:
        - person
        - car
        - dog 
        - bear
  side_rear:
    ffmpeg:
      inputs:
        - path: rtsp://192.168.1.144:554/h264?username=admin&password=123456
          roles:
            - record
        - path: rtsp://192.168.1.144:554/h264cif?username=admin&password=123456
          roles:
            - detect            
    record:
      enabled: True
    snapshots:
      enabled: True
    detect: 
      enabled: True
      width: 1280
      height: 720
      fps: 5
    objects:
      track:
        - person
        - car
        - dog 
        - bear 
  Garage_PTZ:
    ffmpeg:
      inputs:
        - path: rtsp://192.168.1.123:554/h264?username=admin&password=123456
          roles:
            - record
        - path: rtsp://192.168.1.123:554/h264cif?username=admin&password=123456
          roles:
            - detect            
    record:
      enabled: True
    snapshots:
      enabled: True
    detect: 
      enabled: True
      width: 1280
      height: 720
      fps: 5
    objects:
      track:
        - person
        - car
        - dog 
        - bear
  garage_interior:
    ffmpeg:
      inputs:
        - path: rtsp://192.168.1.62:554/h264?username=admin&password=123456
          roles:
            - record
        - path: rtsp://192.168.1.62:554/h264cif?username=admin&password=123456
          roles:
            - detect            
    record:
      enabled: True
    snapshots:
      enabled: True
    detect: 
      enabled: True
      width: 1280
      height: 720
      fps: 5
    objects:
      track:
        - person
        - car
        - dog 
        - bear
    motion:
      mask:
        - 1229,697,1232,673,844,674,845,688

Relevant log output

2023-10-17 15:01:05.901560046  [INFO] Got IP address from supervisor: 192.168.1.186
s6-rc: info: service go2rtc-healthcheck successfully started
s6-rc: info: service frigate successfully started
s6-rc: info: service nginx: starting
2023-10-17 15:01:05.934101424  [INFO] Starting NGINX...
2023-10-17 15:01:05.935720212  [INFO] Got WebRTC port from supervisor: 8555
s6-rc: info: service nginx successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
2023-10-17 15:01:06.205597957  [INFO] Starting go2rtc...
2023-10-17 15:01:06.278296459  11:01:06.278 INF go2rtc version 1.2.0 linux/amd64
2023-10-17 15:01:06.278569147  11:01:06.278 INF [api] listen addr=:1984
2023-10-17 15:01:06.278766568  11:01:06.278 INF [rtsp] listen addr=:8554
2023-10-17 15:01:06.279123960  11:01:06.279 INF [srtp] listen addr=:8443
2023-10-17 15:01:06.279304676  11:01:06.279 INF [webrtc] listen addr=:8555
2023-10-17 15:01:07.030288789  [2023-10-17 11:01:07] frigate.app                    INFO    : Starting Frigate (0.12.1-367d724)
2023-10-17 15:01:07.082468565  [2023-10-17 11:01:07] frigate.app                    INFO    : Creating directory: /tmp/cache
2023-10-17 15:01:07.084338523  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Starting migrations
2023-10-17 15:01:07.178860709  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Migrate "001_create_events_table"
2023-10-17 15:01:07.178941759  [2023-10-17 11:01:07] peewee_migrate                 INFO    : sql ('CREATE TABLE IF NOT EXISTS "event" ("id" VARCHAR(30) NOT NULL PRIMARY KEY, "label" VARCHAR(20) NOT NULL, "camera" VARCHAR(20) NOT NULL, "start_time" DATETIME NOT NULL, "end_time" DATETIME NOT NULL, "top_score" REAL NOT NULL, "false_positive" INTEGER NOT NULL, "zones" JSON NOT NULL, "thumbnail" TEXT NOT NULL)',)
2023-10-17 15:01:07.179193229  [2023-10-17 11:01:07] peewee_migrate                 INFO    : sql ('CREATE INDEX IF NOT EXISTS "event_label" ON "event" ("label")',)
2023-10-17 15:01:07.179502929  [2023-10-17 11:01:07] peewee_migrate                 INFO    : sql ('CREATE INDEX IF NOT EXISTS "event_camera" ON "event" ("camera")',)
2023-10-17 15:01:07.180182336  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Done 001_create_events_table
2023-10-17 15:01:07.253719858  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Migrate "002_add_clip_snapshot"
2023-10-17 15:01:07.253752745  [2023-10-17 11:01:07] peewee_migrate                 INFO    : add_column ('event', 'has_clip', <BooleanField: Event.has_clip>)
2023-10-17 15:01:07.255895144  [2023-10-17 11:01:07] peewee_migrate                 INFO    : add_column ('event', 'has_snapshot', <BooleanField: Event.has_snapshot>)
2023-10-17 15:01:07.257477953  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Done 002_add_clip_snapshot
2023-10-17 15:01:07.328647614  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Migrate "003_create_recordings_table"
2023-10-17 15:01:07.328715440  [2023-10-17 11:01:07] peewee_migrate                 INFO    : sql ('CREATE TABLE IF NOT EXISTS "recordings" ("id" VARCHAR(30) NOT NULL PRIMARY KEY, "camera" VARCHAR(20) NOT NULL, "path" VARCHAR(255) NOT NULL, "start_time" DATETIME NOT NULL, "end_time" DATETIME NOT NULL, "duration" REAL NOT NULL)',)
2023-10-17 15:01:07.328877249  [2023-10-17 11:01:07] peewee_migrate                 INFO    : sql ('CREATE INDEX IF NOT EXISTS "recordings_camera" ON "recordings" ("camera")',)
2023-10-17 15:01:07.329210061  [2023-10-17 11:01:07] peewee_migrate                 INFO    : sql ('CREATE UNIQUE INDEX IF NOT EXISTS "recordings_path" ON "recordings" ("path")',)
2023-10-17 15:01:07.329431511  [2023-10-17 11:01:07] peewee_migrate                 INFO    : sql ('CREATE INDEX IF NOT EXISTS "recordings_start_time_end_time" ON "recordings" (start_time, end_time)',)
2023-10-17 15:01:07.329951731  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Done 003_create_recordings_table
2023-10-17 15:01:07.395929398  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Migrate "004_add_bbox_region_area"
2023-10-17 15:01:07.395985664  [2023-10-17 11:01:07] peewee_migrate                 INFO    : add_column ('event', 'region', <JSONField: Event.region>)
2023-10-17 15:01:07.397885348  [2023-10-17 11:01:07] peewee_migrate                 INFO    : add_column ('event', 'box', <JSONField: Event.box>)
2023-10-17 15:01:07.399340806  [2023-10-17 11:01:07] peewee_migrate                 INFO    : add_column ('event', 'area', <IntegerField: Event.area>)
2023-10-17 15:01:07.401369692  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Done 004_add_bbox_region_area
2023-10-17 15:01:07.462767739  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Migrate "005_make_end_time_nullable"
2023-10-17 15:01:07.462847990  [2023-10-17 11:01:07] peewee_migrate                 INFO    : drop_not_null ('event', 'end_time')
2023-10-17 15:01:07.464484825  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Done 005_make_end_time_nullable
2023-10-17 15:01:07.532157659  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Migrate "006_add_motion_active_objects"
2023-10-17 15:01:07.532280751  [2023-10-17 11:01:07] peewee_migrate                 INFO    : add_column ('recordings', 'objects', <IntegerField: Recordings.objects>)
2023-10-17 15:01:07.532754950  [2023-10-17 11:01:07] peewee_migrate                 INFO    : add_column ('recordings', 'motion', <IntegerField: Recordings.motion>)
2023-10-17 15:01:07.533389939  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Done 006_add_motion_active_objects
2023-10-17 15:01:07.572121385  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Migrate "007_add_retain_indefinitely"
2023-10-17 15:01:07.572224095  [2023-10-17 11:01:07] peewee_migrate                 INFO    : add_column ('event', 'retain_indefinitely', <BooleanField: Event.retain_indefinitely>)
2023-10-17 15:01:07.574183052  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Done 007_add_retain_indefinitely
2023-10-17 15:01:07.624086475  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Migrate "008_add_sub_label"
2023-10-17 15:01:07.624194040  [2023-10-17 11:01:07] peewee_migrate                 INFO    : add_column ('event', 'sub_label', <CharField: Event.sub_label>)
2023-10-17 15:01:07.624835537  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Done 008_add_sub_label
2023-10-17 15:01:07.664623625  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Migrate "009_add_object_filter_ratio"
2023-10-17 15:01:07.664742703  [2023-10-17 11:01:07] peewee_migrate                 INFO    : add_column ('event', 'ratio', <FloatField: Event.ratio>)
2023-10-17 15:01:07.667575433  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Done 009_add_object_filter_ratio
2023-10-17 15:01:07.715816324  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Migrate "010_add_plus_image_id"
2023-10-17 15:01:07.715837696  [2023-10-17 11:01:07] peewee_migrate                 INFO    : add_column ('event', 'plus_id', <CharField: Event.plus_id>)
2023-10-17 15:01:07.716574385  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Done 010_add_plus_image_id
2023-10-17 15:01:07.755217966  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Migrate "011_update_indexes"
2023-10-17 15:01:07.755322083  [2023-10-17 11:01:07] peewee_migrate                 INFO    : sql ('CREATE INDEX "event_start_time_end_time" ON "event" ("start_time" DESC, "end_time" DESC)',)
2023-10-17 15:01:07.755612653  [2023-10-17 11:01:07] peewee_migrate                 INFO    : sql ('DROP INDEX recordings_start_time_end_time',)
2023-10-17 15:01:07.755840480  [2023-10-17 11:01:07] peewee_migrate                 INFO    : sql ('CREATE INDEX "recordings_end_time_start_time" ON "recordings" ("end_time" DESC, "start_time" DESC)',)
2023-10-17 15:01:07.756363031  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Done 011_update_indexes
2023-10-17 15:01:07.808148625  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Migrate "012_add_segment_size"
2023-10-17 15:01:07.808203492  [2023-10-17 11:01:07] peewee_migrate                 INFO    : add_column ('recordings', 'segment_size', <FloatField: Recordings.segment_size>)
2023-10-17 15:01:07.810395667  [2023-10-17 11:01:07] peewee_migrate                 INFO    : Done 012_add_segment_size
2023-10-17 15:01:07.902353224  [2023-10-17 11:01:07] detector.coral                 INFO    : Starting detection process: 443
2023-10-17 15:01:07.903786331  [2023-10-17 11:01:07] frigate.app                    INFO    : Output process started: 445
2023-10-17 15:01:07.911063506  [2023-10-17 11:01:07] frigate.app                    INFO    : Camera processor started for Garden: 451
2023-10-17 15:01:07.916631359  [2023-10-17 11:01:07] frigate.app                    INFO    : Camera processor started for back_door: 453
2023-10-17 15:01:07.922248323  [2023-10-17 11:01:07] frigate.app                    INFO    : Camera processor started for back_deck: 455
2023-10-17 15:01:07.929759108  [2023-10-17 11:01:07] frigate.app                    INFO    : Camera processor started for front_side: 457
2023-10-17 15:01:07.939692056  [2023-10-17 11:01:07] frigate.app                    INFO    : Camera processor started for side_front: 459
2023-10-17 15:01:07.939807100  [2023-10-17 11:01:07] frigate.app                    INFO    : Camera processor started for pool2: 461
2023-10-17 15:01:07.945967679  [2023-10-17 11:01:07] frigate.app                    INFO    : Camera processor started for master_closet: 463
2023-10-17 15:01:07.951624144  [2023-10-17 11:01:07] frigate.app                    INFO    : Camera processor started for pool: 464
2023-10-17 15:01:07.957778199  [2023-10-17 11:01:07] frigate.app                    INFO    : Camera processor started for side_rear: 466
2023-10-17 15:01:07.962560868  [2023-10-17 11:01:07] frigate.app                    INFO    : Camera processor started for Garage_PTZ: 468
2023-10-17 15:01:07.969472974  [2023-10-17 11:01:07] frigate.app                    INFO    : Camera processor started for garage_interior: 470
2023-10-17 15:01:07.974610252  [2023-10-17 11:01:07] frigate.app                    INFO    : Capture process started for Garden: 472
2023-10-17 15:01:07.986511019  [2023-10-17 11:01:07] frigate.app                    INFO    : Capture process started for back_door: 475
2023-10-17 15:01:07.986514309  [2023-10-17 11:01:07] frigate.app                    INFO    : Capture process started for back_deck: 477
2023-10-17 15:01:07.992774468  [2023-10-17 11:01:07] frigate.app                    INFO    : Capture process started for front_side: 482
2023-10-17 15:01:07.998073551  [2023-10-17 11:01:07] frigate.app                    INFO    : Capture process started for side_front: 484
2023-10-17 15:01:08.004071044  [2023-10-17 11:01:08] frigate.app                    INFO    : Capture process started for pool2: 496
2023-10-17 15:01:08.017075057  [2023-10-17 11:01:08] frigate.app                    INFO    : Capture process started for master_closet: 522
2023-10-17 15:01:08.022890300  [2023-10-17 11:01:08] frigate.app                    INFO    : Capture process started for pool: 527
2023-10-17 15:01:08.029718333  [2023-10-17 11:01:08] frigate.app                    INFO    : Capture process started for side_rear: 531
2023-10-17 15:01:08.038937591  [2023-10-17 11:01:08] frigate.app                    INFO    : Capture process started for Garage_PTZ: 537
2023-10-17 15:01:08.040681596  [2023-10-17 11:01:08] frigate.app                    INFO    : Capture process started for garage_interior: 543
2023-10-17 15:01:10.685172050  [2023-10-17 11:01:07] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as usb
2023-10-17 15:01:10.690143654  [2023-10-17 11:01:10] frigate.detectors.plugins.edgetpu_tfl INFO    : TPU found
2023-10-17 15:01:13.934674126  172.30.32.1 - - [17/Oct/2023:11:01:13 -0400] "GET /api/stats HTTP/1.1" 200 5370 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-"
2023-10-17 15:01:15.896246164  [INFO] Starting go2rtc healthcheck service...
2023-10-17 15:01:21.839556452  172.30.32.1 - - [17/Oct/2023:11:01:21 -0400] "GET /api/stats HTTP/1.1" 200 5376 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-"
2023-10-17 15:01:29.856683074  172.30.32.1 - - [17/Oct/2023:11:01:29 -0400] "GET /api/stats HTTP/1.1" 200 5380 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-"
2023-10-17 15:01:37.841524131  172.30.32.1 - - [17/Oct/2023:11:01:37 -0400] "GET /api/stats HTTP/1.1" 200 5412 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-"
2023-10-17 15:01:45.838388441  172.30.32.1 - - [17/Oct/2023:11:01:45 -0400] "GET /api/stats HTTP/1.1" 200 5378 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-"
2023-10-17 15:01:53.842884611  172.30.32.1 - - [17/Oct/2023:11:01:53 -0400] "GET /api/stats HTTP/1.1" 200 5396 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-"
2023-10-17 15:02:01.851407630  172.30.32.1 - - [17/Oct/2023:11:02:01 -0400] "GET /api/stats HTTP/1.1" 200 5365 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-"
2023-10-17 15:02:09.844930929  172.30.32.1 - - [17/Oct/2023:11:02:09 -0400] "GET /api/stats HTTP/1.1" 200 5381 "-" "HomeAssistant/2023.10.3 aiohttp/3.8.5 Python/3.11" "-"

This is from the Host Log:

Oct 17 14:54:33 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722ce0 trb-start 00000001037229b0 trb-end 0000000103722c80 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:33 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:33 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722cf0 trb-start 00000001037229b0 trb-end 0000000103722c80 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:33 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:33 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722d00 trb-start 00000001037229b0 trb-end 0000000103722cb0 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:33 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:33 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722d10 trb-start 00000001037229b0 trb-end 0000000103722cb0 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:33 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:33 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722d20 trb-start 00000001037229b0 trb-end 0000000103722cb0 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:39 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:39 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722d30 trb-start 00000001037229b0 trb-end 0000000103722cd0 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:39 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:39 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722d40 trb-start 00000001037229b0 trb-end 0000000103722cd0 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:39 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:39 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722d50 trb-start 00000001037229b0 trb-end 0000000103722d00 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:39 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:39 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722d60 trb-start 00000001037229b0 trb-end 0000000103722d00 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:39 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:39 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722d70 trb-start 00000001037229b0 trb-end 0000000103722d00 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:39 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:39 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722d80 trb-start 00000001037229b0 trb-end 0000000103722d30 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:39 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:39 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722d90 trb-start 00000001037229b0 trb-end 0000000103722d30 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:39 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:39 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722da0 trb-start 00000001037229b0 trb-end 0000000103722d30 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:44 homeassistant systemd[1]: run-docker-runtime\x2drunc-moby-088a45fc361e1964768f82b6da37c499be6b3960e4cc7ce0882b7151eb505a9e-runc.VEzoCn.mount: Deactivated successfully.
Oct 17 14:54:45 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:45 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722db0 trb-start 00000001037229b0 trb-end 0000000103722d50 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:45 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:45 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722dc0 trb-start 00000001037229b0 trb-end 0000000103722d50 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:45 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:45 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722dd0 trb-start 00000001037229b0 trb-end 0000000103722d80 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:45 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:45 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722de0 trb-start 00000001037229b0 trb-end 0000000103722d80 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:45 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:45 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722df0 trb-start 00000001037229b0 trb-end 0000000103722d80 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:45 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:45 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722e00 trb-start 00000001037229b0 trb-end 0000000103722db0 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:45 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:45 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722e10 trb-start 00000001037229b0 trb-end 0000000103722db0 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:45 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:45 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722e20 trb-start 00000001037229b0 trb-end 0000000103722db0 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:50 homeassistant systemd[1]: run-docker-runtime\x2drunc-moby-6faa4ba2ea0b30a464a3525a5fc9fff870bd2eb32d3f5b921651ef81d26a13f2-runc.hBDCIF.mount: Deactivated successfully.
Oct 17 14:54:51 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:51 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722e30 trb-start 00000001037229b0 trb-end 0000000103722dd0 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:51 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:51 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722e40 trb-start 00000001037229b0 trb-end 0000000103722dd0 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:51 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:51 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722e50 trb-start 00000001037229b0 trb-end 0000000103722e00 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:51 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:51 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722e60 trb-start 00000001037229b0 trb-end 0000000103722e00 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:51 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:51 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722e70 trb-start 00000001037229b0 trb-end 0000000103722e00 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:51 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:51 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722e90 trb-start 00000001037229b0 trb-end 0000000103722e30 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:51 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:51 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722ea0 trb-start 00000001037229b0 trb-end 0000000103722e30 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:57 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:57 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722eb0 trb-start 00000001037229b0 trb-end 0000000103722e50 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:57 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 13
Oct 17 14:54:57 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722ec0 trb-start 00000001037229b0 trb-end 0000000103722e50 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:57 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:57 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722ed0 trb-start 00000001037229b0 trb-end 0000000103722e80 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:57 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:57 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722ee0 trb-start 00000001037229b0 trb-end 0000000103722e80 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:57 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:57 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722ef0 trb-start 00000001037229b0 trb-end 0000000103722e80 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:57 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:57 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722f10 trb-start 00000001037229b0 trb-end 0000000103722eb0 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:54:57 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:54:57 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722f20 trb-start 00000001037229b0 trb-end 0000000103722eb0 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:55:03 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:55:03 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722f30 trb-start 00000001037229b0 trb-end 0000000103722ed0 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:55:03 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:55:03 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722f40 trb-start 00000001037229b0 trb-end 0000000103722ed0 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:55:03 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:55:03 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722f50 trb-start 00000001037229b0 trb-end 0000000103722f00 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:55:03 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:55:03 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722f60 trb-start 00000001037229b0 trb-end 0000000103722f00 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:55:03 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:55:03 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722f70 trb-start 00000001037229b0 trb-end 0000000103722f00 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:55:03 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:55:03 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722f80 trb-start 00000001037229b0 trb-end 0000000103722f30 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:55:03 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:55:03 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722f90 trb-start 00000001037229b0 trb-end 0000000103722f30 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:55:03 homeassistant kernel: xhci_hcd 0000:01:1b.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 2 comp_code 1
Oct 17 14:55:03 homeassistant kernel: xhci_hcd 0000:01:1b.0: Looking for event-dma 0000000103722fa0 trb-start 00000001037229b0 trb-end 0000000103722f30 seg-start 0000000103722000 seg-end 0000000103722ff0
Oct 17 14:55:08 homeassistant kernel: usb 3-1: reset SuperSpeed USB device number 6 using xhci_hcd
Oct 17 14:55:08 homeassistant kernel: usb 3-1: LPM exit latency is zeroed, disabling LPM.
Oct 17 14:55:15 homeassistant systemd[1]: run-docker-runtime\x2drunc-moby-2a4f2c03ce3f8d4902fcd7b917e1f753e772ff79e8d9fcfd90d0b0512bc5f5df-runc.ZrTGFy.mount: Deactivated successfully.
Oct 17 14:55:15 homeassistant systemd[1]: run-docker-runtime\x2drunc-moby-088a45fc361e1964768f82b6da37c499be6b3960e4cc7ce0882b7151eb505a9e-runc.bQkHGu.mount: Deactivated successfully.
Oct 17 14:55:21 homeassistant systemd[1]: run-docker-runtime\x2drunc-moby-6faa4ba2ea0b30a464a3525a5fc9fff870bd2eb32d3f5b921651ef81d26a13f2-runc.jURcAT.mount: Deactivated successfully.
Oct 17 14:55:36 homeassistant systemd[1]: run-docker-runtime\x2drunc-moby-6faa4ba2ea0b30a464a3525a5fc9fff870bd2eb32d3f5b921651ef81d26a13f2-runc.4FxHZr.mount: Deactivated successfully.
Oct 17 14:55:46 homeassistant systemd[1]: run-docker-runtime\x2drunc-moby-6faa4ba2ea0b30a464a3525a5fc9fff870bd2eb32d3f5b921651ef81d26a13f2-runc.sC5vC9.mount: Deactivated successfully.
Oct 17 14:56:53 homeassistant systemd[1]: run-docker-runtime\x2drunc-moby-6faa4ba2ea0b30a464a3525a5fc9fff870bd2eb32d3f5b921651ef81d26a13f2-runc.AjBiPU.mount: Deactivated successfully.
Oct 17 14:57:16 homeassistant systemd[1]: run-docker-runtime\x2drunc-moby-2a4f2c03ce3f8d4902fcd7b917e1f753e772ff79e8d9fcfd90d0b0512bc5f5df-runc.7ucDRS.mount: Deactivated successfully.
Oct 17 14:58:25 homeassistant kernel: audit: type=1334 audit(1697554705.801:671): prog-id=189 op=LOAD
Oct 17 14:58:25 homeassistant systemd-timesyncd[493]: Network configuration changed, trying to establish connection.
Oct 17 14:58:25 homeassistant systemd[1]: Started Journal Gateway Service.
Oct 17 14:58:26 homeassistant systemd-journal-gatewayd[1777917]: microhttpd: MHD_OPTION_EXTERNAL_LOGGER is not the first option specified for the daemon. Some messages may be printed by the standard MHD logger.
Oct 17 14:58:26 homeassistant systemd-timesyncd[493]: Contacted time server 162.159.200.1:123 (time.cloudflare.com).

Frigate stats

No response

Operating system

Proxmox

Install method

HassOS Addon

Coral version

USB

Any other information that may be helpful

No response

NickM-27 commented 10 months ago

if you have followed the docs correctly then it will not store the media on the HA device itself. This is a common misconception because the folder is still present, however it is simply the mount of the NAS

See https://community.home-assistant.io/t/frigate-records-on-nas-and-home-assistant/617078/5

rchorowitz commented 10 months ago

I am doing something wrong.

The folder on the NAS is still empty and the one in HA is growing.

From: Nicolas Mowen @.> Sent: Tuesday, October 17, 2023 11:21 AM To: blakeblackshear/frigate @.> Cc: Rob Horowitz @.>; Author @.> Subject: Re: [blakeblackshear/frigate] [Config Support]: Setting up NAS storage in HA (Issue #8205)

if you have followed the docs correctly then it will not store the media on the HA device itself. This is a common misconception because the folder is still present, however it is simply the mount of the NAS

See https://community.home-assistant.io/t/frigate-records-on-nas-and-home-assistant/617078/5

— Reply to this email directly, view it on GitHubhttps://github.com/blakeblackshear/frigate/issues/8205#issuecomment-1766640500, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BBTSCPMC3KMVUBUKEYJVPBLX72O6PAVCNFSM6AAAAAA6EATGBCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRWGY2DANJQGA. You are receiving this because you authored the thread.Message ID: @.**@.>>

NickM-27 commented 10 months ago

what is the share called in HA and what is its type?

rchorowitz commented 10 months ago

It is set up as media with a share name of frigate

From: Nicolas Mowen @.> Sent: Tuesday, October 17, 2023 11:53 AM To: blakeblackshear/frigate @.> Cc: Rob Horowitz @.>; Author @.> Subject: Re: [blakeblackshear/frigate] [Config Support]: Setting up NAS storage in HA (Issue #8205)

what is the share called in HA and what is its type?

— Reply to this email directly, view it on GitHubhttps://github.com/blakeblackshear/frigate/issues/8205#issuecomment-1766703223, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BBTSCPK47QZC62MMZ4KA27LX72SUBAVCNFSM6AAAAAA6EATGBCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRWG4YDGMRSGM. You are receiving this because you authored the thread.Message ID: @.**@.>>

NickM-27 commented 10 months ago

then it should be working as expected unless there is some error with the share, that would show in the supervisor logs

rchorowitz commented 10 months ago

The only thing in the supervisor log related to frigate is:

23-10-17 15:20:21 WARNING (SyncWorker_10) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of Frigate (Full Access) Beta (0.13.0)

23-10-17 15:20:22 WARNING (SyncWorker_1) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of Frigate (Full Access) Beta (0.13.0)

23-10-17 15:20:29 WARNING (MainThread) [supervisor.misc.tasks] Watchdog miss API response from Home Assistant

23-10-17 16:12:28 WARNING (SyncWorker_8) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of Frigate (Full Access) Beta (0.13.0)

23-10-17 16:12:29 WARNING (SyncWorker_2) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of Frigate (Full Access) Beta (0.13.0)

From: Nicolas Mowen @.> Sent: Tuesday, October 17, 2023 12:00 PM To: blakeblackshear/frigate @.> Cc: Rob Horowitz @.>; Author @.> Subject: Re: [blakeblackshear/frigate] [Config Support]: Setting up NAS storage in HA (Issue #8205)

then it should be working as expected unless there is some error with the share, that would show in the supervisor logs

— Reply to this email directly, view it on GitHubhttps://github.com/blakeblackshear/frigate/issues/8205#issuecomment-1766716918, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BBTSCPOVWDRAAHKTDLKQUUDX72TQ3AVCNFSM6AAAAAA6EATGBCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRWG4YTMOJRHA. You are receiving this because you authored the thread.Message ID: @.**@.>>

github-actions[bot] commented 9 months ago

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.