bazwilliams / openhomedevice

Python library to access services on Linn Ds and other Openhome devices
MIT License
7 stars 3 forks source link

Bubbleupnpserver renderer #1

Closed KeesKemper closed 7 years ago

KeesKemper commented 7 years ago

The API is working fine with an openhome renderer created with openhome software. However it does not work when I try to access an openhome renderer created with Bubbleupn server. For instance I get the error: "AttributeError: 'NoneType' object has no attribute 'ControlUrl'" when I request the name of the device.

cak85 commented 7 years ago

Hi, I wanted to use this project, too, and had the same issue in combination with upmpdcli. Since @bazwilliams is not responding: I have fixed this issue in 8f883e734bfee791ba9dfaa4c47d712ae91e3c91. See https://github.com/cak85/openhomedevice

Best regards, Christian

bazwilliams commented 7 years ago

Hello!

Github never sent me an issue about this - just received a notification when you @cak85 tagged me.

let me investigate.

bazwilliams commented 7 years ago

@cak85 Can you create a PR for your issue and I'll merge into this repo - again really sorry for not getting back!

bazwilliams commented 7 years ago

Version 0.2.2 has been published thanks to @cak85 sorry I missed this being opened!

cak85 commented 7 years ago

You're welcome! I am not aware of how Github's notification system works; I am just using your great library and stumbled upon this bug.