custom-components / pyscript

Pyscript adds rich Python scripting to HASS
Apache License 2.0
894 stars 47 forks source link

HACS cannot update pyscript to master branch #621

Open ALERTua opened 4 months ago

ALERTua commented 4 months ago

While trying to use the recent master commit, I encountered this error:

2024-07-16 18:49:41.304 ERROR (MainThread) [custom_components.hacs] Download failed - Got status code 404 when trying to download https://github.com/custom-components/pyscript/releases/download/master/hass-custom-pyscript.zip
Traceback (most recent call last):
  File "/config/custom_components/hacs/base.py", line 730, in async_download_file
    raise HacsException(
custom_components.hacs.exceptions.HacsException: Got status code 404 when trying to download https://github.com/custom-components/pyscript/releases/download/master/hass-custom-pyscript.zip
2024-07-16 18:49:41.305 ERROR (MainThread) [custom_components.hacs] <Integration custom-components/pyscript> Failed to download https://github.com/custom-components/pyscript/releases/download/master/hass-custom-pyscript.zip

image