Open Manuel-Haas opened 10 months ago
Try and clean the build files anre re-tryI just successfully compiled a binary using esphome 11.6 with no issues.
alternatively try the orginal Oxan version as it has been updated since I released this as a work around when that repo was stagnant. https://github.com/oxan/esphome-stream-server
Thanks for your answer! Today I've successfully compiled it with another board: nodemcu-32s instead of _seeed_xiaoesp32c3. So i'm pretty sure, that makes the difference. It is another CPU Arch (Risc V). For me it is solved by now, since I've got some esp32s3 boards yesterday :-D
Same error for me with an esp32c3 , board: lolin_c3_mini And esphome upgraded to 2024.3.0 Clean build files does not solve it
The Oxan version compiles and works for me
Had the same issue, using board: esp32dev
on ESPHome 2024.8.3. Cleaning build files didn't help, but adding the optional binary_sensor
config from the instructions pulled in the necessary files to successfully compile:
stream_server:
id: ss
binary_sensor:
- id: ss_connected
platform: stream_server
stream_server: ss
This is my confg-yaml
Maybe the dependencies has to be chanced?