espressif / esp-homekit-sdk

541 stars 98 forks source link

HTTPD init error #123

Closed baator025 closed 4 months ago

baator025 commented 6 months ago

Hi. I built both my project and a clean lightbulb example with newest HomeKit SDK and IDF. During init of a program I am getting log: HTTPD START Failed [-1]. After that ESP manages to connect with WiFi, although I am not able to connect to my device with HomeKit. I tried using hardcoded setup code and the one flashed to partition.

shiniuniu commented 5 months ago

Hello,baator025.I'm having the same issue as well, but I've fixed it myself. You don't seem to clone the full repository, try downloading the full repository and compiling it locally. I hope this helps.

shahpiyushv commented 5 months ago

Seems there is some issue with HTTP Server for esp-idf master branch. The same works with release/v5.1 or earlier branches though. Can you try with those?