hassio-google-drive-backup icon indicating copy to clipboard operation
hassio-google-drive-backup copied to clipboard

Please add a title

Open Cm0n89 opened this issue 1 year ago • 1 comments

Addon version: 0.112.1 Home Assistant Version: 2024.1.6 Supervisor Version: 2024.01.1 Supervisor Channel: stable Hassos Version: 11.4 Docker Version: 24.0.7 Architecture: amd64 Machine: qemux86-64 Date: 2024-02-09T13:26:15.895051+00:00 Timezone: Europe/Stockholm Failure Time: 2024-02-09T11:26:30.851470+00:00 Last Good Sync: 2024-02-09T11:18:38.730205+00:00 Next Sync: 2024-02-09T13:26:30.851470+00:00 Next Backup: 2024-02-10T00:00:00+00:00 Next Cache Warm: 2024-02-09T13:25:48.313811+00:00 Time Offset: 0.0

Exception:

 addon/backup/model/coordinator.py:198 (_sync)
 addon/backup/model/model.py:250 (sync)
 addon/backup/drive/drivesource.py:205 (save)
 addon/backup/drive/driverequests.py:316 (create)
 addon/backup/drive/driverequests.py:388 (retryRequest)
 addon/backup/creds/driverequester.py:33 (request)
 addon/backup/tracing_session.py:39 (_request)
 /site-packages/aiohttp/client.py:601 (_request)
 /site-packages/aiohttp/client_reqrep.py:965 (start)
 /site-packages/aiohttp/streams.py:622 (read)
aiohttp.client_exceptions.ClientOSError: [Errno 104] Connection reset by peer

Backups:

{
   "HomeAssistant": {
       "backups": 1,
       "retained": 0,
       "deletable": 1,
       "name": "HomeAssistant",
       "title": "Home Assistant",
       "latest": "2024-02-09T00:00:00Z",
       "max": 1,
       "enabled": true,
       "icon": "home-assistant",
       "ignored": 18,
       "detail": "",
       "size": "8.0 GB",
       "ignored_size": "6.3 GB",
       "free_space": "43.8 GB"
   },
   "GoogleDrive": {
       "backups": 3,
       "retained": 0,
       "deletable": 3,
       "name": "GoogleDrive",
       "title": "Google Drive",
       "latest": "2024-02-08T00:00:00Z",
       "max": 3,
       "enabled": true,
       "icon": "google-drive",
       "ignored": 0,
       "detail": "[email protected]",
       "size": "23.4 GB",
       "ignored_size": "0.0 B",
       "free_space": "29.4 GB"
   }
}
Config:
{
   "Setting.MAX_BACKUPS_IN_HA": 1,
   "Setting.MAX_BACKUPS_IN_GOOGLE_DRIVE": 3,
   "Setting.DAYS_BETWEEN_BACKUPS": 1.0,
   "Setting.BACKUP_TIME_OF_DAY": "01:00",
   "Setting.SEND_ERROR_REPORTS": true
}
Addon Logs:
02-09 12:24:33 DEBUG [backup.drive.drivesource] Uploading Full Backup 2024-02-09 01:00:00 95.76%
02-09 12:24:33 DEBUG [backup.drive.driverequests] Sending 10 MB to Google Drive
02-09 12:24:42 DEBUG [backup.drive.drivesource] Uploading Full Backup 2024-02-09 01:00:00 95.88%
02-09 12:24:42 DEBUG [backup.drive.driverequests] Sending 10 MB to Google Drive
02-09 12:24:50 DEBUG [backup.drive.drivesource] Uploading Full Backup 2024-02-09 01:00:00 96.01%
02-09 12:24:50 DEBUG [backup.drive.driverequests] Sending 10 MB to Google Drive
02-09 12:24:59 DEBUG [backup.drive.drivesource] Uploading Full Backup 2024-02-09 01:00:00 96.13%
02-09 12:24:59 DEBUG [backup.drive.driverequests] Sending 10 MB to Google Drive
02-09 12:25:08 DEBUG [backup.drive.drivesource] Uploading Full Backup 2024-02-09 01:00:00 96.25%
02-09 12:25:08 DEBUG [backup.drive.driverequests] Sending 10 MB to Google Drive
02-09 12:25:16 DEBUG [backup.drive.drivesource] Uploading Full Backup 2024-02-09 01:00:00 96.37%
02-09 12:25:17 DEBUG [backup.drive.driverequests] Sending 10 MB to Google Drive
02-09 12:25:25 DEBUG [backup.drive.drivesource] Uploading Full Backup 2024-02-09 01:00:00 96.49%
02-09 12:25:25 DEBUG [backup.drive.driverequests] Sending 10 MB to Google Drive
02-09 12:25:34 DEBUG [backup.drive.drivesource] Uploading Full Backup 2024-02-09 01:00:00 96.62%
02-09 12:25:34 DEBUG [backup.drive.driverequests] Sending 10 MB to Google Drive
02-09 12:25:42 DEBUG [backup.drive.drivesource] Uploading Full Backup 2024-02-09 01:00:00 96.74%
02-09 12:25:42 DEBUG [backup.drive.driverequests] Sending 10 MB to Google Drive
02-09 12:25:50 DEBUG [backup.drive.drivesource] Uploading Full Backup 2024-02-09 01:00:00 96.86%
02-09 12:25:50 DEBUG [backup.drive.driverequests] Sending 10 MB to Google Drive
02-09 12:25:59 DEBUG [backup.drive.drivesource] Uploading Full Backup 2024-02-09 01:00:00 96.98%
02-09 12:25:59 DEBUG [backup.drive.driverequests] Sending 10 MB to Google Drive
02-09 12:26:07 DEBUG [backup.drive.drivesource] Uploading Full Backup 2024-02-09 01:00:00 97.10%
02-09 12:26:07 DEBUG [backup.drive.driverequests] Sending 10 MB to Google Drive
02-09 12:26:30 ERROR [backup.model.coordinator] 
 addon/backup/model/coordinator.py:198 (_sync)
 addon/backup/model/model.py:250 (sync)
 addon/backup/drive/drivesource.py:205 (save)
 addon/backup/drive/driverequests.py:316 (create)
 addon/backup/drive/driverequests.py:388 (retryRequest)
 addon/backup/creds/driverequester.py:33 (request)
 addon/backup/tracing_session.py:39 (_request)
 /site-packages/aiohttp/client.py:601 (_request)
 /site-packages/aiohttp/client_reqrep.py:965 (start)
 /site-packages/aiohttp/streams.py:622 (read)
aiohttp.client_exceptions.ClientOSError: [Errno 104] Connection reset by peer

02-09 12:26:30 INFO [backup.model.coordinator] I'll try again in 2 hours
02-09 12:26:31 DEBUG [backup.watcher] Checking backup source for changes...
02-09 12:26:36 INFO [backup.debugworker] Sending error report (see settings to disable)
02-09 14:23:00 DEBUG [backup.model.destinationprecache] Preemptively retrieving and caching info from the backup destination to avoid peak demand
02-09 14:23:00 DEBUG [backup.drive.driverequests] Requesting refreshed Google Drive credentials
Supervisor Logs:
[33m24-02-09 14:18:56 WARNING (MainThread) [supervisor.addons.options] Unknown option 'base_topic' for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:18:56 WARNING (MainThread) [supervisor.addons.options] Option 'external_converters' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:18:56 WARNING (MainThread) [supervisor.addons.options] Option 'devices' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:18:56 WARNING (MainThread) [supervisor.addons.options] Option 'groups' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:18:56 WARNING (MainThread) [supervisor.addons.options] Option 'homeassistant' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:18:56 WARNING (MainThread) [supervisor.addons.options] Option 'permit_join' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:18:56 WARNING (MainThread) [supervisor.addons.options] Option 'advanced' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:18:56 WARNING (MainThread) [supervisor.addons.options] Option 'device_options' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:18:56 WARNING (MainThread) [supervisor.addons.options] Option 'blocklist' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:18:56 WARNING (MainThread) [supervisor.addons.options] Option 'passlist' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:18:56 WARNING (MainThread) [supervisor.addons.options] Option 'queue' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:18:56 WARNING (MainThread) [supervisor.addons.options] Option 'frontend' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:18:56 WARNING (MainThread) [supervisor.addons.options] Option 'experimental' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:18:56 WARNING (MainThread) [supervisor.addons.options] Option 'availability' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:23:56 WARNING (MainThread) [supervisor.addons.options] Unknown option 'base_topic' for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:23:56 WARNING (MainThread) [supervisor.addons.options] Option 'external_converters' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:23:56 WARNING (MainThread) [supervisor.addons.options] Option 'devices' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:23:56 WARNING (MainThread) [supervisor.addons.options] Option 'groups' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:23:56 WARNING (MainThread) [supervisor.addons.options] Option 'homeassistant' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:23:56 WARNING (MainThread) [supervisor.addons.options] Option 'permit_join' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:23:56 WARNING (MainThread) [supervisor.addons.options] Option 'advanced' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:23:56 WARNING (MainThread) [supervisor.addons.options] Option 'device_options' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:23:56 WARNING (MainThread) [supervisor.addons.options] Option 'blocklist' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:23:56 WARNING (MainThread) [supervisor.addons.options] Option 'passlist' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:23:56 WARNING (MainThread) [supervisor.addons.options] Option 'queue' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:23:56 WARNING (MainThread) [supervisor.addons.options] Option 'frontend' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:23:56 WARNING (MainThread) [supervisor.addons.options] Option 'experimental' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[33m24-02-09 14:23:56 WARNING (MainThread) [supervisor.addons.options] Option 'availability' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)[0m
[32m24-02-09 14:26:15 INFO (MainThread) [supervisor.api.middleware.security] /supervisor/logs access from cebe7a76_hassio_google_drive_backup[0m

Home Assistant Core Logs:
      ^^^^^^^^
 File "/usr/local/lib/python3.11/concurrent/futures/_base.py", line 456, in result
   return self.__get_result()
          ^^^^^^^^^^^^^^^^^^^
 File "/usr/local/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result
   raise self._exception
 File "/usr/src/homeassistant/homeassistant/util/async_.py", line 48, in run_callback
   future.set_result(callback(*args))
                     ^^^^^^^^^^^^^^^
 File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 746, in async_render_with_possible_json_value
   return _render_with_context(self.template, compiled, **variables).strip()
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2305, in _render_with_context
   return template.render(**kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^
 File "/usr/local/lib/python3.11/site-packages/jinja2/environment.py", line 1301, in render
   self.environment.handle_exception()
 File "/usr/local/lib/python3.11/site-packages/jinja2/environment.py", line 936, in handle_exception
   raise rewrite_traceback_stack(source=source)
 File "<template>", line 1, in top-level template code
 File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1987, in forgiving_float_filter
   raise_no_default("float", value)
 File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1625, in raise_no_default
   raise ValueError(
ValueError: Template error: float got invalid input 'None' when rendering template '{{ (value | float / 1024 /1024) | round(1) }}' but no default was specified[0m
[36m2024-02-09 14:26:06.916 DEBUG (MainThread) [home_connect_async.homeconnect] Received event from SSE stream: MessageEvent(type='KEEP-ALIVE', message='KEEP-ALIVE', data='', origin='https://api.home-connect.com', last_event_id='')[0m
[33m2024-02-09 14:26:09.675 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_1 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation[0m
[33m2024-02-09 14:26:09.675 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_2 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation[0m
[33m2024-02-09 14:26:09.676 WARNING (MainThread) [homeassistant.components.light] Entity light.shelly_shrgbw2_2cbee6_3 (<class 'custom_components.shelly.light.ShellyDimmer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'shelly' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation[0m

e previous page here

Cm0n89 avatar Feb 09 '24 13:02 Cm0n89