2011-06-15, 09:23 PM
I noticed this yesterday but didn't have time to look at it closer. Basically, the TV Guide is 'empty' (no grid and no show details anywhere). Some issue with a KeyNotFoundException...
Code:
2011-06-15 22:05:58.011 [DEBUG][3] Got Web Request (127.0.0.1): /
2011-06-15 22:06:06.992 [INFO][3] RecorderHelperConfig: LoadFromFile()
2011-06-15 22:06:08.039 [INFO][3] RecorderHelperConfig: SaveToFile()
2011-06-15 22:06:09.679 [INFO][3] **********************************************
2011-06-15 22:06:09.679 [INFO][3] * *
2011-06-15 22:06:09.679 [INFO][3] * *
2011-06-15 22:06:09.679 [INFO][3] * NEWA Application Starting......Opening DB *
2011-06-15 22:06:09.679 [INFO][3] * *
2011-06-15 22:06:09.679 [INFO][3] * *
2011-06-15 22:06:09.679 [INFO][3] **********************************************
2011-06-15 22:06:28.845 [DEBUG][3] Got Web Request (127.0.0.1): /Login2.aspx
2011-06-15 22:06:33.891 [INFO][3] Loading Config...
2011-06-15 22:06:33.891 [INFO][3]
2011-06-15 22:06:33.891 [INFO][3] Pulled Credential from Config...
2011-06-15 22:06:33.891 [INFO][3] User= admin
2011-06-15 22:06:33.906 [INFO][3] Password = 5F4DCC3B5AA765D61D8327DEB882CF99
2011-06-15 22:06:33.906 [INFO][3]
2011-06-15 22:06:34.297 [INFO][3] URL-Before-Replace = http://127.0.0.1:8866/Login2.aspx?ReturnUrl=/default.aspx
2011-06-15 22:06:34.313 [INFO][3] URL-After-Replace = http://127.0.0.1:8866/Login2.aspx?ReturnUrl=/default.aspx
2011-06-15 22:06:34.313 [INFO][3] URL-After-Context = http://localhost:8866
2011-06-15 22:06:34.313 [INFO][3] Postback not found....now pulling User Host Info...
2011-06-15 22:06:34.313 [INFO][3] IP V4 Detected on Server
2011-06-15 22:06:34.359 [INFO][3] Using IP4 Address: 127.0.0.1
2011-06-15 22:06:34.359 [INFO][3]
2011-06-15 22:06:34.375 [INFO][3] You have made it to the complete login method....this is a good thing....
2011-06-15 22:06:34.391 [INFO][3] Checking if new theme flag is set....
2011-06-15 22:06:34.391 [INFO][3] New theme flag is not set...
2011-06-15 22:06:34.391 [INFO][3] Checking username not blank, redirect uri = request path...
2011-06-15 22:06:34.391 [INFO][3] Checking to see if the redirec uri is equal to default.aspx or logout.aspx
2011-06-15 22:06:34.391 [INFO][3] Redirect uri was not equal to default.aspx or logout.aspx....
2011-06-15 22:06:34.391 [INFO][3]
2011-06-15 22:06:34.391 [INFO][3]
2011-06-15 22:06:34.391 [INFO][3] Automatic login from 127.0.0.1
2011-06-15 22:06:34.391 [INFO][3]
2011-06-15 22:06:34.391 [INFO][3] Initializing Forms Authentication....
2011-06-15 22:06:34.391 [INFO][3]
2011-06-15 22:06:34.391 [INFO][3] Setting Forms Authentication Cookie....
2011-06-15 22:06:34.391 [INFO][3] Username =
2011-06-15 22:06:34.391 [INFO][3] Cookie Path = /
2011-06-15 22:06:34.391 [INFO][3]
2011-06-15 22:06:34.781 [INFO][3] Checking for auto search execution....
2011-06-15 22:06:34.781 [INFO][3] Auto Search is not set to run or it has aleady run today....
2011-06-15 22:06:34.781 [INFO][3]
2011-06-15 22:06:34.781 [INFO][3] Redirecting to the target page....
2011-06-15 22:06:34.781 [INFO][3] Redirect URL = /default.aspx
2011-06-15 22:06:34.781 [INFO][3]
2011-06-15 22:06:34.781 [INFO][3]
2011-06-15 22:06:34.781 [INFO][3] Establishing login salt
2011-06-15 22:06:34.828 [INFO][3] Login salt = e3b9c6af-c46f-415c-8d77-1d58cea8f838
2011-06-15 22:06:34.828 [INFO][3] Registering hidden field...LoginButton.UniqueID = _ctl0:ContentPlaceHolder1:LoginButton
2011-06-15 22:06:34.828 [INFO][3]
2011-06-15 22:06:37.421 [DEBUG][13] Got Web Request (127.0.0.1): /default.aspx
2011-06-15 22:06:37.593 [INFO][13] Now in default.aspx.......
2011-06-15 22:06:37.999 [DEBUG][3] Got Web Request (127.0.0.1): /Guide2.aspx
2011-06-15 22:06:43.326 [ERROR][3] Unexpected error in EPGEvent.LoadByOID(): System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.ThrowHelper.ThrowKeyNotFoundException()
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at NUtility.EPGEvent.GetListingsForTimePeriod(DateTime startTime, DateTime endTime)
2011-06-15 22:06:43.700 [DEBUG][13] Got Web Request (127.0.0.1): /themes2/Default/css/common.css
2011-06-15 22:06:43.700 [DEBUG][3] Got Web Request (127.0.0.1): /public/popup.js
2011-06-15 22:06:43.919 [DEBUG][14] Got Web Request (127.0.0.1): /public/scrolling.js
2011-06-15 22:06:44.185 [DEBUG][3] Got Web Request (127.0.0.1): /public/Ajax2.js
2011-06-15 22:06:44.200 [DEBUG][14] Got Web Request (127.0.0.1): /public/md5.js
2011-06-15 22:06:44.278 [DEBUG][13] Got Web Request (127.0.0.1): /public/login.js
2011-06-15 22:06:44.278 [DEBUG][3] Got Web Request (127.0.0.1): /themes2/Default/js/common.js
2011-06-15 22:06:44.372 [DEBUG][13] Got Web Request (127.0.0.1): /themes2/Default/js/guide.js
2011-06-15 22:06:44.450 [DEBUG][15] Got Web Request (127.0.0.1): /themes2/Default/css/guide.css
2011-06-15 22:06:45.028 [DEBUG][14] Got Web Request (127.0.0.1): /ScriptResource.axd
2011-06-15 22:06:45.044 [DEBUG][3] Got Web Request (127.0.0.1): /AjaxService2.asmx/jsdebug
2011-06-15 22:06:45.059 [DEBUG][15] Got Web Request (127.0.0.1): /themes2/Default/graphics/main_bg.jpg
2011-06-15 22:06:45.091 [DEBUG][13] Got Web Request (127.0.0.1): /themes2/Default/Graphics/logo_header.png
2011-06-15 22:06:45.950 [DEBUG][15] Got Web Request (127.0.0.1): /themes2/Default/Graphics/line_left.png
2011-06-15 22:06:45.997 [DEBUG][3] Got Web Request (127.0.0.1): /themes2/Default/Graphics/back.gif
2011-06-15 22:06:45.997 [DEBUG][13] Got Web Request (127.0.0.1): /themes2/Default/Graphics/ahead.gif
2011-06-15 22:06:51.214 [DEBUG][14] Got Web Request (127.0.0.1): /AjaxService2.asmx/GetServerTime
2011-06-15 22:06:52.151 [DEBUG][15] Got Web Request (127.0.0.1): /AjaxService2.asmx/GetReminders
2011-06-15 22:06:56.181 [DEBUG][13] Got Web Request (127.0.0.1): /AjaxService2.asmx/GetServerTime
2011-06-15 22:06:58.165 [DEBUG][14] Got Web Request (127.0.0.1): /AjaxService2.asmx/GetReminders
2011-06-15 22:07:01.180 [DEBUG][15] Got Web Request (127.0.0.1): /AjaxService2.asmx/GetServerTime