[mythtv-users] Help needed mythtv DVR service - EnableRecordSchedule returns "401Invalid Action"

Bill Meek keemllib at gmail.com
Mon Jan 21 05:01:26 UTC 2013


On 01/20/2013 08:39 PM, MacLaren, James M wrote:
> I have been moving away from socket calls using myth protocol to the new mythtv service API in my RTD1073 frontend client.  Mostly is been a positive transition.  I am stuck trying http://192.168.1.238:6544/Dvr/EnableRecordSchedule?RecordId=140 as the backend returns 401Invalid Action
>
> i would like to resstat the scheduler for that RecordId
> The schedule exists as I can list it via http://192.168.1.238:6544/Dvr/ListRecordSchedule?RecordId=140 and all the entries look correct
>
> I also get  401Invalid Action with DisableRecordSchedule and AddRecordSchedule. This also seems to be the error returned when there is a typo in the service name. I looked at my backend under dvr services and these seem to be listed under http://192.168.1.238:6544/Dvr/wsdl
> Does anyone have any ideas?

Hi;

Take a look here:

     http://www.mythtv.org/wiki/DVR_Service#Dvr_Service_API_List

You'll find that things that change data are likely to
require a POST rather than a GET.

-- 
Bill


More information about the mythtv-users mailing list