Hi
I live in GMT +8 timezone and been using WG for a few months with no issue. Lately I noticed my EPG no longer displays the correct data. I checked the logs and it shows this msg:
element site: System.FormatException: String was not recognized as a valid TimeSpan.
at System.Globalization.TimeSpanParse.ProcessTerminal_HM(TimeSpanRawInfo& raw, TimeSpanStandardStyles style, TimeSpanResult& result)
at System.Globalization.TimeSpanParse.ProcessTerminalState(TimeSpanRawInfo& raw, TimeSpanStandardStyles style, TimeSpanResult& result)
at System.Globalization.TimeSpanParse.TryParseTimeSpan(String input, TimeSpanStandardStyles style, IFormatProvider formatProvider, TimeSpanResult& result)
at System.Globalization.TimeSpanParse.Parse(String input, IFormatProvider formatProvider)
at System.TimeSpan.Parse(String s)
at WebGrab.SiteIni..ctor(String ini_file, Utils u)
I did some test and went through the guide.xml file and noticed that in XBMC and WMC, the EPG data is 8 hours behind. I notice the usual UTC/GMT offset for the time/date is missing. Example. instead of "20140211003000 +0800" the guide.xml only shows "20140211003000"
Example:
Data from website: http://api-epg.astro.com.my/api/guide/start/2014-02-11T00:00/end/2014-02...
2014-02-11T00:30:00.0000000Z
2014-02-11T01:30:00.0000000Z
2014-02-10T17:30:00.0000000Z
2014-02-11T00:30:00.0000000Z
2014-02-10T16:30:00.0000000Z
1:1034:20975236
1:1034:20975236
0
0
Scoreboard
Data from guide.xml
<programme start="20140211003000" stop="20140211013000" channel="TV3">
<title lang="en">Scoreboard</title>
<desc lang="en">Rancangan majalah sukan yang mengupas pelbagai isu sukan tanahair dalam pelbagai segmen yang menarik dan berinformasi.</desc>
<category lang="en">Sports</category>
<category lang="en">Others Sports</category>
<rating>
<value>1</value>
</rating>
</programme>
In XBMC
http://i.imgur.com/p5YmH04.png
Any help appreciated. Thanks.
Nvm... updating to latest Beta version seems to have fixed it.