Dielee / volvo2mqtt

Home Assistant addon for connecting AAOS Volvos
MIT License
124 stars 24 forks source link

Update to 1.9.3 fails #201

Open geedsen opened 3 weeks ago

geedsen commented 3 weeks ago

Describe the bug

Using http://homeassistant.local:8123/hassio/addon/982ee2c4_volvo2mqtt/info When pressing update it results in this error:

image

Version info:
(You have 1.8.27 installed. Click update to update to version 1.9.3)

Core 2024.6.0b8

Dielee commented 3 weeks ago

You are on b8, are u able to update the addon on the latest stable HA update ?

geedsen commented 3 weeks ago

Hi Linus, I went back to version 2024.5.5, same problem. Cheers Ben


From: Linus Dietz @.> Sent: Wednesday, 5 June 2024 15:10 To: Dielee/volvo2mqtt @.> Cc: Ben Geerdes @.>; Author @.> Subject: Re: [Dielee/volvo2mqtt] Update to 1.9.3 fails (Issue #201)

You are on b8, are u able to update the addon on the latest stable HA update ?

— Reply to this email directly, view it on GitHubhttps://github.com/Dielee/volvo2mqtt/issues/201#issuecomment-2149848935, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAKBN422W3RZ2KRHLARWVYDZF4E37AVCNFSM6AAAAABI2VWCQGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBZHA2DQOJTGU. You are receiving this because you authored the thread.Message ID: @.***>

Dielee commented 3 weeks ago

So please send me your supervisor logs from plugin install

geedsen commented 3 weeks ago

2024-06-05 15:17:25.693 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration asusrouter which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-06-05 15:17:25.696 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration localtuya which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-06-05 15:17:25.698 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-06-05 15:17:25.700 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration mitsubishi_wf_rac which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-06-05 15:17:39.457 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 68: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues 2024-06-05 15:17:41.108 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] CURRENT_HVAC_HEAT was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACAction.HEATING instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.116 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] CURRENT_HVAC_IDLE was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACAction.IDLE instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.124 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] HVAC_MODE_AUTO was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.AUTO instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.132 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] HVAC_MODE_HEAT was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.HEAT instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.140 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] HVAC_MODE_OFF was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.OFF instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.148 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] SUPPORT_PRESET_MODE was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.PRESET_MODE instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.158 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] SUPPORT_TARGET_TEMPERATURE was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.TARGET_TEMPERATURE instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.167 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] SUPPORT_TARGET_TEMPERATURE_RANGE was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.TARGET_TEMPERATURE_RANGE instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.175 WARNING (ImportExecutor_0) [homeassistant.const] TEMP_CELSIUS was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.184 WARNING (ImportExecutor_0) [homeassistant.const] TEMP_FAHRENHEIT was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.FAHRENHEIT instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.198 WARNING (ImportExecutor_0) [homeassistant.components.cover] SUPPORT_CLOSE was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.CLOSE instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.207 WARNING (ImportExecutor_0) [homeassistant.components.cover] SUPPORT_OPEN was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.OPEN instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.216 WARNING (ImportExecutor_0) [homeassistant.components.cover] SUPPORT_SET_POSITION was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.SET_POSITION instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.224 WARNING (ImportExecutor_0) [homeassistant.components.cover] SUPPORT_STOP was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.STOP instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.231 WARNING (ImportExecutor_0) [homeassistant.components.cover] SUPPORT_CLOSE was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.CLOSE instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.242 WARNING (ImportExecutor_0) [homeassistant.components.cover] SUPPORT_OPEN was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.OPEN instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.250 WARNING (ImportExecutor_0) [homeassistant.components.cover] SUPPORT_SET_POSITION was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.SET_POSITION instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.258 WARNING (ImportExecutor_0) [homeassistant.components.cover] SUPPORT_STOP was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.STOP instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.285 WARNING (ImportExecutor_0) [homeassistant.components.fan] SUPPORT_DIRECTION was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.DIRECTION instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.292 WARNING (ImportExecutor_0) [homeassistant.components.fan] SUPPORT_OSCILLATE was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.OSCILLATE instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.300 WARNING (ImportExecutor_0) [homeassistant.components.fan] SUPPORT_SET_SPEED was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.SET_SPEED instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.309 WARNING (ImportExecutor_0) [homeassistant.components.fan] SUPPORT_DIRECTION was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.DIRECTION instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.316 WARNING (ImportExecutor_0) [homeassistant.components.fan] SUPPORT_OSCILLATE was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.OSCILLATE instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.326 WARNING (ImportExecutor_0) [homeassistant.components.fan] SUPPORT_SET_SPEED was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.SET_SPEED instead, please report it to the author of the 'localtuya' custom integration 2024-06-05 15:17:41.732 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'localtuya' accesses hass.helpers.service. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from service directly at custom_components/localtuya/init.py, line 164: hass.helpers.service.async_register_admin_service(, please create a bug report at https://github.com/rospogrigio/localtuya/issues 2024-06-05 15:17:42.323 WARNING (ImportExecutor_0) [homeassistant.helpers.typing] HomeAssistantType was used from mitsubishi_wf_rac, this is a deprecated alias which will be removed in HA Core 2025.5. Use homeassistant.core.HomeAssistant instead, please report it to the author of the 'mitsubishi_wf_rac' custom integration 2024-06-05 15:17:42.347 WARNING (ImportExecutor_0) [homeassistant.helpers.typing] HomeAssistantType was used from mitsubishi_wf_rac, this is a deprecated alias which will be removed in HA Core 2025.5. Use homeassistant.core.HomeAssistant instead, please report it to the author of the 'mitsubishi_wf_rac' custom integration 2024-06-05 15:17:42.504 WARNING (ImportExecutor_0) [homeassistant.helpers.typing] HomeAssistantType was used from mitsubishi_wf_rac, this is a deprecated alias which will be removed in HA Core 2025.5. Use homeassistant.core.HomeAssistant instead, please report it to the author of the 'mitsubishi_wf_rac' custom integration 2024-06-05 15:17:45.877 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/plexapi/base.py:183: SyntaxWarning: invalid escape sequence '\d' """ Load the specified key to find and build all items with the specified tag 2024-06-05 15:17:46.769 WARNING (ImportExecutor_0) [homeassistant.helpers.typing] HomeAssistantType was used from mitsubishi_wf_rac, this is a deprecated alias which will be removed in HA Core 2025.5. Use homeassistant.core.HomeAssistant instead, please report it to the author of the 'mitsubishi_wf_rac' custom integration 2024-06-05 15:18:01.705 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [547926584640] Unexpected exception Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 168, in async_install await async_update_addon(self.hass, slug=self._addon_slug, backup=backup) File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 59, in _wrapper data = await funct(*argv, *kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 136, in async_update_addon return await hassio.send_command( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 593, in send_command raise HassioAPIError(error.get(ATTR_MESSAGE)) homeassistant.components.hassio.handler.HassioAPIError: The command '/bin/ash -o pipefail -c apk add --no-cache python3 bash py3-pip' returned a non-zero code: 3 The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 239, in handle_call_service response = await hass.services.async_call( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/core.py", line 2738, in async_call response_data = await coro ^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/core.py", line 2779, in _execute_service return await target(service_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 975, in entity_service_call single_response = await _handle_entity_call( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1047, in _handle_entity_call result = await task ^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/update/init.py", line 157, in async_install await entity.async_install_with_progress(version, backup) File "/usr/src/homeassistant/homeassistant/components/update/init.py", line 461, in async_install_with_progress await self.async_install(version, backup) File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 170, in async_install raise HomeAssistantError(f"Error updating {self.title}: {err}") from err homeassistant.exceptions.HomeAssistantError: Error updating Volvo2Mqtt: The command '/bin/ash -o pipefail -c apk add --no-cache python3 bash py3-pip' returned a non-zero code: 3 2024-06-05 15:18:05.038 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.helpers.event. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from event directly at custom_components/hacs/base.py, line 642: self.hass.helpers.event.async_track_time_interval(, please create a bug report at https://github.com/hacs/integration/issues 2024-06-05 15:18:33.123 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [547926584640] Unexpected exception Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 168, in async_install await async_update_addon(self.hass, slug=self._addon_slug, backup=backup) File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 59, in _wrapper data = await funct(argv, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 136, in async_update_addon return await hassio.send_command( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 593, in send_command raise HassioAPIError(error.get(ATTR_MESSAGE)) homeassistant.components.hassio.handler.HassioAPIError: The command '/bin/ash -o pipefail -c apk add --no-cache python3 bash py3-pip' returned a non-zero code: 3 The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 239, in handle_call_service response = await hass.services.async_call( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/core.py", line 2738, in async_call response_data = await coro ^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/core.py", line 2779, in _execute_service return await target(service_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 975, in entity_service_call single_response = await _handle_entity_call( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1047, in _handle_entity_call result = await task ^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/update/init.py", line 157, in async_install await entity.async_install_with_progress(version, backup) File "/usr/src/homeassistant/homeassistant/components/update/init.py", line 461, in async_install_with_progress await self.async_install(version, backup) File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 170, in async_install raise HomeAssistantError(f"Error updating {self.title}: {err}") from err homeassistant.exceptions.HomeAssistantError: Error updating Volvo2Mqtt: The command '/bin/ash -o pipefail -c apk add --no-cache python3 bash py3-pip' returned a non-zero code: 3 2024-06-05 15:18:56.840 WARNING (MainThread) [homeassistant.helpers.entity] Update of climate.airco is taking over 10 seconds 2024-06-05 15:20:10.431 WARNING (Recorder) [homeassistant.components.sensor.recorder] The unit of sensor.volvo_yv1xzedv6p2944143_estimated_charging_time (min) cannot be converted to the unit of previously compiled statistics (minutes). Generation of long term statistics will be suppressed unless the unit changes back to minutes or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this 2024-06-05 15:26:56.854 WARNING (MainThread) [homeassistant.helpers.entity] Update of climate.airco is taking over 10 seconds 2024-06-05 15:27:17.430 ERROR (MainThread) [custom_components.mitsubishi_wf_rac.wfrac.device] Error: something went wrong updating the airco [Airco] values


From: Linus Dietz @.> Sent: Wednesday, 5 June 2024 15:24 To: Dielee/volvo2mqtt @.> Cc: Ben Geerdes @.>; Author @.> Subject: Re: [Dielee/volvo2mqtt] Update to 1.9.3 fails (Issue #201)

So please send me your supervisor logs from plugin install

— Reply to this email directly, view it on GitHubhttps://github.com/Dielee/volvo2mqtt/issues/201#issuecomment-2149910187, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAKBN45AESTBGQSIW46PFH3ZF4GSJAVCNFSM6AAAAABI2VWCQGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBZHEYTAMJYG4. You are receiving this because you authored the thread.Message ID: @.***>

westlund commented 3 weeks ago

I have almost the same error, reurns 2 instead of 3. I'm submitting my supervisor log below. I'm running 2024.6.0 but the error was present in 2025.5.4 as well.

2024-06-07 10:37:09.369 INFO (MainThread) [supervisor.docker.addon] Updating image 982ee2c4/aarch64-addon-volvo2mqtt:1.8.27 to 982ee2c4/aarch64-addon-volvo2mqtt:1.9.3
2024-06-07 10:37:09.372 INFO (MainThread) [supervisor.docker.addon] Starting build for 982ee2c4/aarch64-addon-volvo2mqtt:1.9.3
2024-06-07 10:37:21.419 ERROR (MainThread) [supervisor.docker.addon] Can't build 982ee2c4/aarch64-addon-volvo2mqtt:1.9.3: The command '/bin/ash -o pipefail -c apk add --no-cache python3 bash py3-pip' returned a non-zero code: 2
2024-06-07 10:37:21.419 ERROR (MainThread) [supervisor.docker.addon] Build log: 
Step 1/15 : ARG BUILD_FROM

Step 2/15 : FROM $BUILD_FROM

 ---> 3050c2ba69b9

Step 3/15 : RUN apk add --no-cache python3 bash py3-pip

 ---> Running in 586a5ddeaede

fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz

WARNING: fetching https://dl-cdn.alpinelinux.org/alpine/v3.20/main: temporary error (try again later)

fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz

WARNING: fetching https://dl-cdn.alpinelinux.org/alpine/v3.20/community: temporary error (try again later)
ERROR: unable to select packages:
  py3-pip (no such package):
    required by: world[py3-pip]
  python3 (no such package):
    required by: world[python3]

 ---> Removed intermediate container 586a5ddeaede
Dielee commented 3 weeks ago

So it looks like the apline base container isn't available at this time. As said in the message, please try again later. This isn't a volvo2mqtt issue....

EDIT: Are you able to download https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz from your PC or Pi ?

westlund commented 3 weeks ago

Yes, I can download it from my HA server:

➜  ~ wget https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz                                  
--2024-06-08 09:16:52--  https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz
Resolving dl-cdn.alpinelinux.org (dl-cdn.alpinelinux.org)... 151.101.86.132, 2a04:4e42:14::644
Connecting to dl-cdn.alpinelinux.org (dl-cdn.alpinelinux.org)|151.101.86.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 473156 (462K) [application/octet-stream]
Saving to: 'APKINDEX.tar.gz'

APKINDEX.tar.gz                          100%[===============================================================================>] 462.07K  --.-KB/s    in 0.02s   

2024-06-08 09:16:52 (20.0 MB/s) - 'APKINDEX.tar.gz' saved [473156/473156]
Dielee commented 3 weeks ago

And addon install isn't working?

geedsen commented 3 weeks ago

Still not for me.

Sent from Outlook for Androidhttps://aka.ms/AAb9ysg


From: Linus Dietz @.> Sent: Saturday, June 8, 2024 9:30:11 AM To: Dielee/volvo2mqtt @.> Cc: Ben Geerdes @.>; Author @.> Subject: Re: [Dielee/volvo2mqtt] Update to 1.9.3 fails (Issue #201)

And addon install isn't working?

— Reply to this email directly, view it on GitHubhttps://github.com/Dielee/volvo2mqtt/issues/201#issuecomment-2155854714, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAKBN43IR5J4FVQZQRF27VTZGKXIHAVCNFSM6AAAAABI2VWCQGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJVHA2TINZRGQ. You are receiving this because you authored the thread.Message ID: @.***>

Dielee commented 3 weeks ago

This looks like a local problem, for me everything is working. I don't know why your updates don't work.

geedsen commented 3 weeks ago

And now it just worked...


From: Linus Dietz @.> Sent: Saturday, June 8, 2024 3:47:07 PM To: Dielee/volvo2mqtt @.> Cc: Ben Geerdes @.>; Author @.> Subject: Re: [Dielee/volvo2mqtt] Update to 1.9.3 fails (Issue #201)

This looks like a local problem, for me everything is working. I don't know why your updates don't work.

— Reply to this email directly, view it on GitHubhttps://github.com/Dielee/volvo2mqtt/issues/201#issuecomment-2156043452, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAKBN4ZMZWHMVSLSE3L2ETLZGMDNXAVCNFSM6AAAAABI2VWCQGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJWGA2DGNBVGI. You are receiving this because you authored the thread.Message ID: @.***>

westlund commented 3 weeks ago

I tried an uninstall, which worked. Then, whenre- installing, I get the same error as when updating :-( I'll start going through my logs to see if Alpine is referenced from or mentioned somewhere else.

geedsen commented 2 weeks ago

According to the log I had data for about 6 hours, since then I have this: image What can be the reason?

Dielee commented 2 weeks ago

If you have an issue, please open up a new issue and provide logs!

geedsen commented 2 weeks ago

Sorry, I thought that only went to you, not github.

westlund commented 1 week ago

The error persisted for about one week so I gave up after tracing log files and relationships to other libraries, considering my next step. Then, suddenly and without any changes to Home Assistant (by me) the update was successful.