HausnerR / esphome-door-lock

IoT door lock based on Wemos D1 mini and RC522 RFID module
MIT License
42 stars 18 forks source link

ESPHome Update failed #6

Closed BartEngelen closed 1 year ago

BartEngelen commented 1 year ago

Hello, When I want to update my ESPHome project it fails all the time. Is there a way to fix this ? You can find the log in attachment. Kind regards, Bart logs_rfid-reader-terrein-8_upload (1).txt

AshrafMikhael commented 1 year ago

Hi I got the same error. but after remove or comment "ESP8266HTTPClient" under libraries section of yaml, the compilation and installation completed successfully.

libraries:

- "ESP8266HTTPClient"

BartEngelen commented 1 year ago

Hello, Thanks this solved my problem. Kind regards, Bart Engelen