Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No devices discovered after recent changes in Alexa #111

Open
jaroslawhartman opened this issue Sep 23, 2019 · 0 comments
Open

No devices discovered after recent changes in Alexa #111

jaroslawhartman opened this issue Sep 23, 2019 · 0 comments

Comments

@jaroslawhartman
Copy link

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:

image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant