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
71.07k stars 29.73k forks source link

Failed to to call /backups/reload when Storage for Backups is defined #122110

Open donburch888 opened 1 month ago

donburch888 commented 1 month ago

The problem

When "Storage" is configured for Backup (using CIFS protocol), the Backups page shows "You don't have any backups yet." whether I use local data disk or the Storage image

and generates errors in the Home Assistant Core log:

Logger: homeassistant.components.hassio.handler
Source: components/hassio/handler.py:615
integration: Home Assistant Supervisor (documentation, issues)
First occurred: 10:51:49 am (9 occurrences)
Last logged: 11:28:19 am

Timeout on /backups/reload request
Timeout on /backups request
Timeout on /host/info request
Timeout on /addons request

and

Logger: homeassistant.components.hassio
Source: components/hassio/websocket_api.py:135
integration: Home Assistant Supervisor (documentation, issues)
First occurred: 10:51:49 am (9 occurrences)
Last logged: 11:28:19 am

Failed to to call /backups/reload -
Failed to to call /backups -
Failed to to call /host/info -
Failed to to call /addons -

If I delete the Storage entry for Backup, the problem is resolved. image

What version of Home Assistant Core has the issue?

core-2024.7.2

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

No response

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

jsco2t commented 1 month ago

Having a similar issue. Backups are being created - but the listing for backups does not show-up. In my case I have backups being stored on a samba/network share. I have verified the backups are created (by looking at the network share). However I cannot list them in the HA backup web UI.

Reported error in log was:

Logger: homeassistant.components.hassio.handler
Source: components/hassio/handler.py:615
integration: Home Assistant Supervisor ([documentation](https://www.home-assistant.io/integrations/hassio), [issues](https://github.com/home-assistant/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+hassio%22))
First occurred: 11:08:11 AM (7 occurrences)
Last logged: 11:11:44 AM

    Timeout on /backups/reload request
    Timeout on /host/info request
    Timeout on /backups request
home-assistant[bot] commented 1 month ago

Hey there @home-assistant/supervisor, mind taking a look at this issue as it has been labeled with an integration (hassio) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `hassio` 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 hassio` 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)


hassio documentation hassio source (message by IssueLinks)

mazzy89 commented 1 month ago

Same here. I cannot anymore list backups

xmattex73 commented 3 weeks ago

Same here. only for network device. Local Backups are running and display

boinjoe commented 2 weeks ago

same at my HA. No backup will be listed. Failure in protokoll: Failed to to call /backups/reload - Failed to to call /host/info - Failed to to call /backups - Failed to to call /addons -