-
Notifications
You must be signed in to change notification settings - Fork 39
Installation Erreur #237
Description
Bonjour, je possède ce message d'erreur lors de l'installation via HACS :
`Détails du journal (ERREUR)
Logger: homeassistant.components.websocket_api.http.connection
Source: custom_components/hacs/repositories/base.py:450
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 22:04:51 (5 occurrences)
Last logged: 22:08:25
[546815572928] Error handling message: Unknown error (unknown_error) Tobias from 192.168.1.20 (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0)
[546919731520] Error handling message: Unknown error (unknown_error) Tobias from 192.168.1.20 (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 26, in _handle_async_response
await func(hass, connection, msg)
File "/config/custom_components/hacs/websocket/repository.py", line 234, in hacs_repository_download
await repository.async_install()
File "/config/custom_components/hacs/repositories/base.py", line 893, in async_install
await self.async_install_repository(version=version)
File "/config/custom_components/hacs/repositories/base.py", line 977, in async_install_repository
await self.download_content(version_to_install)
File "/config/custom_components/hacs/repositories/base.py", line 640, in download_content
contents = self.gather_files_to_download()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/hacs/repositories/base.py", line 1175, in gather_files_to_download
if self.should_try_releases:
^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/hacs/repositories/base.py", line 450, in should_try_releases
if self.repository_manifest.filename.endswith(".zip"):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'endswith'`
Merci et bonne soirée à vous :)


