Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to V1.6.3 failing #52

Open
laura1050 opened this issue Feb 14, 2024 · 0 comments
Open

Update to V1.6.3 failing #52

laura1050 opened this issue Feb 14, 2024 · 0 comments

Comments

@laura1050
Copy link

laura1050 commented Feb 14, 2024

Update from 1.6.2 to 1.6.3 gets to about 50% before failing with 'Empty Filename'

Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/commands.py:240
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 16:39:39 (3 occurrences)
Last logged: 16:49:00

[546580154432] Empty filename.
[546948460864] Empty filename.
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 240, in handle_call_service
response = await hass.services.async_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2279, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2316, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 892, in entity_service_call
single_response = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 962, in _handle_entity_call
result = await task
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/update/init.py", line 161, in async_install
await entity.async_install_with_progress(version, backup)
File "/usr/src/homeassistant/homeassistant/components/update/init.py", line 465, in async_install_with_progress
await self.async_install(version, backup)
File "/config/custom_components/hacs/update.py", line 85, in async_install
await self.repository.async_install()
File "/config/custom_components/hacs/repositories/base.py", line 899, in async_install
await self.async_install_repository()
File "/config/custom_components/hacs/repositories/base.py", line 982, in async_install_repository
await self.download_content()
File "/config/custom_components/hacs/repositories/base.py", line 629, in download_content
await self.download_repository_zip()
File "/config/custom_components/hacs/repositories/base.py", line 686, in download_repository_zip
zip_file.extractall(self.content.path.local, extractable)
File "/usr/local/lib/python3.12/zipfile/init.py", line 1721, in extractall
self._extract_member(zipinfo, path, pwd)
File "/usr/local/lib/python3.12/zipfile/init.py", line 1762, in _extract_member
raise ValueError("Empty filename.")
ValueError: Empty filename.

Core
2024.2.1
Supervisor
2024.01.1
Operating System
11.5
Frontend
20240207.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant