plexdlnaplayer icon indicating copy to clipboard operation
plexdlnaplayer copied to clipboard

plexdlnaplayer lost connection to UPnP renderer | device uuid not found

Open ovizii opened this issue 1 year ago • 0 comments

I was playing music from plexamp (Android) via plexdlnaplayer for a couple of hours until it just stopped.

What I can see is that the UPnP device has disappeared from plexdlnaplayer: image

plexdlnaplayer logs say: device uuid not found c27ad14a-044d-de4e-5781-e45f017832d3

After this happened I tried connecting directly to the UPnP renderer via Airmusic (Android app), the connection worked, and I could play music from the same phone.

After restarting the plexdlnaplayer container all worked again:

plexdlnaplayer  | INFO:     Started server process [1]                                                                                               
plexdlnaplayer  | INFO:     Waiting for application startup.                                                                                         
plexdlnaplayer  | INFO:     Application startup complete.                                                                                            
plexdlnaplayer  | INFO:     Uvicorn running on http://0.0.0.0:32488 (Press CTRL+C to quit)                                                           
plexdlnaplayer  | dlna discover connected                                                                                                            
plexdlnaplayer  | got new dlna deviec location url http://10.10.10.87:40000/device.xml                                                               
plexdlnaplayer  | guessed host ip 10.10.10.10                                                                                                        
plexdlnaplayer  | INFO:     10.10.10.241:51733 - "GET / HTTP/1.1" 200 OK                                                                             
plexdlnaplayer  | INFO:     10.10.10.241:51733 - "GET /favicon.ico HTTP/1.1" 404 Not Found                                                           
plexdlnaplayer  | INFO:     10.10.10.241:51733 - "GET /favicon.ico HTTP/1.1" 404 Not Found                                                           
plexdlnaplayer  | INFO:     10.10.10.241:51733 - "GET / HTTP/1.1" 200 OK                                                                             
plexdlnaplayer  | INFO:     10.10.10.241:51733 - "GET /favicon.ico HTTP/1.1" 404 Not Found                                                           
plexdlnaplayer  | got new dlna deviec location url http://10.10.10.21:49152/uuid-c27ad14a-044d-de4e-5781-e45f017832d3/description.xml                
plexdlnaplayer  | got new dlna device from moody UPNP                                                                                                
plexdlnaplayer  | init adapter for moody UPNP in thread MainThread                                                                                   
plexdlnaplayer  | moody UPNP state start looping                                                                                                     
plexdlnaplayer  | state loop moody UPNP begin in Dlna State Thread moody UPNP                                                                        
plexdlnaplayer  | sub dlna device moody UPNP urn:schemas-upnp-org:service:AVTransport:1                                                              
plexdlnaplayer  | ignoring notice no info                                                                                                            
plexdlnaplayer  | INFO:     10.10.10.21:47192 - "NOTIFY /dlna/callback/c27ad14a-044d-de4e-5781-e45f017832d3 HTTP/1.1" 200 OK                         
plexdlnaplayer  | moody UPNP state change notified {'elapsed': 162000, 'old': {'elapsed': 0, 'current_uri': None, 'current_track_duration': None, 'state': None, 'volume': None, 'muted': None}, 'current_uri': 'http://10.10.10.208:42899/AirMusic.LPCM', 'current_track_duration': 0, 'state': 'PLAYING', 'volume': 37, 'muted': '0'}                                                                                             

ovizii avatar Mar 22 '23 20:03 ovizii