songchenwen / plexdlnaplayer

There is no built in way to cast Plex music to DLNA speakers. This project will be the bridge.
https://hub.docker.com/r/songchenwen/plexdlnaplayer
GNU General Public License v3.0
34 stars 11 forks source link

dlna Marantz M-CR611 GetPositionInfo control error AttributeError 'ClientResponse' object has no attribute 'status_code' #18

Open MrBrownFromLa opened 10 months ago

MrBrownFromLa commented 10 months ago

Hi, I stumble upon your project, I manage to install and authorize my amp a Maratnz MCR-611. Plex Web see the amp but I can't get sound out of it it tell me Reading Problem on the web and this in terminal:

INFO: Started server process [28727] INFO: Waiting for application startup. dlna discover connected INFO: Application startup complete. got new dlna deviec location url http://192.168.1.1:1990/8e3b870d-61e4-44ec-bdaf-32ade8f361bd/WFADevice.xml got new dlna deviec location url http://192.168.1.1:60000/076968b8/gatedesc.xml INFO: Uvicorn running on http://0.0.0.0:32488 (Press CTRL+C to quit) got new dlna deviec location url http://192.168.1.25:8080/description.xml got new dlna device from Marantz M-CR611 init adapter for Marantz M-CR611 in thread MainThread Marantz M-CR611 state start looping state loop Marantz M-CR611 begin in Dlna State Thread Marantz M-CR611 dlna Marantz M-CR611 GetPositionInfo control error AttributeError 'ClientResponse' object has no attribute 'status_code' sub dlna device Marantz M-CR611 urn:schemas-upnp-org:service:AVTransport:1 dlna Marantz M-CR611 GetVolume control error AttributeError 'ClientResponse' object has no attribute 'status_code' dlna Marantz M-CR611 GetTransportInfo control error AttributeError 'ClientResponse' object has no attribute 'status_code' dlna Marantz M-CR611 GetMute control error AttributeError 'ClientResponse' object has no attribute 'status_code' got new dlna deviec location url http://192.168.1.11:32469/DeviceDescription.xml dlna Marantz M-CR611 GetPositionInfo control error AttributeError 'ClientResponse' object has no attribute 'status_code' dlna Marantz M-CR611 GetPositionInfo control error AttributeError 'ClientResponse' object has no attribute 'status_code' dlna Marantz M-CR611 GetPositionInfo control error AttributeError 'ClientResponse' object has no attribute 'status_code' got new dlna deviec location url http://192.168.1.22:80/description.xml dlna Marantz M-CR611 GetPositionInfo control error AttributeError 'ClientResponse' object has no attribute 'status_code' dlna Marantz M-CR611 GetPositionInfo control error AttributeError 'ClientResponse' object has no attribute 'status_code' dlna Marantz M-CR611 GetPositionInfo control error AttributeError 'ClientResponse' object has no attribute 'status_code' dlna Marantz M-CR611 GetPositionInfo control error AttributeError 'ClientResponse' object has no attribute 'status_code' dlna Marantz M-CR611 GetPositionInfo control error AttributeError 'ClientResponse' object has no attribute 'status_code' dlna Marantz M-CR611 GetPositionInfo control error AttributeError 'ClientResponse' object has no attribute 'status_code' dlna Marantz M-CR611 GetPositionInfo control error AttributeError 'ClientResponse' object has no attribute 'status_code' dlna Marantz M-CR611 GetTransportInfo control error AttributeError 'ClientResponse' object has no attribute 'status_code' dlna Marantz M-CR611 GetPositionInfo control error AttributeError 'ClientResponse' object has no attribute 'status_code' dlna Marantz M-CR611 GetPositionInfo control error AttributeError 'ClientResponse' object has no attribute 'status_code' dlna Marantz M-CR611 GetVolume control error AttributeError 'ClientResponse' object has no attribute 'status_code' dlna Marantz M-CR611 GetPositionInfo control error AttributeError 'ClientResponse' object has no attribute 'status_code' dlna Marantz M-CR611 GetPositionInfo control error AttributeError 'ClientResponse' object has no attribute 'status_code' dlna Marantz M-CR611 GetPositionInfo control error AttributeError 'ClientResponse' object has no attribute 'status_code' ^CINFO: Shutting down INFO: Waiting for application shutdown. INFO: ASGI 'lifespan' protocol appears unsupported. INFO: Application shutdown complete. INFO: Finished server process [28727] Marantz M-CR611 state loop Marantz M-CR611 stopped dlna Marantz M-CR611 Stop control error AttributeError 'ClientResponse' object has no attribute 'status_code'

Could you help me?