I have the Simulator up and running, but I get the following displayed in the sidebar running the WDKUpdateCheck widget:
"An error occurred checking for updates."The following log is produced:
WM 00:20:27:761: [T:3125] [KONtx/WDK Update Check] {HostEventManager} :: Got HostEvent: onShowView
WM 00:20:27:762: [T:3125] [KONtx/WDK Update Check] {HostEventManager} :: Sent HostEvent: setWaitIndicator
WM 00:20:27:762: [T:3125] ******* main._handleWaitIndicatorChanged(): App ID = com.yahoo.widgets.tv.wdkupdate
WM 00:20:27:762: [T:3125] ******** main.updateWaitIndicator(): Visible = null
WM 00:20:27:762: [T:3125] ******** Utils.Doggy.kill()
WM 00:20:27:762: [T:3125] ******** main._updateWaitIndicator(): Visible = 1
WM 00:20:27:764: [T:3125] ** AppManager.handleChildEvent() Handled @event [object HostEvent]
WM 00:20:27:764: [T:3125] [KONtx/WDK Update Check] {HostEventManager} :: Got HostEvent response: setWaitIndicator
WM 00:20:27:764: [T:3125] WDK Update Check set busy indicator state to: small spinner only
WM 00:20:27:764: [T:3125] [KONtx/WDK Update Check] {SidebarView-4} :: _onShowView
WM 00:20:27:764: [T:3125] ################# WDKUPDATE SIDEBAR ###############
WM 00:20:27:764: [T:3125] state: -1 list: 0
WM 00:20:27:764: [T:3125] newtext: An error occurred checking for updates.
However, the state seems get set to -1 only in the updateCheck.onError() method.
But I don't see the following line in the log file:
CODE
log('***************** WDKUPDATE: UPDATE CALLBACK onError start ***************');
Could someone help explain how/where this state is getting set?
BTW: I'm running WDK version1.0.0.0 and Kontx version 1.2.25