[mythtv-commits] Ticket #11075: services API returns errors as XML no matter what you ask for

MythTV noreply at mythtv.org
Sun Sep 9 02:48:38 UTC 2012


#11075: services API returns errors as XML no matter what you ask for
-------------------------------------------+-------------------------
     Reporter:  George Nassas <gnassas@…>  |      Owner:  dblain
         Type:  Bug Report - General       |     Status:  new
     Priority:  minor                      |  Milestone:  unknown
    Component:  MythTV - UPnP              |    Version:  Master Head
     Severity:  medium                     |   Keywords:
Ticket locked:  0                          |
-------------------------------------------+-------------------------
 {{{
 curl --header accept:application/json
 'http://localhost:6544/Dvr/GetRecordeengList'
 }}}

 yields:

 {{{
 <?xml version="1.0" encoding="utf-8"?>
 <detail>
   <errorCode>401</errorCode>
   <errorDescription>Invalid Action</errorDescription>
 </detail>
 }}}

 that ain't no json I ever heard of!

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11075>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list