Open
Description
The problem
Updated HAOS and ESPHOME plugin and now i can't build firmware, because ESPHOME can't download "platformio/espressif8266 @ 4.2.1". Error has some link to solution https://bit.ly/package-manager-ioerror (solution is pio upgrade --dev in vscode), but i did that in vscode terminal (from vscode plugin) but error still presented.
I tried link from error in regular browser, and downloaded espressif8266-4.2.1.tar.gz without any errors.
Which version of ESPHome has the issue?
2024.12.4
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2025.1.4
What platform are you using?
ESP8266
Board
noname lolin mini v3
Component causing the issue
No response
YAML Config
Anything in the logs that might be useful for us?
INFO ESPHome 2024.12.4
INFO Reading configuration /config/esphome/esp8266-8.yaml...
INFO Generating C++ source...
INFO Compiling app...
Processing esp8266-8 (board: esp01_1m; framework: arduino; platform: platformio/espressif8266@4.2.1)
--------------------------------------------------------------------------------
Platform Manager: Installing platformio/espressif8266 @ 4.2.1
INFO Installing platformio/espressif8266 @ 4.2.1
Platform Manager: Error: Please read https://bit.ly/package-manager-ioerror
ERROR Error: Please read https://bit.ly/package-manager-ioerror
Platform Manager: Warning! Package Mirror: HTTPSConnectionPool(host='dl.registry.platformio.org', port=443): Max retries exceeded with url: /platforms/8c/00/4339a053320c984207d3cf33996c7fa288ad3f7f24116ec1b0d575af26b3/espressif8266-4.2.1.tar.gz (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f7b814e2010>, 'Connection to dl.registry.platformio.org timed out. (connect timeout=10)'))
WARNING Warning! Package Mirror: HTTPSConnectionPool(host='dl.registry.platformio.org', port=443): Max retries exceeded with url: /platforms/8c/00/4339a053320c984207d3cf33996c7fa288ad3f7f24116ec1b0d575af26b3/espressif8266-4.2.1.tar.gz (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f7b814e2010>, 'Connection to dl.registry.platformio.org timed out. (connect timeout=10)'))
Platform Manager: Looking for another mirror...
WARNING Looking for another mirror...
Additional information
No response