question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Forbidden media source identifier

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:15 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
rjleecommented, Oct 1, 2022

@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"
      }
    ]
  }
}
0reactions
dermotduffycommented, Oct 1, 2022

Fantastic! I’ll add this to the troubleshooting section of the README for future users who may have the same issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

'Forbidden media source identifier' error after update #849
I'm not sure why the card is having an issue accessing the media and if it's related to the companion card update or...
Read more >
Why am I seeing a 403 Forbidden error message?
The 403 Forbidden error is an HTTP status code which means that accessing the page or resource you were trying to reach is...
Read more >
HTTP Error 403 Forbidden Messages: What They Are & How ...
A 403 Forbidden error is an HTTP status code sent to users by an HTTP server when a user tries to access a...
Read more >
HTTP Error 403 Forbidden: What It Means and How to Fix It
The 403 (Forbidden) status code indicates that the server understood the request but refuses to authorize it...If authentication credentials ...
Read more >
403 Forbidden delta source not allowed Error - Infrastructure
If a host is identified as localhost , this can cause multiple agents to report under one entityId (a unique identifier assigned by...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found