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

Cant find devices after alexa update #31

Open
Thiru97 opened this issue Mar 30, 2018 · 6 comments
Open

Cant find devices after alexa update #31

Thiru97 opened this issue Mar 30, 2018 · 6 comments

Comments

@Thiru97
Copy link

Thiru97 commented Mar 30, 2018

Hai Sir .. After alexa's new update alexa can't find devices, But raspberry pi is responding to alexa device search.. did they change the xml file .. ? Help me out Please..

@makermusings
Copy link
Owner

It continues to work for me. I have a first generation Echo, and it's possible that other Echo devices are different.

@Thiru97
Copy link
Author

Thiru97 commented Apr 3, 2018 via email

@debdalerich
Copy link

Hi is it possible I could see a copy of this different XML file as I can't get it to work for me?

@Thiru97
Copy link
Author

Thiru97 commented May 27, 2018

No I just changed the model number in xml to 1.0

@debdalerich
Copy link

Oh ok..thanks...i.will.give it a go

@alecks68
Copy link

Dear all, I had the same problem.

I changed

if data.find('M-SEARCH') == 0 and data.find('urn:Belkin:device:**') != -1:
to
if data.find('M-SEARCH') == 0 and data.find('upnp:rootdevice') != -1:

and it works again. However this is most likely quite dirty hack?

Cheers
Alecks

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

4 participants