pyscript icon indicating copy to clipboard operation
pyscript copied to clipboard

HACS cannot update pyscript to master branch

Open ALERTua opened this issue 1 year ago • 0 comments

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

ALERTua avatar Jul 16 '24 15:07 ALERTua