Opened 19 years ago
Closed 19 years ago
#4051 closed enhancement (fixed)
Ignore EIT data with invalid start_date
| Reported by: | Owned by: | Janne Grunau | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.21 |
| Component: | eit | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Over the last few days, a channel has been broadcasting some invalid EIT data, with the start_date field as 0xffffffffff, giving a date of 2038-04-22 ff:ff:ff in the database, this causes minor issues in that available guide data shows in the region of 11190 days available, and mythfilldatabase reports that no data has been updated.
Attachments (1)
Change History (7)
comment:1 by , 19 years ago
| Milestone: | unknown → 0.21 |
|---|---|
| Status: | new → infoneeded_new |
| Version: | unknown → head |
comment:2 by , 19 years ago
Looks good so far, give me a week or so to be sure. If I see it occurs again I'll post the patch I have to fix this. For testing right now, I removed my patch to check for this ticket.
comment:3 by , 19 years ago
Still happens with SVN15568, Got this last night "2032-11-17 08:04 (9063 days)"
Attached is a patch which rejects anything beyond 30 days of the current date.
by , 19 years ago
| Attachment: | myth_eitdata.diff added |
|---|
comment:4 by , 19 years ago
| Status: | infoneeded_new → new |
|---|
rejecting events after parsing them is suboptimal, I'll implement it in a different way
comment:5 by , 19 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |

Is this still occurring with current SVN?