Opened 12 years ago
Closed 3 years ago
#11237 closed Bug Report - General (Trac EOL)
frontend's play program network_control message gives misleading error messages
Reported by: | Owned by: | Bill Meek | |
---|---|---|---|
Priority: | minor | Milestone: | needs_triage |
Component: | MythTV - General | Version: | Unspecified |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
If you send a misformatted starttime to the frontend's play program command it gives you error messages like "ERROR: You are in playbackbox mode and this command is only for playback mode".
The problem is the test that checks for a play program command also validates it and, on a failure, falls through to the complaint about modes.
The patch disentangles the test and validation parts returns accurate error messages.
Attachments (1)
Change History (5)
Changed 12 years ago by
Attachment: | 0005-Give-helpful-errors-for-network-control-play-program.patch added |
---|
comment:1 Changed 12 years ago by
Owner: | set to danielk |
---|---|
Status: | new → accepted |
comment:2 Changed 9 years ago by
Owner: | danielk deleted |
---|---|
Status: | accepted → new |
comment:3 Changed 5 years ago by
Milestone: | unknown → needs_triage |
---|---|
Owner: | set to Bill Meek |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
Bill, can you review if this is still applicable / relevant?