Opened 8 years ago
Last modified 6 months ago
#11075 assigned Bug Report - General
services API returns errors as XML no matter what you ask for
Reported by: | Owned by: | dblain | |
---|---|---|---|
Priority: | minor | Milestone: | needs_triage |
Component: | MythTV - UPnP | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
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!
Change History (2)
Note: See
TracTickets for help on using
tickets.