You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to download version 3.0.4 of this card from HACS, it fails with this error:
raceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 28, 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_download_repository(ref=msg.get("version"))
File "/config/custom_components/hacs/repositories/base.py", line 1436, in async_download_repository
await self.async_install(version=ref)
File "/config/custom_components/hacs/repositories/base.py", line 890, in async_install
await self._async_post_install()
File "/config/custom_components/hacs/repositories/base.py", line 909, in _async_post_install
await self.async_post_installation()
File "/config/custom_components/hacs/repositories/plugin.py", line 65, in async_post_installation
await self.update_dashboard_resources()
File "/config/custom_components/hacs/repositories/plugin.py", line 208, in update_dashboard_resources
url = self.generate_dashboard_resource_url()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/hacs/repositories/plugin.py", line 165, in generate_dashboard_resource_url
if "/" in filename:
^^^^^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable
I can install 3.0.3 without issue.
The text was updated successfully, but these errors were encountered:
The problem is that HACS changed requirements for the github repos, which should have now topics defined (i.e. hashtags in order to let hacs properly index and categorize the integration). Github actions failed during the rollout of the release 3.0.4 and the js files where not generated.
HASS: 2024.11.2
When trying to download version 3.0.4 of this card from HACS, it fails with this error:
I can install 3.0.3 without issue.
The text was updated successfully, but these errors were encountered: