Aircoookie/Espalexa

esp8266 not found - Not-Found HTTP call

macamima opened this issue · 0 comments

Hi all,

at first of all: Thank you very much for the esp8266 lib.

Unfortunately I've the problem, that my esp8266 couldn't be found by alexa. I tried the EspalexaBasic.ino from the example-folder.

Espalexa-Version: 2.4.7
ESP8266-Version: 2.7.4

If I turn on the debug-mode (via #define ESPALEXA_DEBUG), I got following results:

09:39:02.405 -> Got UDP!
09:39:02.405 -> M-SEARCH * HTTP/1.1
09:39:02.405 -> HOST: 239.255.255.250:1900
09:39:02.405 -> ST: upnp:rootdevice
09:39:02.405 -> MAN: "ssdp:discover"
09:39:02.405 -> MX: 3
09:39:02.405 ->
09:39:02.405 ->
09:39:02.405 -> Responding search req...
09:39:02.405 -> Got UDP!
09:39:02.405 -> M-SEARCH * HTTP/1.1
09:39:02.405 -> HOST: 239.255.255.250:1900
09:39:02.405 -> ST: ssdp:all
09:39:02.405 -> MAN: "ssdp:discover"
09:39:02.405 -> MX: 3
09:39:02.405 ->
09:39:02.405 ->
09:39:02.405 -> Responding search req...
09:39:02.579 -> # Responding to description.xml ... #
09:39:02.579 ->
09:39:02.579 -> Send setup.xmlNot-Found HTTP call:
09:39:02.649 -> URI: /api/2WLEDHardQrI3WHYTHoMcXHgEspsM8ZZRpSKtBQr/lights
09:39:02.649 -> Body:
09:39:02.649 -> AlexaApiCall
09:39:02.649 -> ok
09:39:02.649 -> l0
09:39:02.649 -> lAll
09:39:02.753 -> Not-Found HTTP call:
09:39:02.753 -> URI: /api/2WLEDHardQrI3WHYTHoMcXHgEspsM8ZZRpSKtBQr/lights/1892305
09:39:02.753 -> Body:
09:39:02.753 -> AlexaApiCall
09:39:02.753 -> ok
09:39:02.753 -> l1892305
09:39:02.753 -> 1
09:39:02.821 -> Not-Found HTTP call:
09:39:02.821 -> URI: /api/2WLEDHardQrI3WHYTHoMcXHgEspsM8ZZRpSKtBQr/lights/1892306
09:39:02.821 -> Body:
09:39:02.821 -> AlexaApiCall
09:39:02.821 -> ok
09:39:02.821 -> l1892306
09:39:02.821 -> 2
09:39:02.960 -> Not-Found HTTP call:
09:39:02.960 -> URI: /api/2WLEDHardQrI3WHYTHoMcXHgEspsM8ZZRpSKtBQr/lights/1892307
09:39:02.960 -> Body:
09:39:02.995 -> AlexaApiCall
09:39:02.995 -> ok
09:39:02.995 -> l1892307
09:39:02.995 -> 3
09:39:02.995 -> Not-Found HTTP call:
09:39:02.995 -> URI: /api/2WLEDHardQrI3WHYTHoMcXHgEspsM8ZZRpSKtBQr/lights
09:39:02.995 -> Body:
09:39:02.995 -> AlexaApiCall
09:39:02.995 -> ok
09:39:02.995 -> l0
09:39:03.029 -> lAll
09:39:17.125 -> Got UDP!
09:39:17.125 -> Got UDP!

Thanks in advance for your help!