You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I setup the automatic backup feature on 2025.1.0b0 (thanks for adding this!), and selected my settings and saved. It created a backup immediately, however, when checking the backup page, it shows that I have no automatic backups, but there is 1 listed. Does this mean it just didn't run for the first time on its own or perhaps a bug:
FYI, I originaly setup the backup locations to all possible locations, 3 local and 1 Nabu Casa cloud. However, the backup is 13.1 GB and it failed to upload to Nabu Casa, so I checked off Nabu Casa:
just in case those logs are here:
Logger: homeassistant.components.backup
Source: components/cloud/backup.py:173
integration: Backup (documentation, issues)
First occurred: 10:30:20 AM (1 occurrences)
Last logged: 10:30:20 AM
Error during backup upload - Failed to get upload details
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/cloud/backup.py", line 164, in async_upload_backup
details = await async_files_upload_details(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<6 lines>...
)
^
File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/cloud_api.py", line 75, in check_token
return await func(cloud, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/hass_nabucasa/cloud_api.py", line 280, in async_files_upload_details
resp.raise_for_status()
~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 1161, in raise_for_status
raise ClientResponseError(
...<5 lines>...
)
aiohttp.client_exceptions.ClientResponseError: 400, message='Bad Request', url='https://servicehandlers.nabucasa.com/files/upload_details'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/cloud/backup.py", line 173, in async_upload_backup
raise BackupAgentError("Failed to get upload details") from err
homeassistant.components.backup.agent.BackupAgentError: Failed to get upload details
and
Logger: hass_nabucasa.cloud_api
Source: components/cloud/backup.py:164
First occurred: 10:30:20 AM (1 occurrences)
Last logged: 10:30:20 AM
Fetched https://servicehandlers.nabucasa.com/files/upload_details (400) NC-SH-FH-03 (b82da7663383417582fcb09aee097af3)
re-triggering the automatic backup with Nabu Casa clound option disabled, removes that error message on top and its a sucess:
What version of Home Assistant Core has the issue?
2025.1.0b0
What was the last working version of Home Assistant Core?
n/a new feature
What type of installation are you running?
Home Assistant OS
Integration causing the issue
backup
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
The text was updated successfully, but these errors were encountered:
Hey there @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration (backup) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of backup 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 backup 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.
The problem
hello!
I setup the automatic backup feature on 2025.1.0b0 (thanks for adding this!), and selected my settings and saved. It created a backup immediately, however, when checking the backup page, it shows that I have no automatic backups, but there is 1 listed. Does this mean it just didn't run for the first time on its own or perhaps a bug:
FYI, I originaly setup the backup locations to all possible locations, 3 local and 1 Nabu Casa cloud. However, the backup is 13.1 GB and it failed to upload to Nabu Casa, so I checked off Nabu Casa:
just in case those logs are here:
and
re-triggering the automatic backup with Nabu Casa clound option disabled, removes that error message on top and its a sucess:
What version of Home Assistant Core has the issue?
2025.1.0b0
What was the last working version of Home Assistant Core?
n/a new feature
What type of installation are you running?
Home Assistant OS
Integration causing the issue
backup
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
The text was updated successfully, but these errors were encountered: