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

Support for BDV-N9200W #147

Open
steven52880 opened this issue Jan 26, 2024 · 1 comment
Open

Support for BDV-N9200W #147

steven52880 opened this issue Jan 26, 2024 · 1 comment

Comments

@steven52880
Copy link

Hello. I noticed on the homepage that python-songpal supports BDV-N9200W, but I encountered the following issue when I attempted to control it:

songpal --endpoint http://192.168.1.187:10000/sony -dd power
Setting debug level to 2
DEBUG:root:Using endpoint http://192.168.1.187:10000/sony
DEBUG:songpal.device:Endpoint: http://192.168.1.187:10000/sony
DEBUG:songpal.device:Guide endpoint: http://192.168.1.187:10000/sony/guide
DEBUG:songpal.device:> POST http://192.168.1.187:10000/sony/guide with body: {'method': 'getSupportedApiInfo', 'params': [{}], 'id': 1, 'version': '1.0'}
DEBUG:songpal.device:Received 200: <bound method ClientResponse.text of <ClientResponse(http://192.168.1.187:10000/sony/guide) [200 OK]>
<CIMultiDictProxy('Connection': 'close', 'Content-Length': '43', 'Content-Type': 'application/json')>
>
Unable to get supported methods: Got an error for getSupportedApiInfo: NoSuchMethod (12): getSupportedApiInfo

I found this issue and some pr related to this, but I didn't see specific instructions on what I should do. #29
And there is a branch feat/allow_local_devinfo. Should I use it for my device?

@rytilahti
Copy link
Owner

I'm not sure when it got added to the list of supported devices, but apparently it shouldn't be there. That PR got never finished, so there's unfortunately no easy way to control that device.

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

2 participants