Open ALERTua opened 4 months ago
While trying to use the recent master commit, I encountered this error:
master
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
While trying to use the recent
master
commit, I encountered this error: