Reply to thread

additional comment, the tvguide.xml date/time format is YYYYMMDDhhmmss so


20000000000000 maps to Y=2000 MM=00 DD=00 hh=00 mm=00 ss=00 with month = 0 day = 0


As a test did a global replace 20000000000000 with 20140619070000 and the "error" tvguide.xml imports without problems. Actual SetupTv-Error.log is following. Not sure why/how your tvguide.xml file gets stop date/time problems.


[code]

[2014-06-14 10:32:17,203] [Log    ] [XmlTvImporter] [ERROR] - XML tv import error loading C:\ProgramData\ServerCare\WebGrab_tvguide1\tvguide.xml err:Year, Month, and Day parameters describe an un-representable DateTime.

    at System.DateTime.DateToTicks(Int32 year, Int32 month, Int32 day)

   at TvEngine.XMLTVImport.CorrectIllegalDateTime(Int64 datetime)

   at TvEngine.XMLTVImport.Import(String fileName, Boolean deleteBeforeImport, Boolean showProgress)

[/code]


Top Bottom