Aircoookie / Espalexa

Alexa voice control for ESP8266/ESP32 (including brightness and color!)
MIT License
542 stars 134 forks source link

Error in EspalexaBasic #131

Open educrocha opened 4 years ago

educrocha commented 4 years ago

Hi, I just download Espalexa, opened "EspalexaBasic.ino" and got "Espalexa.h:302:38: error: 'response' was not declared in this scope"

In file "Espalexa.h" have the line: espalexaUdp.write((uint8_t*)buf, response.length());

What is wrong?

Aircoookie commented 4 years ago

Hi, this response was erraneously left in version 2.4.6 of Espalexa when building for ESP32. Please make sure you have the latest 2.4.7, the issue should be fixed there :)

educrocha commented 4 years ago

Hi, this response was erraneously left in version 2.4.6 of Espalexa when building for ESP32. Please make sure you have the latest 2.4.7, the issue should be fixed there :)

Thanks for your attention, now, compiled correctly. But still not working. My Alexa APP do not find any thing. I just put my SSID and PASSWORD, but do not work.

Log EspalexaFullyFeatured.ino 20:11:47.077 -> IP address: 172.24.1.108 20:11:47.077 -> Constructing device 1 20:11:47.077 -> Adding device 1 20:11:47.077 -> Constructing device 2 20:11:47.077 -> Adding device 2 20:11:47.077 -> Constructing device 3 20:11:47.077 -> Adding device 3 20:11:47.111 -> Constructing device 4 20:11:47.111 -> Adding device 4 20:11:47.111 -> Adding device 5 20:11:47.111 -> Espalexa Begin... 20:11:47.111 -> MAXDEVICES 10 20:11:47.111 -> Done 20:11:59.833 -> Not-Found HTTP call: 20:11:59.833 -> URI: /0000100014000000000B0000A000320000C0000F00081000240000F00008/GETTYPE 20:11:59.867 -> Body: 20:11:59.867 -> AlexaApiCall

Aircoookie commented 4 years ago

Do you have a physical Echo speaker on your network? Try "Alexa, discovering devices" with that. If you only have the app or a fire tv stick, it can unfortunately not discover Espalexa.

educrocha commented 4 years ago

Do you have a physical Echo speaker on your network? Try "Alexa, discovering devices" with that. If you only have the app or a fire tv stick, it can unfortunately not discover Espalexa.

No, I'm using my Alexa APP only.

Aircoookie commented 4 years ago

Sorry, in that case Espalexa will not work for you.