[TIMOB-23170] If you launch the default Alloy app on Windows 8.1 emulator, "[ERROR] [object CallbackObject]" appears in the console
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-04-11T20:33:31.000+0000 |
Affected Version/s | Release 5.3.0 |
Fix Version/s | Release 5.3.0 |
Components | Windows |
Labels | qe-5.3.0, regression |
Reporter | Wilson Luu |
Assignee | Kota Iguchi |
Created | 2016-04-07T23:52:58.000+0000 |
Updated | 2016-04-12T00:33:39.000+0000 |
Description
*Details:* If you launch the default Alloy app on Windows 8.1 emulator, "\[ERROR\] \[object CallbackObject\]" appears in the console.
This is a *regression* from SDK 5.2.2.GA.
*Steps to reproduce:*
Create a default Alloy project with
Launch the Alloy project on a Windows emulator 8.1:
Create a default Alloy project with appc new
Launch the Alloy project on a Windows emulator 8.1: appc run -l trace -p windows --device-id "8-1-1"
Wait for Alloy app to launch on the emulator.
*Actual:* "\[ERROR\] \[object CallbackObject\]" appears in the console:
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:19.17
[INFO] Writing build manifest: C:\Users\qe\.titanium\vsbuild\monkeychecking\build-manifest.json
[INFO] Copying results back to project build directory
[INFO] Finished building the application in 40s 277ms
[INFO] Finished building the application in 40s 277ms
[INFO] Installing and launching the application
[INFO] Project built successfully in 40s 345ms
[TRACE] updating tiapp metadata with Appcelerator Platform...
[TRACE] Uploaded tiapp metadata with Appcelerator Platform!
[INFO] Connected to app
-- Start application log -----------------------------------------------------
[INFO] Finished launching the application
[INFO] Waiting for app to connect to log relay
[ERROR] [object CallbackObject]
[INFO] ACS Login Results for environment development
:
[INFO] [object Object]
Terminate batch job (Y/N)?
*Expected:* No errors should appear when launching the default Alloy app on Windows emulator.
https://github.com/appcelerator/titanium_mobile_windows/pull/613
Verified using: Windows 10 Pro Visual Studio 2015 Community Update 2 Appc Core: 5.3.0-12 Appc NPM: 4.2.5-1 Ti SDK: 5.3.0.v20160411153728 Windows Phone Emulator 8.1, 10 Lumia 930 10 Lumai 520 8.1 When the app launches
\[ERROR\] \[object CallbackObject]
no longer appears in the console Closing ticket