Opened 14 years ago
Closed 13 years ago
#10902 closed Bug Report - General (Invalid)
channel list empty in Manual Recording form in mythweb
| Reported by: | Owned by: | Rob Smith | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | Plugin - MythWeb | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Hi.
I had raised this issue in the users list in Feb/12 with no solution (http://www.gossamer-threads.com/lists/mythtv/users/507538), and I still don't know if it's a config issue (in which case I apologise) or an actual bug.
I've still got this problem. In the page source (I know php is dynamically generated but maybe it helps) the relevant section is:
<div class="x-options">
<h3>Recording Options:</h3>
<dl>
<dt>Channel: </dt>
<dd><select name="channel"></select></dd>
<dt>Start Date: </dt>
<dd><input type="text" name="startdate" size="10" maxlength="10" value="2012-07-12"><br />For daily recordings, 5 weekdays if a weekday, or 7 days per week if a weekend day.</dd>
<dt>Start Time: </dt>
<dd><input type="text" name="starttime" size="10" maxlength="8" value="14:03:00"></dd>
<dt>Length (min): </dt>
<dd><input type="text" name="length" value="120" size="10" maxlength="4"></dd>
<dt>Title: </dt>
<dd><input type="text" name="title" value="Use callsign" size="30"></dd>
<dt>Subtitle: </dt>
<dd><input type="text" name="subtitle" value="Use date/time" size="30"></dd>
</dl>
</div>
Maybe it's irrelevant but the select for channel doesn't have any more parameters.
Mythweb is at the 23ecd7b3edc03778a4ffae8329d7fe1bcd808ef4 commit.
I'd appreciate any help.
Best regards,
Yianni.
Change History (2)
Note:
See TracTickets
for help on using tickets.

I hadn't retried manual recording for a long time but yesterday, being on 823694f50df7f1c5b48b748ddd23b0929181cbb9, the channel list is available again.
I don't know what fixed it, but you can close this ticket as fixed.
Best regards,
Yianni.