Forbidden media source identifier
See original GitHub issueCard 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:
- Created a year ago
- Comments:15 (9 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dermotduffy - yes the setting is enabled.
Card diagnostics:
Fantastic! I’ll add this to the troubleshooting section of the README for future users who may have the same issue.