Witam.
Zrobiłem snapshota na HA (na VM Proxmox) następnie chciałem go przywrócić na nowy systemie zrobionym na Debianie (docker).
Wyskakuje komunikat Snapshot upload failed.
Czy to przez to że snapshot z VM ?
20-10-25 11:52:25 INFO (MainThread) [supervisor.api.security] /core/info access from cebe7a76_hassio_google_drive_backup
20-10-25 11:52:25 INFO (MainThread) [supervisor.api.security] /supervisor/info access from cebe7a76_hassio_google_drive_backup
20-10-25 11:52:25 INFO (MainThread) [supervisor.api.security] /snapshots access from cebe7a76_hassio_google_drive_backup
20-10-25 11:52:25 INFO (MainThread) [supervisor.api.security] /snapshots/a8cd0f47/info access from cebe7a76_hassio_google_drive_backup
20-10-25 11:53:00 INFO (MainThread) [supervisor.api.security] /snapshots access from cebe7a76_hassio_google_drive_backup
20-10-25 11:53:06 INFO (MainThread) [supervisor.api.security] /snapshots access from cebe7a76_hassio_google_drive_backup
20-10-25 11:53:16 INFO (MainThread) [supervisor.api.security] /snapshots/new/upload access from cebe7a76_hassio_google_drive_backup
20-10-25 11:53:16 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 418, in start
resp = await task
File "/usr/local/lib/python3.8/site-packages/sentry_sdk/integrations/aiohttp.py", line 110, in sentry_app_handle
reraise(*_capture_exception(hub))
File "/usr/local/lib/python3.8/site-packages/sentry_sdk/_compat.py", line 55, in reraise
raise value
File "/usr/local/lib/python3.8/site-packages/sentry_sdk/integrations/aiohttp.py", line 100, in sentry_app_handle
response = await old_handle(self, request)
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_app.py", line 458, in _handle
resp = await handler(request)
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_middlewares.py", line 119, in impl
return await handler(request)
File "/usr/src/supervisor/supervisor/api/security.py", line 132, in system_validation
return await handler(request)
File "/usr/src/supervisor/supervisor/api/security.py", line 194, in token_validation
return await handler(request)
File "/usr/src/supervisor/supervisor/api/utils.py", line 60, in wrap_api
answer = await method(api, *args, **kwargs)
File "/usr/src/supervisor/supervisor/api/snapshots.py", line 191, in upload
reader = await request.multipart()
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_request.py", line 588, in multipart
return MultipartReader(self._headers, self._payload)
File "/usr/local/lib/python3.8/site-packages/aiohttp/multipart.py", line 530, in __init__
self._boundary = ('--' + self._get_boundary()).encode()
File "/usr/local/lib/python3.8/site-packages/aiohttp/multipart.py", line 622, in _get_boundary
assert mimetype.type == 'multipart', (
AssertionError: multipart/* content type expected