home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.73k stars 28.88k forks source link

Fetch snapshot image failed from [camera name], falling back to FFmpeg #120506

Open tomlut opened 1 week ago

tomlut commented 1 week ago

The problem

The ONVIF integration is reporting the following error:

Logger: homeassistant.components.onvif Source: components/onvif/camera.py:147 integration: ONVIF (documentation, issues) First occurred: 18:03:16 (37 occurrences) Last logged: 18:16:42

Fetch snapshot image failed from Washing, falling back to FFmpeg; Unknown error: Server disconnected without sending a response. Fetch snapshot image failed from Deck Side, falling back to FFmpeg; Unknown error: Server disconnected without sending a response. Fetch snapshot image failed from Patio, falling back to FFmpeg; Unknown error: Server disconnected without sending a response. Fetch snapshot image failed from Mech WS, falling back to FFmpeg; Unknown error: Server disconnected without sending a response. Fetch snapshot image failed from Front, falling back to FFmpeg; Unknown error: Server disconnected without sending a response.

It appears that this has been a long standing issue, see stale issue here: https://github.com/home-assistant/core/issues/43376

This error occurs when visiting a dashboard with a picture entity card showing the camera or when taking snapshots via the camera.snapshot service.

What version of Home Assistant Core has the issue?

core-2024.6.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

ONVIF

Link to integration documentation on our website

https://www.home-assistant.io/integrations/onvif/

Diagnostics information

config_entry-onvif-2da250132f004a58465d275e60c14192.json

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 1 week ago

Hey there @hunterjm, mind taking a look at this issue as it has been labeled with an integration (onvif) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `onvif` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign onvif` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


onvif documentation onvif source (message by IssueLinks)