georgezhao2010 / midea_ac_lan

Auto-configure and then control your Midea M-Smart devices (Air conditioner, Fan, Water heater, Washer, etc) via local area network.
MIT License
1.37k stars 231 forks source link

Can't download in HACS #546

Open rgr78 opened 3 months ago

rgr78 commented 3 months ago

HA core version

2024.3.3

Intergration version

0.3.22

Device type and model

Not relevant

Used App

None

The description of problem

Can't install from HACS. Throws error 'Unknown Error'. The cause is in the logs below. The URL is incorrect 'mieda' instead of 'midea'

The logs

ERROR (MainThread) [custom_components.hacs] Download failed - Got status code 404 when trying to download https://github.com/georgezhao2010/midea_ac_lan/releases/download/v0.3.22/mieda_ac_lan.zip

naseerfaheem commented 3 months ago

I also cannot download it. It says unknown error: image

carvalho-oak commented 3 months ago

Same here

Nick-Gatti commented 3 months ago

Same. HACS seems to want to download mieda_ac_lan.zip.

rgr78 commented 3 months ago

This repository is abandoned. I found this one instead: https://github.com/wuwentao/midea_ac_lan

viprex82 commented 2 months ago

Same here. Logs says 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/georgezhao2010/midea_ac_lan/releases/download/v0.3.22/mieda_ac_lan.zip

well, the download url is wrong, there is a type in filename "mieda_ac_lan.zip" which should be "midea_ac_lan.zip".