Bug #2565
openxmltv2vdr fails to process large xml files
0%
Description
If xmltv XML file reaches some critical size (my file was 43 MB, attached) the plugin fails to process it and enters infinite loop continiously trying to reparse the file, see log below.
This can be easily fixed by activation of huge file parsing in libxml call, see attachd patch. I request to apply the patch to Mainstream Version.
Sep 29 21:12:54 vdrmain vdr27886: [28419] xmltv2vdr: 'iptvx' iptvx 7 '' 0 pervy-kanal-eu rtr-planeta-eu
Sep 29 21:12:57 vdrmain vdr27886: Entity: line 85401: parser error : internal error: Huge input lookup
Sep 29 21:12:57 vdrmain vdr27886: [80B blob data]
Sep 29 21:12:57 vdrmain vdr27886: ^
Sep 29 21:12:57 vdrmain vdr27886: Entity: line 85401: parser error : Extra content at the end of the document
Sep 29 21:12:57 vdrmain vdr27886: [80B blob data]
Sep 29 21:12:57 vdrmain vdr27886: ^
Sep 29 21:12:57 vdrmain vdr27886: [28419] xmltv2vdr: 'iptvx' ERROR failed to parse xmltv
Files
No data to display