You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
Hello. I noticed on the homepage that python-songpal supports
BDV-N9200W
, but I encountered the following issue when I attempted to control it: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?The text was updated successfully, but these errors were encountered: