Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Dashboard
-
Labels:
-
Story Points:8
-
Sprint:2017 Sprint 06 Studio
Description
Fokke has noticed a couple of Q&A issues regarding the warnings logged while opening Dashboard:
https://community.appcelerator.com/topic/228/error-failed-to-package-application-and/2
https://community.appcelerator.com/topic/179/unable-to-set-property-sdkinfo-of-undefined/7
Though they might not actually impact the functionality, should be good to address them, as the warnings in visible in console to the users.
The error:
["Unable to set property 'sdkInfo' of undefined or null reference","https://appc-studio.appcelerator.com/",198]
|
The related line (second last) of code:
function onSdkUpdate(sdkEvent){
|
|
if(sdkEvent){
|
var sdkInfo = platforms[sdkEvent.data.sdkName].sdkInfo = sdkEvent.data.sdkInfo;
|
var branding = platforms[sdkEvent.data.sdkName];
|
Attachments
Issue Links
- relates to
-
TISTUD-8532 Turn off Dev Toolbox Console automatic opening on error
-
- Open
-
-
TISTUD-7292 Dashboard: On Windows, Dashboard throws error on load
-
- Closed
-
- links to
(1 mentioned in)