UPnP Renderer: bug in SOAP response

Get answers about sharing MediaMonkey for Windows 4 with different devices.

Moderator: Gurus

bubbleguuum
Posts: 6
Joined: Sun Jan 15, 2012 10:13 am

UPnP Renderer: bug in SOAP response

Post by bubbleguuum »

Hi,

There's a bug in the SOAP response of GetTransportInfo(). Output arument CurrentTransportState is missing in the response.

Code: Select all

device exception: org.fourthline.cling.g.b.j: Can't transform message payload: org.fourthline.cling.d.a.d: The argument value is invalid. Invalid number of input or output arguments in XML message, expected 3 but found 2.
context: GetTransportInfo
Manufacturer: Ventis Media, Inc.
Model Description: MediaMonkey UPnP Renderer
Model Name: MediaMonkey Renderer
Model Number: 
bad XML: <?xml version="1.0" encoding="UTF-8"?>
<s:Envelope s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><u:GetTransportInfoResponse xmlns:u="urn:schemas-upnp-org:service:AVTransport:1"><CurrentTransportStatus>OK</CurrentTransportStatus><CurrentSpeed>1</CurrentSpeed></u:GetTransportInfoResponse></s:Body></s:Envelope>
Ludek
Posts: 4964
Joined: Fri Mar 09, 2007 9:00 am

Re: UPnP Renderer: bug in SOAP response

Post by Ludek »

Strange, do you use some older (beta) build of MM4 ?

We return all 3 parameters, possible values for CurrentTransportState are STOPPED, PLAYING, PAUSED_PLAYBACK, NO_MEDIA_PRESENT.

Which control point you tested?
Post Reply