Opened 16 years ago

Closed 16 years ago

#5165 closed defect (fixed)

Mythmovies crashes frontend on malformed XML

Reported by: jonty.wareing@… Owned by: paulh
Priority: minor Milestone: 0.22
Component: mythmovies Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

I've just been poking at grabbers for mythmovies, and found that a grabber returning malformed XML causes the frontend to crash.

Here's the relevant section from my frontend log:

2008-04-06 18:13:04.488 Movie Data Has Expired. Refreshing.
2008-04-06 18:13:04.490 MythMovies Data Grabber: Executing '/usr/local/bin/googlemovies.pl rg16ap'
2008-04-06 18:13:05.812 Grabber Finished. Processing Data.
2008-04-06 18:13:05.818 Error parsing data from grabber: Error: tag mismatch Location Line: 801 Column 9

After that the frontend dies.

If noone else has the time to look into this I'll try to have a poke later in the week. But no promises.

Change History (5)

comment:1 Changed 16 years ago by stuartm

Milestone: unknown0.22
Status: newinfoneeded_new
Version: unknownhead

Can you create a backtrace according to the following http://www.mythtv.org/docs/mythtv-HOWTO-22.html#ss22.2 and attach it to the ticket please.

comment:2 Changed 16 years ago by paulh

Status: infoneeded_newnew

comment:3 Changed 16 years ago by paulh

Owner: changed from stuartm to paulh
Status: newassigned

comment:4 Changed 16 years ago by paulh

(In [17360]) Stop MythMovies? exiting the application when it fails to parse the xml from the grabber.

Refs #5165.

comment:5 Changed 16 years ago by paulh

Resolution: fixed
Status: assignedclosed

(In [17361]) Merge [17360] from trunk.

Stop MythMovies? exiting the application when it fails to parse the xml from the grabber.

Fixes #5165.

Note: See TracTickets for help on using tickets.