Closed zepab closed 6 years ago
Thanks for the report. Looks like a bug with parsing, I'll have a look. Are you happy for me to use that data above in unit testing?
See related #28
Thanks for the report. Looks like a bug with parsing, I'll have a look. Are you happy for me to use that data above in unit testing?
yes I'm fine with it. may be you can replace some digit form the mac address and uuid to make it a little annonymous.
yes I'm fine with it. may be you can replace some digit form the mac address and uuid to make it a little annonymous.
Great. Yes I was going to do this actually.
Hi, many thanks for all the work done on this project. I have encountered some issue which need code changes on my side. Issue is linked to the server status answer linked to my LMS installation (lms running on synology nas). A long time ago I had some squeezebox device which are no longer on my network enhance a different status answer (see below the 'sn player count': 2) which cause a parsing error (some entrie have no name key). To fix the error I first update the code as follow: inside server.py use the self.player_names
This avoid the parsing error but then wrongly overwrite the third device named salon with 'Squeezebox Radio Fanal' To have a clean fix I had to use a different command to get the player list:
here below the log with the initial faillure:
Thanks and Regards.