Hi,
After recent changes in Alexa software, no devices are discovered. One difference I've identified is that now Alexa sends M-SEARCH SSDP discovery with header containing Man:

That's easy to fix, in UpnpListener.java change line 106 to:
if(body != null && body.startsWith("M-SEARCH * HTTP/1.1") && ( body.contains("MAN: \"ssdp:discover\"") || body.contains("Man: \"ssdp:discover\""))){
But even after sending a response, Alexa does not see new devices.
Any thoughts from anybody?
Thank you,
Jarek
Hi,
After recent changes in Alexa software, no devices are discovered. One difference I've identified is that now Alexa sends
M-SEARCHSSDP discovery with header containingMan:That's easy to fix, in UpnpListener.java change line 106 to:
But even after sending a response, Alexa does not see new devices.
Any thoughts from anybody?
Thank you,
Jarek