Kodi Community Forum

Full Version: NHL GameCenter (Timewasted edition)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
Sorry but got an error 403 with the new 0.0.29 update with the Washington game today. Uninstalled 0.0.28 and removed my email and password. Installed the new zip entered my Rogers email and password (then eneterd old username with Rogers for the hell of it) and still getting error 403.
(2016-02-07, 19:18)redlondon Wrote: [ -> ]Sorry but got an error 403 with the new 0.0.29 update with the Washington game today. Uninstalled 0.0.28 and removed my email and password. Installed the new zip entered my Rogers email and password (then eneterd old username with Rogers for the hell of it) and still getting error 403.

Same here.
So far no errors for me today but I only have an option for the Home Stream
just checked the live habs game and it gave me home, away and french. i only tried home but worked.
"recent" games still error out with the error i posted on previous page
Edit: there used to be a dev build posted here. Refer to the first post to see if there is a new build available.
(2016-02-09, 01:05)timewasted Wrote: [ -> ]Dev build, use at your own risk! (version 0.0.30)

This is mostly just bug fixes/cleanups. This should hopefully be pretty close to being in a releasable state. New features are limited to a basic blackout check (displayed when selecting a game that's blacked out), and support for national streams (which were previously just labeled as a home stream).

As always, install it using the "install from zip file" option. A proper release will be pushed out once I have most of the annoying bugs squashed.

thanks for the update, installed .30

no live games right now.. all 4 games show 0-0 but should say not started yet until game actually starts (in my opinion)
checking recent games and picking first one flyers @ capitals i get error:
MEDIA NOT FOUND: THE CONTENT OR EVENT IS NOT FOUND
(FUNCTION: GET_MASTER_PLAYLIST)
this error happens twice then gives me full game, retry, retry
full game gives me national option which plays

above scenario happens to most "recent" games I have tried except for leafs @ senators which gives error:
THIS EVENT IS BLACKED OUT.
no national feed to select

loglines:
Code:
18:46:44 T:1104211888   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.nhl-gamecenter-live/)
18:46:44 T:1104211888   DEBUG:   ParentPath = [plugin://plugin.video.nhl-gamecenter-live/]
18:46:44 T:1104211888   DEBUG: bool XFILE::CPluginDirectory::StartScript(const string&, bool) - calling plugin NHL GameCenter Live('plugin://plugin.video.nhl-gamecenter-live/','1','')
18:46:44 T:1104211888   DEBUG: bool XFILE::CPluginDirectory::WaitOnScriptResult(const string&, int, const string&, bool) - waiting on the NHL GameCenter Live (id=8) plugin...
18:46:44 T:1692941912  NOTICE: Thread LanguageInvoker start, auto delete: false
18:46:44 T:1692941912    INFO: initializing python engine.
18:46:44 T:1692941912   DEBUG: CPythonInvoker(8, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): start processing
18:46:44 T:1692941912  NOTICE: -->Python Interpreter Initialized<--
18:46:44 T:1692941912   DEBUG: CPythonInvoker(8, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): the source file to load is "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py"
18:46:44 T:1692941912   DEBUG: CPythonInvoker(8, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): setting the Python path to /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live:/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.m3u8/lib:/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib:/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.xmltodict/lib:/:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python26.zip:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/plat-linux3:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/lib-tk:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/lib-old:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/lib-dynload
18:46:44 T:1692941912   DEBUG: CPythonInvoker(8, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): entering source directory /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live
18:46:44 T:1692941912   DEBUG: CPythonInvoker(8, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): instantiating addon using automatically obtained id of "plugin.video.nhl-gamecenter-live" dependent on version 2.14.0 of the xbmc.python api
18:46:44 T:1527436528   DEBUG: int CVideoDatabase::RunQuery(const string&) took 100 ms for 44 items query: select * from episode_view  WHERE (episode_view.idShow = 33) AND (((episode_view.playCount IS NULL OR episode_view.playCount = 0)))
18:46:44 T:1527436528   DEBUG: DatabaseUtils::GetSortFieldList: unknown field 25
18:46:45 T:1527436528   DEBUG: bool CMusicDatabase::GetAlbumsByWhere(const string&, const CDatabase::Filter&, CFileItemList&, const SortDescription&, bool) query: SELECT albumview.* FROM albumview  WHERE albumview.strReleaseType = 'album'
18:46:45 T:1527436528   DEBUG: bool CMusicDatabase::GetAlbumsByWhere(const string&, const CDatabase::Filter&, CFileItemList&, const SortDescription&, bool) - query took 59 ms
18:46:45 T:1527436528   DEBUG: int CVideoDatabase::RunQuery(const string&) took 2 ms for 0 items query: select * from musicvideo_view
18:46:45 T:1527436528   DEBUG: Skin Widgets: Total time needed to request recommended queries: 0:00:05.100442
18:46:46 T:1527436528   DEBUG: int CVideoDatabase::RunQuery(const string&) took 417 ms for 1096 items query: select * from movie_view  WHERE ((movie_view.playCount IS NULL OR movie_view.playCount = 0))
18:46:47 T:1527436528   DEBUG: int CVideoDatabase::RunQuery(const string&) took 514 ms for 3691 items query: select * from episode_view  WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
18:46:47 T:1653103720  NOTICE: 127.0.0.1 - - [08/Feb/2016:18:46:47] "GET / HTTP/1.0" 404 1147 "" "Python-urllib/1.17"
18:46:47 T:1653103720  NOTICE: .
18:46:48 T:1692941912   DEBUG: POParser: loaded 66 strings from file /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/resources/language/English/strings.po
18:46:48 T:1104211888   DEBUG: bool XFILE::CPluginDirectory::WaitOnScriptResult(const string&, int, const string&, bool)- plugin returned successfully
18:46:48 T:1692941912    INFO: CPythonInvoker(8, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): script successfully run
18:46:48 T:1728308360  NOTICE: Thread BackgroundLoader start, auto delete: false
18:46:48 T:1728308360   DEBUG: Thread BackgroundLoader 1728308360 terminating
18:46:48 T:1692941912    INFO: Python script stopped
18:46:48 T:1692941912   DEBUG: Thread LanguageInvoker 1692941912 terminating
18:46:48 T:1651099000   DEBUG: virtual bool CImageLoader::DoWork() - took 286 ms to load special://skin/backgrounds/default/default.jpg
18:46:49 T:1527436528   DEBUG: int CVideoDatabase::RunQuery(const string&) took 2 ms for 0 items query: select * from musicvideo_view
18:46:49 T:1527436528   DEBUG: bool CMusicDatabase::GetAlbumsByWhere(const string&, const CDatabase::Filter&, CFileItemList&, const SortDescription&, bool) query: SELECT albumview.* FROM albumview  WHERE albumview.strReleaseType = 'album'
18:46:49 T:1527436528   DEBUG: bool CMusicDatabase::GetAlbumsByWhere(const string&, const CDatabase::Filter&, CFileItemList&, const SortDescription&, bool) - query took 34 ms
18:46:49 T:1527436528   DEBUG: DatabaseUtils::GetSortFieldList: unknown field 36
18:46:49 T:1527436528   DEBUG: Skin Widgets: Total time needed to request recent items queries: 0:00:03.591108
18:46:49 T:1527436528   DEBUG: Skin Widgets: Total time needed for all queries: 0:00:19.339775
18:46:49 T:1104211888   DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0
18:46:49 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): down (0xf081) pressed, action is Down
18:46:50 T:1658037632   DEBUG: virtual bool CImageLoader::DoWork() - took 166 ms to load special://masterprofile/Thumbnails/4/4baa0ad7.jpg
18:46:50 T:1104211888   DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0
18:46:50 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): down (0xf081) pressed, action is Down
18:46:51 T:1104211888   DEBUG: Keyboard: scancode: 0x17, sym: 0x000d, unicode: 0x0000, modifier: 0x0
18:46:51 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): return (0xf00d) pressed, action is Select
18:46:51 T:1104211888   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.nhl-gamecenter-live/?mode=list&type=recent)
18:46:51 T:1104211888   DEBUG:   ParentPath = [plugin://plugin.video.nhl-gamecenter-live/]
18:46:51 T:1651099000   DEBUG: bool XFILE::CPluginDirectory::StartScript(const string&, bool) - calling plugin NHL GameCenter Live('plugin://plugin.video.nhl-gamecenter-live/','2','?mode=list&type=recent')
18:46:51 T:1651099000   DEBUG: bool XFILE::CPluginDirectory::WaitOnScriptResult(const string&, int, const string&, bool) - waiting on the NHL GameCenter Live (id=9) plugin...
18:46:51 T:1676569960  NOTICE: Thread LanguageInvoker start, auto delete: false
18:46:51 T:1676569960    INFO: initializing python engine.
18:46:51 T:1676569960   DEBUG: CPythonInvoker(9, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): start processing
18:46:51 T:1676569960  NOTICE: -->Python Interpreter Initialized<--
18:46:51 T:1676569960   DEBUG: CPythonInvoker(9, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): the source file to load is "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py"
18:46:51 T:1676569960   DEBUG: CPythonInvoker(9, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): setting the Python path to /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live:/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.m3u8/lib:/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib:/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.xmltodict/lib:/:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python26.zip:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/plat-linux3:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/lib-tk:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/lib-old:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/lib-dynload
18:46:51 T:1676569960   DEBUG: CPythonInvoker(9, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): entering source directory /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live
18:46:51 T:1676569960   DEBUG: CPythonInvoker(9, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): instantiating addon using automatically obtained id of "plugin.video.nhl-gamecenter-live" dependent on version 2.14.0 of the xbmc.python api
18:46:51 T:1104211888   DEBUG: ------ Window Init (DialogBusy.xml) ------
18:46:51 T:1104211888   DEBUG: Window DialogBusy.xml was already loaded
18:46:51 T:1104211888   DEBUG: Alloc resources: 0.03ms
18:46:52 T:1657855464  NOTICE: 127.0.0.1 - - [08/Feb/2016:18:46:52] "GET / HTTP/1.0" 404 1147 "" "Python-urllib/1.17"
18:46:52 T:1657855464  NOTICE: .
18:46:54 T:1527436056   DEBUG: Version Check: Already notified one time for upgrading.
18:46:54 T:1527436056    INFO: CPythonInvoker(0, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.xbmc.versioncheck/service.py): script successfully run
18:46:54 T:1527436056    INFO: Python script stopped
18:46:54 T:1527436056   DEBUG: Thread LanguageInvoker 1527436056 terminating
18:46:54 T:1104211888   DEBUG: SECTION:UnloadDelayed(DLL: libcec.so)
18:46:54 T:1104211888   DEBUG: Unloading: /libcec.so
18:46:55 T:1104211888   DEBUG: SECTION:UnloadDelayed(DLL: libImageLib-arm.so)
18:46:55 T:1104211888   DEBUG: Unloading: /libImageLib-arm.so
18:47:00 T:1676569960   DEBUG: POParser: loaded 66 strings from file /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/resources/language/English/strings.po
18:47:00 T:1676569960    INFO: CPythonInvoker(9, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): script successfully run
18:47:00 T:1651099000   DEBUG: bool XFILE::CPluginDirectory::WaitOnScriptResult(const string&, int, const string&, bool)- plugin returned successfully
18:47:00 T:1104211888   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
18:47:00 T:1717527888  NOTICE: Thread BackgroundLoader start, auto delete: false
18:47:00 T:1717527888   DEBUG: Thread BackgroundLoader 1717527888 terminating
18:47:01 T:1676569960    INFO: Python script stopped
18:47:01 T:1676569960   DEBUG: Thread LanguageInvoker 1676569960 terminating
18:47:01 T:1651099000   DEBUG: virtual bool CImageLoader::DoWork() - took 191 ms to load special://skin/backgrounds/default/default.jpg
18:47:30 T:1658037632   DEBUG: Thread JobWorker 1658037632 terminating (autodelete)
18:47:30 T:1667625584   DEBUG: Thread JobWorker 1667625584 terminating (autodelete)
18:47:31 T:1651099000   DEBUG: Thread JobWorker 1651099000 terminating (autodelete)
18:47:34 T:1104211888   DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0
18:47:34 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): down (0xf081) pressed, action is Down
18:47:34 T:1678122648  NOTICE: Thread JobWorker start, auto delete: true
18:47:35 T:1678122648   DEBUG: virtual bool CImageLoader::DoWork() - took 182 ms to load special://masterprofile/Thumbnails/4/4baa0ad7.jpg
18:47:36 T:1104211888   DEBUG: Keyboard: scancode: 0x17, sym: 0x000d, unicode: 0x0000, modifier: 0x0
18:47:36 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): return (0xf00d) pressed, action is Select
18:47:36 T:1104211888   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.nhl-gamecenter-live/?game=gAJ9cQAoVQphd2F5X2dvYWxzcQFLAlUJaG9tZV90ZWFtcQJYAwAAAFdTSHEDVQlhd2F5X3RlYW1xBFgDAAAAUEhJcQVVCGV2ZW50X2lkcQZYCwAAADIyMS0xMDAwODkwcQdVBnNlYXNvbnEIWAgAAAAyMDE1MjAxNnEJVQpzdGFydF90aW1lcQpjZGF0ZXRpbWUKZGF0ZXRpbWUKcQtVCgfgAgcRAAAAAABxDGNkYXRldXRpbC50egp0enV0YwpxDSmBcQ59cQ9ihnEQUnERVQpob21lX2dvYWxzcRJLA1UFZW5kZWRxE4hVBGxpdmVxFIlVB3N0cmVhbXNxFX1xFihVCmhpZ2hsaWdodHNxF1gIAAAANDA5NzUyMDNxGGgUfXEZKFUEaG9tZXEaTlUIbmF0aW9uYWxxG1gIAAAANDA4OTMzMDNxHFUEYXdheXEdTlUGZnJlbmNocR5OdVUJY29uZGVuc2VkcR9YCAAAADQwOTkyMjAzcSB1VQhlbmRfdGltZXEhTlULZnJlbmNoX2dhbWVxIolVC3NlYXNvbl90eXBlcSNYAQAAAFJxJFUEZGF0ZXElWAoAAAAyMDE2LTAyLTA3cSZVAmlkcSdK88YaeFUHYmxvY2tlZHEoiXUu&mode=view_options)
18:47:36 T:1104211888   DEBUG:   ParentPath = [plugin://plugin.video.nhl-gamecenter-live/?mode=list&type=recent]
18:47:36 T:1678122648   DEBUG: bool XFILE::CPluginDirectory::StartScript(const string&, bool) - calling plugin NHL GameCenter Live('plugin://plugin.video.nhl-gamecenter-live/','3','?game=gAJ9cQAoVQphd2F5X2dvYWxzcQFLAlUJaG9tZV90ZWFtcQJYAwAAAFdTSHEDVQlhd2F5X3RlYW1xBFgDAAAAUEhJcQVVCGV2ZW50X2lkcQZYCwAAADIyMS0xMDAwODkwcQdVBnNlYXNvbnEIWAgAAAAyMDE1MjAxNnEJVQpzdGFydF90aW1lcQpjZGF0ZXRpbWUKZGF0ZXRpbWUKcQtVCgfgAgcRAAAAAABxDGNkYXRldXRpbC50egp0enV0YwpxDSmBcQ59cQ9ihnEQUnERVQpob21lX2dvYWxzcRJLA1UFZW5kZWRxE4hVBGxpdmVxFIlVB3N0cmVhbXNxFX1xFihVCmhpZ2hsaWdodHNxF1gIAAAANDA5NzUyMDNxGGgUfXEZKFUEaG9tZXEaTlUIbmF0aW9uYWxxG1gIAAAANDA4OTMzMDNxHFUEYXdheXEdTlUGZnJlbmNocR5OdVUJY29uZGVuc2VkcR9YCAAAADQwOTkyMjAzcSB1VQhlbmRfdGltZXEhTlULZnJlbmNoX2dhbWVxIolVC3NlYXNvbl90eXBlcSNYAQAAAFJxJFUEZGF0ZXElWAoAAAAyMDE2LTAyLTA3cSZVAmlkcSdK88YaeFUHYmxvY2tlZHEoiXUu&mode=view_options')
18:47:36 T:1678122648   DEBUG: bool XFILE::CPluginDirectory::WaitOnScriptResult(const string&, int, const string&, bool) - waiting on the NHL GameCenter Live (id=10) plugin...
18:47:36 T:1697204896  NOTICE: Thread LanguageInvoker start, auto delete: false
18:47:36 T:1697204896    INFO: initializing python engine.
18:47:36 T:1697204896   DEBUG: CPythonInvoker(10, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): start processing
18:47:36 T:1697204896  NOTICE: -->Python Interpreter Initialized<--
18:47:36 T:1697204896   DEBUG: CPythonInvoker(10, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): the source file to load is "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py"
18:47:36 T:1697204896   DEBUG: CPythonInvoker(10, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): setting the Python path to /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live:/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.m3u8/lib:/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib:/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.xmltodict/lib:/:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python26.zip:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/plat-linux3:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/lib-tk:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/lib-old:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/lib-dynload
18:47:36 T:1697204896   DEBUG: CPythonInvoker(10, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): entering source directory /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live
18:47:36 T:1697204896   DEBUG: CPythonInvoker(10, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): instantiating addon using automatically obtained id of "plugin.video.nhl-gamecenter-live" dependent on version 2.14.0 of the xbmc.python api
18:47:36 T:1104211888   DEBUG: ------ Window Init (DialogBusy.xml) ------
18:47:36 T:1104211888   DEBUG: Window DialogBusy.xml was already loaded
18:47:36 T:1104211888   DEBUG: Alloc resources: 0.01ms
18:47:37 T:1657868400  NOTICE: 127.0.0.1 - - [08/Feb/2016:18:47:37] "GET / HTTP/1.0" 404 1147 "" "Python-urllib/1.17"
18:47:37 T:1657868400  NOTICE: .
18:47:38 T:1697204896   ERROR: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
                                              SNIMissingWarning
18:47:38 T:1697204896   ERROR: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
                                              InsecurePlatformWarning
18:47:40 T:1697204896   DEBUG: POParser: loaded 66 strings from file /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/resources/language/English/strings.po
18:47:40 T:1104211888   DEBUG: ------ Window Init (DialogOK.xml) ------
18:47:40 T:1104211888    INFO: Loading skin file: DialogOK.xml, load type: KEEP_IN_MEMORY
18:47:40 T:1104211888   DEBUG: Load DialogOK.xml: 6.56ms
18:47:40 T:1104211888   DEBUG: Alloc resources: 6.92ms  (6.89 ms skin load)
18:50:05 T:1104211888   DEBUG: Keyboard: scancode: 0x17, sym: 0x000d, unicode: 0x0000, modifier: 0x0
18:50:05 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): return (0xf00d) pressed, action is Select
18:50:05 T:1104211888   DEBUG: ------ Window Deinit (DialogOK.xml) ------
18:50:06 T:1697204896   ERROR: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
                                              InsecurePlatformWarning
18:50:06 T:1104211888   DEBUG: ------ Window Init (DialogOK.xml) ------
18:50:06 T:1104211888   DEBUG: Window DialogOK.xml was already loaded
18:50:06 T:1104211888   DEBUG: Alloc resources: 0.04ms
18:50:08 T:1104211888   DEBUG: Keyboard: scancode: 0x17, sym: 0x000d, unicode: 0x0000, modifier: 0x0
18:50:08 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): return (0xf00d) pressed, action is Select
18:50:08 T:1104211888   DEBUG: ------ Window Deinit (DialogOK.xml) ------
18:50:08 T:1697204896    INFO: CPythonInvoker(10, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): script successfully run
18:50:08 T:1678122648   DEBUG: bool XFILE::CPluginDirectory::WaitOnScriptResult(const string&, int, const string&, bool)- plugin returned successfully
18:50:08 T:1104211888   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
18:50:08 T:1104211888   DEBUG: Saving fileitems [plugin://plugin.video.nhl-gamecenter-live/?game=gAJ9cQAoVQphd2F5X2dvYWxzcQFLAlUJaG9tZV90ZWFtcQJYAwAAAFdTSHEDVQlhd2F5X3RlYW1xBFgDAAAAUEhJcQVVCGV2ZW50X2lkcQZYCwAAADIyMS0xMDAwODkwcQdVBnNlYXNvbnEIWAgAAAAyMDE1MjAxNnEJVQpzdGFydF90aW1lcQpjZGF0ZXRpbWUKZGF0ZXRpbWUKcQtVCgfgAgcRAAAAAABxDGNkYXRldXRpbC50egp0enV0YwpxDSmBcQ59cQ9ihnEQUnERVQpob21lX2dvYWxzcRJLA1UFZW5kZWRxE4hVBGxpdmVxFIlVB3N0cmVhbXNxFX1xFihVCmhpZ2hsaWdodHNxF1gIAAAANDA5NzUyMDNxGGgUfXEZKFUEaG9tZXEaTlUIbmF0aW9uYWxxG1gIAAAANDA4OTMzMDNxHFUEYXdheXEdTlUGZnJlbmNocR5OdVUJY29uZGVuc2VkcR9YCAAAADQwOTkyMjAzcSB1VQhlbmRfdGltZXEhTlULZnJlbmNoX2dhbWVxIolVC3NlYXNvbl90eXBlcSNYAQAAAFJxJFUEZGF0ZXElWAoAAAAyMDE2LTAyLTA3cSZVAmlkcSdK88YaeFUHYmxvY2tlZHEoiXUu&mode=view_options]
18:50:08 T:1104211888   DEBUG:   -- items: 3, sort method: 0, ascending: false
18:50:08 T:1682257040  NOTICE: Thread BackgroundLoader start, auto delete: false
18:50:08 T:1682257040   DEBUG: Thread BackgroundLoader 1682257040 terminating
18:50:08 T:1697204896    INFO: Python script stopped
18:50:08 T:1697204896   DEBUG: Thread LanguageInvoker 1697204896 terminating
18:50:08 T:1678122648   DEBUG: virtual bool CImageLoader::DoWork() - took 197 ms to load special://skin/backgrounds/default/default.jpg
18:50:38 T:1678122648   DEBUG: Thread JobWorker 1678122648 terminating (autodelete)
18:51:10 T:1104211888   DEBUG: Keyboard: scancode: 0x17, sym: 0x000d, unicode: 0x0000, modifier: 0x0
18:51:10 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): return (0xf00d) pressed, action is Select
18:51:10 T:1104211888   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.nhl-gamecenter-live/?mode=list&type=recent)
18:51:10 T:1104211888   DEBUG:   ParentPath = [plugin://plugin.video.nhl-gamecenter-live/]
18:51:10 T:1723611264  NOTICE: Thread JobWorker start, auto delete: true
18:51:10 T:1723611264   DEBUG: bool XFILE::CPluginDirectory::StartScript(const string&, bool) - calling plugin NHL GameCenter Live('plugin://plugin.video.nhl-gamecenter-live/','4','?mode=list&type=recent')
18:51:10 T:1723611264   DEBUG: bool XFILE::CPluginDirectory::WaitOnScriptResult(const string&, int, const string&, bool) - waiting on the NHL GameCenter Live (id=11) plugin...
18:51:10 T:1726554592  NOTICE: Thread LanguageInvoker start, auto delete: false
18:51:10 T:1726554592    INFO: initializing python engine.
18:51:10 T:1726554592   DEBUG: CPythonInvoker(11, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): start processing
18:51:10 T:1726554592  NOTICE: -->Python Interpreter Initialized<--
18:51:10 T:1726554592   DEBUG: CPythonInvoker(11, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): the source file to load is "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py"
18:51:10 T:1726554592   DEBUG: CPythonInvoker(11, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): setting the Python path to /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live:/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.m3u8/lib:/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib:/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.xmltodict/lib:/:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python26.zip:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/plat-linux3:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/lib-tk:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/lib-old:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/lib-dynload
18:51:10 T:1726554592   DEBUG: CPythonInvoker(11, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): entering source directory /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live
18:51:10 T:1726554592   DEBUG: CPythonInvoker(11, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): instantiating addon using automatically obtained id of "plugin.video.nhl-gamecenter-live" dependent on version 2.14.0 of the xbmc.python api
18:51:10 T:1104211888   DEBUG: ------ Window Init (DialogBusy.xml) ------
18:51:10 T:1104211888   DEBUG: Window DialogBusy.xml was already loaded
18:51:10 T:1104211888   DEBUG: Alloc resources: 0.01ms
18:51:11 T:1657949040  NOTICE: 127.0.0.1 - - [08/Feb/2016:18:51:11] "GET / HTTP/1.0" 404 1147 "" "Python-urllib/1.17"
18:51:11 T:1657949040  NOTICE: .
18:51:19 T:1726554592   DEBUG: POParser: loaded 66 strings from file /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/resources/language/English/strings.po
18:51:20 T:1723611264   DEBUG: bool XFILE::CPluginDirectory::WaitOnScriptResult(const string&, int, const string&, bool)- plugin returned successfully
18:51:20 T:1726554592    INFO: CPythonInvoker(11, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): script successfully run
18:51:20 T:1104211888   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
18:51:20 T:1726554592    INFO: Python script stopped
18:51:20 T:1726554592   DEBUG: Thread LanguageInvoker 1726554592 terminating
18:51:20 T:1715789144  NOTICE: Thread BackgroundLoader start, auto delete: false
18:51:20 T:1715789144   DEBUG: Thread BackgroundLoader 1715789144 terminating
18:51:20 T:1683430784  NOTICE: Thread BackgroundLoader start, auto delete: false
18:51:20 T:1683430784   DEBUG: Thread BackgroundLoader 1683430784 terminating
18:51:20 T:1723611264   DEBUG: virtual bool CImageLoader::DoWork() - took 151 ms to load special://masterprofile/Thumbnails/4/4baa0ad7.jpg
18:51:24 T:1104211888   DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0
18:51:24 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): down (0xf081) pressed, action is Down
18:51:24 T:1104211888   DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0
18:51:24 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): down (0xf081) pressed, action is Down
18:51:24 T:1104211888   DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0
18:51:24 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): down (0xf081) pressed, action is Down
18:51:24 T:1104211888   DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0
18:51:24 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): down (0xf081) pressed, action is Down
18:51:24 T:1104211888   DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0
18:51:24 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): down (0xf081) pressed, action is Down
18:51:25 T:1104211888   DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0
18:51:25 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): down (0xf081) pressed, action is Down
18:51:25 T:1104211888   DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0
18:51:25 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): down (0xf081) pressed, action is Down
18:51:25 T:1721928040  NOTICE: Thread JobWorker start, auto delete: true
18:51:25 T:1104211888   DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0
18:51:25 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): down (0xf081) pressed, action is Down
18:51:25 T:1104211888   DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0
18:51:25 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): down (0xf081) pressed, action is Down
18:51:27 T:1104211888   DEBUG: Keyboard: scancode: 0x13, sym: 0x0111, unicode: 0x0000, modifier: 0x0
18:51:27 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): up (0xf080) pressed, action is Up
18:51:37 T:1104211888   DEBUG: Keyboard: scancode: 0x17, sym: 0x000d, unicode: 0x0000, modifier: 0x0
18:51:37 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): return (0xf00d) pressed, action is Select
18:51:37 T:1104211888   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.nhl-gamecenter-live/?game=gAJ9cQAoVQphd2F5X2dvYWxzcQFLAVUJaG9tZV90ZWFtcQJYAwAAAE9UVHEDVQlhd2F5X3RlYW1xBFgDAAAAVE9ScQVVCGV2ZW50X2lkcQZYCwAAADIyMS0xMDAwODgzcQdVBnNlYXNvbnEIWAgAAAAyMDE1MjAxNnEJVQpzdGFydF90aW1lcQpjZGF0ZXRpbWUKZGF0ZXRpbWUKcQtVCgfgAgcAAAAAAABxDGNkYXRldXRpbC50egp0enV0YwpxDSmBcQ59cQ9ihnEQUnERVQpob21lX2dvYWxzcRJLBlUFZW5kZWRxE4hVBGxpdmVxFIlVB3N0cmVhbXNxFX1xFihVCmhpZ2hsaWdodHNxF1gIAAAANDA5NjAzMDNxGGgUfXEZKFUEaG9tZXEaTlUIbmF0aW9uYWxxG1gIAAAANDA4NzcyMDNxHFUEYXdheXEdTlUGZnJlbmNocR5YCAAAADQwODc3NjAzcR91VQljb25kZW5zZWRxIFgIAAAANDA5NTU3MDNxIXVVCGVuZF90aW1lcSJOVQtmcmVuY2hfZ2FtZXEjiFULc2Vhc29uX3R5cGVxJFgBAAAAUnElVQRkYXRlcSZYCgAAADIwMTYtMDItMDZxJ1UCaWRxKErsxhp4VQdibG9ja2VkcSmJdS4%3d&mode=view_options)
18:51:37 T:1104211888   DEBUG:   ParentPath = [plugin://plugin.video.nhl-gamecenter-live/?mode=list&type=recent]
18:51:37 T:1723611264   DEBUG: bool XFILE::CPluginDirectory::StartScript(const string&, bool) - calling plugin NHL GameCenter Live('plugin://plugin.video.nhl-gamecenter-live/','5','?game=gAJ9cQAoVQphd2F5X2dvYWxzcQFLAVUJaG9tZV90ZWFtcQJYAwAAAE9UVHEDVQlhd2F5X3RlYW1xBFgDAAAAVE9ScQVVCGV2ZW50X2lkcQZYCwAAADIyMS0xMDAwODgzcQdVBnNlYXNvbnEIWAgAAAAyMDE1MjAxNnEJVQpzdGFydF90aW1lcQpjZGF0ZXRpbWUKZGF0ZXRpbWUKcQtVCgfgAgcAAAAAAABxDGNkYXRldXRpbC50egp0enV0YwpxDSmBcQ59cQ9ihnEQUnERVQpob21lX2dvYWxzcRJLBlUFZW5kZWRxE4hVBGxpdmVxFIlVB3N0cmVhbXNxFX1xFihVCmhpZ2hsaWdodHNxF1gIAAAANDA5NjAzMDNxGGgUfXEZKFUEaG9tZXEaTlUIbmF0aW9uYWxxG1gIAAAANDA4NzcyMDNxHFUEYXdheXEdTlUGZnJlbmNocR5YCAAAADQwODc3NjAzcR91VQljb25kZW5zZWRxIFgIAAAANDA5NTU3MDNxIXVVCGVuZF90aW1lcSJOVQtmcmVuY2hfZ2FtZXEjiFULc2Vhc29uX3R5cGVxJFgBAAAAUnElVQRkYXRlcSZYCgAAADIwMTYtMDItMDZxJ1UCaWRxKErsxhp4VQdibG9ja2VkcSmJdS4%3d&mode=view_options')
18:51:37 T:1723611264   DEBUG: bool XFILE::CPluginDirectory::WaitOnScriptResult(const string&, int, const string&, bool) - waiting on the NHL GameCenter Live (id=12) plugin...
18:51:37 T:1698922096  NOTICE: Thread LanguageInvoker start, auto delete: false
18:51:37 T:1698922096    INFO: initializing python engine.
18:51:37 T:1698922096   DEBUG: CPythonInvoker(12, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): start processing
18:51:37 T:1698922096  NOTICE: -->Python Interpreter Initialized<--
18:51:37 T:1698922096   DEBUG: CPythonInvoker(12, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): the source file to load is "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py"
18:51:37 T:1698922096   DEBUG: CPythonInvoker(12, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): setting the Python path to /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live:/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.m3u8/lib:/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib:/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.xmltodict/lib:/:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python26.zip:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/plat-linux3:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/lib-tk:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/lib-old:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/lib-dynload
18:51:37 T:1698922096   DEBUG: CPythonInvoker(12, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): entering source directory /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live
18:51:37 T:1698922096   DEBUG: CPythonInvoker(12, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): instantiating addon using automatically obtained id of "plugin.video.nhl-gamecenter-live" dependent on version 2.14.0 of the xbmc.python api
18:51:38 T:1104211888   DEBUG: ------ Window Init (DialogBusy.xml) ------
18:51:38 T:1104211888   DEBUG: Window DialogBusy.xml was already loaded
18:51:38 T:1104211888   DEBUG: Alloc resources: 0.01ms
18:51:39 T:1679529416  NOTICE: 127.0.0.1 - - [08/Feb/2016:18:51:39] "GET / HTTP/1.0" 404 1147 "" "Python-urllib/1.17"
18:51:39 T:1679529416  NOTICE: .
18:51:39 T:1698922096   ERROR: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
                                              SNIMissingWarning
18:51:39 T:1698922096   ERROR: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
                                              InsecurePlatformWarning
18:51:40 T:1698922096   DEBUG: POParser: loaded 66 strings from file /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/resources/language/English/strings.po
18:51:40 T:1104211888   DEBUG: ------ Window Init (DialogOK.xml) ------
18:51:40 T:1104211888   DEBUG: Window DialogOK.xml was already loaded
18:51:40 T:1104211888   DEBUG: Alloc resources: 0.04ms
18:52:06 T:1104211888   DEBUG: Keyboard: scancode: 0x17, sym: 0x000d, unicode: 0x0000, modifier: 0x0
18:52:06 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): return (0xf00d) pressed, action is Select
18:52:06 T:1104211888   DEBUG: ------ Window Deinit (DialogOK.xml) ------
18:52:06 T:1698922096    INFO: CPythonInvoker(12, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): script successfully run
18:52:06 T:1723611264   DEBUG: bool XFILE::CPluginDirectory::WaitOnScriptResult(const string&, int, const string&, bool)- plugin returned successfully
18:52:06 T:1104211888   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
18:52:06 T:1698922096    INFO: Python script stopped
18:52:06 T:1673191664  NOTICE: Thread BackgroundLoader start, auto delete: false
18:52:06 T:1698922096   DEBUG: Thread LanguageInvoker 1698922096 terminating
18:52:06 T:1673191664   DEBUG: Thread BackgroundLoader 1673191664 terminating
18:52:06 T:1723611264   DEBUG: virtual bool CImageLoader::DoWork() - took 125 ms to load special://skin/backgrounds/default/default.jpg
18:52:25 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:25 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:25 T:1104211888   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.nhl-gamecenter-live/?mode=list&type=recent)
18:52:25 T:1104211888   DEBUG:   ParentPath = [plugin://plugin.video.nhl-gamecenter-live/]
18:52:25 T:1721928040   DEBUG: bool XFILE::CPluginDirectory::StartScript(const string&, bool) - calling plugin NHL GameCenter Live('plugin://plugin.video.nhl-gamecenter-live/','6','?mode=list&type=recent')
18:52:25 T:1721928040   DEBUG: bool XFILE::CPluginDirectory::WaitOnScriptResult(const string&, int, const string&, bool) - waiting on the NHL GameCenter Live (id=13) plugin...
18:52:25 T:1672527552  NOTICE: Thread LanguageInvoker start, auto delete: false
18:52:25 T:1672527552    INFO: initializing python engine.
18:52:25 T:1672527552   DEBUG: CPythonInvoker(13, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): start processing
18:52:25 T:1672527552  NOTICE: -->Python Interpreter Initialized<--
18:52:25 T:1672527552   DEBUG: CPythonInvoker(13, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): the source file to load is "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py"
18:52:25 T:1672527552   DEBUG: CPythonInvoker(13, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): setting the Python path to /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live:/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.m3u8/lib:/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib:/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.xmltodict/lib:/:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python26.zip:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/plat-linux3:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/lib-tk:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/lib-old:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/lib-dynload
18:52:25 T:1672527552   DEBUG: CPythonInvoker(13, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): entering source directory /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live
18:52:25 T:1672527552   DEBUG: CPythonInvoker(13, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): instantiating addon using automatically obtained id of "plugin.video.nhl-gamecenter-live" dependent on version 2.14.0 of the xbmc.python api
18:52:25 T:1104211888   DEBUG: ------ Window Init (DialogBusy.xml) ------
18:52:25 T:1104211888   DEBUG: Window DialogBusy.xml was already loaded
18:52:25 T:1104211888   DEBUG: Alloc resources: 0.01ms
18:52:25 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:25 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:25 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:25 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:25 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:25 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:25 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:25 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:25 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:25 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:25 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:25 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:25 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:25 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:25 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:25 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:25 T:1104211888   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
18:52:25 T:1104211888   ERROR: static bool XFILE::CDirectory::GetDirectory(const CURL&, CFileItemList&, const XFILE::CDirectory::CHints&, bool) - Error getting plugin://plugin.video.nhl-gamecenter-live/?mode=list&type=recent
18:52:25 T:1104211888   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.nhl-gamecenter-live/?mode=list&type=recent) failed
18:52:25 T:1104211888   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.nhl-gamecenter-live/)
18:52:25 T:1104211888   DEBUG:   ParentPath = [plugin://]
18:52:25 T:1723611264   DEBUG: bool XFILE::CPluginDirectory::StartScript(const string&, bool) - calling plugin NHL GameCenter Live('plugin://plugin.video.nhl-gamecenter-live/','7','')
18:52:25 T:1723611264   DEBUG: bool XFILE::CPluginDirectory::WaitOnScriptResult(const string&, int, const string&, bool) - waiting on the NHL GameCenter Live (id=14) plugin...
18:52:25 T:1679968840  NOTICE: Thread LanguageInvoker start, auto delete: false
18:52:25 T:1679968840    INFO: initializing python engine.
18:52:25 T:1679968840   DEBUG: CPythonInvoker(14, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): start processing
18:52:26 T:1104211888   DEBUG: ------ Window Init (DialogBusy.xml) ------
18:52:26 T:1104211888   DEBUG: Window DialogBusy.xml was already loaded
18:52:26 T:1104211888   DEBUG: Alloc resources: 0.03ms
18:52:26 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:26 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:26 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:26 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:26 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:26 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:26 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:26 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:26 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:26 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:26 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:26 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:26 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:26 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:26 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:26 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:26 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:26 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:26 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:26 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:26 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:26 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:26 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:26 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:26 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:26 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:26 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:26 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:26 T:1104211888   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
18:52:26 T:1104211888   ERROR: static bool XFILE::CDirectory::GetDirectory(const CURL&, CFileItemList&, const XFILE::CDirectory::CHints&, bool) - Error getting plugin://plugin.video.nhl-gamecenter-live/
18:52:26 T:1104211888   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.nhl-gamecenter-live/) failed
18:52:26 T:1104211888   DEBUG: CGUIMediaWindow::GetDirectory (plugin://)
18:52:26 T:1104211888   DEBUG:   ParentPath = []
18:52:26 T:1658059768  NOTICE: Thread JobWorker start, auto delete: true
18:52:26 T:1658059768   ERROR: Unable to find plugin
18:52:26 T:1104211888   ERROR: static bool XFILE::CDirectory::GetDirectory(const CURL&, CFileItemList&, const XFILE::CDirectory::CHints&, bool) - Error getting plugin://
18:52:26 T:1104211888   ERROR: CGUIMediaWindow::GetDirectory(plugin://) failed
18:52:26 T:1104211888   DEBUG: CGUIMediaWindow::GetDirectory ()
18:52:26 T:1104211888   DEBUG:   ParentPath = []
18:52:26 T:1716032200  NOTICE: Thread BackgroundLoader start, auto delete: false
18:52:26 T:1716032200   DEBUG: Thread BackgroundLoader 1716032200 terminating
18:52:26 T:1104211888   DEBUG: CGUIMediaWindow::GetDirectory ()
18:52:26 T:1104211888   DEBUG:   ParentPath = []
18:52:26 T:1666628624  NOTICE: Thread BackgroundLoader start, auto delete: false
18:52:26 T:1666628624   DEBUG: Thread BackgroundLoader 1666628624 terminating
18:52:26 T:1104211888   DEBUG: CGUIMediaWindow::GetDirectory ()
18:52:26 T:1104211888   DEBUG:   ParentPath = []
18:52:26 T:1672295328  NOTICE: Thread BackgroundLoader start, auto delete: false
18:52:26 T:1672295328   DEBUG: Thread BackgroundLoader 1672295328 terminating
18:52:26 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:26 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:26 T:1104211888   DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
18:52:26 T:1679968840  NOTICE: -->Python Interpreter Initialized<--
18:52:26 T:1679968840   DEBUG: CPythonInvoker(14, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): the source file to load is "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py"
18:52:26 T:1679968840   DEBUG: CPythonInvoker(14, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): setting the Python path to /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live:/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.m3u8/lib:/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib:/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.xmltodict/lib:/:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python26.zip:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/plat-linux3:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/lib-tk:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/lib-old:/data/app/org.xbmc.kodi-2.apk/assets/python2.6/lib/python2.6/lib-dynload
18:52:26 T:1679968840   DEBUG: CPythonInvoker(14, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): entering source directory /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live
18:52:26 T:1679968840   DEBUG: CPythonInvoker(14, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): instantiating addon using automatically obtained id of "plugin.video.nhl-gamecenter-live" dependent on version 2.14.0 of the xbmc.python api
18:52:26 T:1721928040   DEBUG: bool XFILE::CPluginDirectory::WaitOnScriptResult(const string&, int, const string&, bool)- cancelling plugin NHL GameCenter Live (id=13)
18:52:26 T:1104211888   DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
18:52:26 T:1104211888   DEBUG: CGUIWindowManager::PreviousWindow: Activate new
18:52:26 T:1104211888   DEBUG: ------ Window Init (Home.xml) ------
18:52:26 T:1104211888   DEBUG: Window Home.xml was already loaded
18:52:26 T:1104211888   DEBUG: Alloc resources: 0.72ms
18:52:26 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:26 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:26 T:1104211888   DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
18:52:26 T:1104211888   ERROR: Unable to activate the previous window
18:52:26 T:1104211888   DEBUG: Activating window ID: 10000
18:52:26 T:1104211888   DEBUG: ------ Window Init (Home.xml) ------
18:52:26 T:1104211888   DEBUG: Window Home.xml was already loaded
18:52:26 T:1104211888   DEBUG: Alloc resources: 0.31ms
18:52:26 T:1104211888   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
18:52:26 T:1104211888   DEBUG: bool CInputManager::OnKey(const CKey&): backspace (0xf008) pressed, action is Back
18:52:26 T:1104211888   DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
18:52:27 T:1658059768   DEBUG: virtual bool CImageLoader::DoWork() - took 106 ms to load special://masterprofile/Thumbnails/1/1632d1a6.jpg
18:52:27 T:1527436528   DEBUG: int CVideoDatabase::RunQuery(const string&) took 332 ms for 1096 items query: select * from movie_view  WHERE ((movie_view.playCount IS NULL OR movie_view.playCount < 1))
18:52:28 T:1673150480  NOTICE: 127.0.0.1 - - [08/Feb/2016:18:52:28] "GET / HTTP/1.0" 404 1147 "" "Python-urllib/1.17"
18:52:28 T:1673150480  NOTICE: .
18:52:28 T:1683182352  NOTICE: 127.0.0.1 - - [08/Feb/2016:18:52:28] "GET / HTTP/1.0" 404 1147 "" "Python-urllib/1.17"
18:52:28 T:1683182352  NOTICE: .
18:52:28 T:1679968840   DEBUG: POParser: loaded 66 strings from file /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/resources/language/English/strings.po
18:52:28 T:1679968840    INFO: CPythonInvoker(14, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): script successfully run
18:52:29 T:1527436528   DEBUG: int CVideoDatabase::RunQuery(const string&) took 521 ms for 3691 items query: select * from episode_view  WHERE ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
18:52:29 T:1679968840    INFO: Python script stopped
18:52:29 T:1527436528   DEBUG: int CVideoDatabase::RunQuery(const string&) took 2 ms for 0 items query: select * from musicvideo_view
18:52:29 T:1527436528   DEBUG: bool CMusicDatabase::GetAlbumsByWhere(const string&, const CDatabase::Filter&, CFileItemList&, const SortDescription&, bool) query: SELECT albumview.* FROM albumview  WHERE albumview.strReleaseType = 'album'
18:52:29 T:1527436528   DEBUG: bool CMusicDatabase::GetAlbumsByWhere(const string&, const CDatabase::Filter&, CFileItemList&, const SortDescription&, bool) - query took 32 ms
18:52:30 T:1527436528   DEBUG: bool CMusicDatabase::GetArtistsByWhere(const string&, const CDatabase::Filter&, CFileItemList&, const SortDescription&, bool) query: SELECT artistview.* FROM artistview  WHERE (artistview.idArtist IN (SELECT song_artist.idArtist FROM song_artist) OR artistview.idArtist IN (SELECT album_artist.idArtist FROM album_artist)) and artistview.strArtist != '' and artistview.strArtist <> 'Various artists'
18:52:30 T:1527436528   DEBUG: Time to retrieve artists from dataset = 20
18:52:30 T:1527436528   DEBUG: bool CMusicDatabase::GetSongsByWhere(const string&, const CDatabase::Filter&, CFileItemList&, const SortDescription&) query = SELECT songview.* FROM songview  WHERE ((CAST(songview.iTimesPlayed as DECIMAL(5,1)) < 1))
18:52:30 T:1527436528   DEBUG: bool CMusicDatabase::GetSongsByWhere(const string&, const CDatabase::Filter&, CFileItemList&, const SortDescription&)() - took 615 ms
18:52:31 T:1721928040   ERROR: CPythonInvoker(13, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nhl-gamecenter-live/main.py): script didn't stop in 5 seconds - let's kill it
18:52:31 T:1723611264   DEBUG: bool XFILE::CPluginDirectory::WaitOnScriptResult(const string&, int, const string&, bool)- cancelling plugin NHL GameCenter Live (id=14)
18:52:31 T:1679968840   DEBUG: Thread LanguageInvoker 1679968840 terminating
[/php]
Ok so I d/led the latest beta and ran it on my rogers login and I am able to see all 4 games on tonight. and I can play 3/4 games. The Pittsburgh game says its blacked out. Based on broadcast there is no reason for blackout. I am able to watch in view web browser on rogers. Where do I find the log information to send to you to figure our why.

Thanks Again
(2016-02-09, 01:05)timewasted Wrote: [ -> ]Dev build, use at your own risk! (version 0.0.30)

This is the first version to work for me! Thanks very much
Still not working for my with .30. Anyone else having issues?
i stand corrected Sportsnet Ontario (Rogers) is broadcasting the game. rogers login should allow the game to be viewed. So there must must be some subtle difference will post the logs
(2016-02-09, 02:45)Salomonl Wrote: [ -> ]Still not working for my with .30. Anyone else having issues?

Are you using rogers login? Its working for me with rogers.
Yeah with my Rogers login and the new 0.0.30 update, still getting the 403 error on my raspberry pi with kodi
dev build 0.0.30, rogers account, everything working smooth except its giving me blacked out message on a game thats not supposed to be blacked out for me (it works fine on the nhl site and with eracknaphobia nhl.tv plugin). the game in question is pittsburgh vs anaheim
In stalled .28. Works except blackout game pens ducks. Which is what I want to watch.

I'm using Rogers login.

Any advice. I just installed .28 10 min ago. Where is .30?
I don't know what to say about the blackouts. For me, I'm seeing the NYR/NJD game as being blacked out due to "NHL_US_NATIONAL_BLACKOUT". Being that I'm on the west coast, having an east coast game blacked out is dumb, but it's not my call.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37