Menu

#165 crashes with SOAP request to update "playCount"

closed-fixed
None
5
2010-09-10
2010-08-08
No

As mentioned in Bug #3041588, I am using fuppes-0.660 on Mac OS X, trying to serve a device from Olive Audio (http://www.olive.us/). fuppes crashed due an unhandled SOAP request.

That request was,

POST /UPnPServices/ContentDirectory/control/ HTTP/1.1
HOST: 192.168.0.2:61173
CONTENT-LENGTH: 430
CONTENT-TYPE: text/xml; charset="utf-8"
CONNECTION: close
SOAPACTION: "urn:schemas-upnp-org:service:ContentDirectory:1#UpdateObject"
USER-AGENT: Linux/2.6.12.6-arm1, UPnP/1.0, Z*App Media Server/1.2

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"
s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<s:Body><u:UpdateObject xmlns:u="urn:schemas-upnp-org:service:ContentDirectory:1">
<ObjectID>00000000B1</ObjectID>
<CurrentTagValue>&lt;vu:playCount&gt;0&lt;/vu:playCount&gt;</CurrentTagValue>
<NewTagValue>&lt;vu:playCount&gt;1&lt;/vu:playCount&gt;</NewTagValue>
</u:UpdateObject>
</s:Body>
</s:Envelope>

Discussion

  • Ulrich Völkel

    Ulrich Völkel - 2010-09-10

    this bug is already fixed in svn
    Thanks!
    - Uli

     
  • Ulrich Völkel

    Ulrich Völkel - 2010-09-10
    • assigned_to: nobody --> u-voelkel
    • status: open --> closed-fixed
     

Log in to post a comment.