frigate-hass-card: Forbidden media source identifier

Card fails show the camera live view with following error:

Failed to receive response from Home Assistant for request. [Check troubleshooting](https://github.com/dermotduffy/frigate-hass-card#troubleshooting).
{
  "request": {
    "type": "media_source/browse_media",
    "media_content_id": "media-source://frigate/frigate/event-search/clips////entrance_camera//",
    "id": 55
  },
  "response": {
    "code": "unknown_error",
    "message": "Forbidden media source identifier: frigate/event-search/clips////entrance_camera//"
  }
}

I’ve frigate nvr running as as a docker container and frigate hass integration set up and running.

Both google chrome and companion app show the same message.

Checklist:

  • I updated to the latest version available
  • I cleared the cache of my browser

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 15 (9 by maintainers)

Most upvoted comments

@dermotduffy - yes the setting is enabled.

Card diagnostics:

Card diagnostics. Please review for confidential information prior to sharing
{
  "ha_version": "2022.9.7",
  "card_version": "4.0.0",
  "browser": "Mozilla/5.0 (X11; CrOS x86_64 14989.107.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36",
  "date": "2022-10-01T14:58:32.793Z",
  "frigate_version": {
    "019e80ddc49f8f613bd153207ddb866e": "3.0.0/0.11.0-3846a13"
  },
  "lang": "en",
  "git": {
    "build_version": "4.0.0-HEAD+ge5a0bf4",
    "build_date": "Fri, 23 Sep 2022 00:27:16 GMT",
    "commit_date": "Thu, 22 Sep 2022 16:53:03 -0700"
  },
  "config": {
    "type": "custom:frigate-card",
    "cameras": [
      {
        "camera_entity": "camera.lounge_camera"
      }
    ]
  }
}