[mythtv-users] New Sky+ App - control Sky box via tcp/ip network

Dave Pearson lists at the-pearsons.co.uk
Fri Dec 14 05:42:08 UTC 2012


-----Original message-----
From:Michael Watson <michael at thewatsonfamily.id.au>
Sent:Fri 14-12-2012 00:10
Subject:Re: [mythtv-users] New Sky+ App - control Sky box via tcp/ip network
To:Discussion about MythTV <mythtv-users at mythtv.org>; 
On 14/12/2012 10:54 AM, Michael Watson wrote:
>
> Try changing the header line to this
>
> headers=  { "SOAPACTION": 
> "urn:schemas-nds-com:service:SkyPlay:2#SetAVTransportURI"}
>
Or

headers=  { "Content-Length": "%d" % len(XML), "SOAPACTION": 
"urn:schemas-nds-com:service:SkyPlay:2#SetAVTransportURI", 
"Content-Type": "text/xml; char-set=utf-8"  }


>
> Regards,
> Michael Watson
>

_______________________________________________
mythtv-users mailing list
mythtv-users at mythtv.org
http://www.mythtv.org/mailman/listinfo/mythtv-users


 Hi,

 
Thanks for the suggestions, the second of them seems to be the closest, but sadly it still fails with this error:

 
500 Internal Server Error

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">

<s:Body>

<s:Fault>

<faultcode>s:Client</faultcode>

<faultstring>UPnPError</faultstring>

<detail>

<UPnPError xmlns="urn:schemas-upnp-org:control-1-0">

<errorCode>-111</errorCode>

<errorDescription>Invalid Action</errorDescription>

</UPnPError>

</detail>

</s:Fault>

</s:Body>

 
Regards,

Dave.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20121214/46fe02ee/attachment.html>


More information about the mythtv-users mailing list