Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-26766] Windows: Timeout error thrown when installing to wp-device

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2019-01-28T23:06:44.000+0000
Affected Version/sRelease 8.0.0
Fix Version/sRelease 8.0.0
ComponentsHyperloop, Windows
Labelsn/a
ReporterJosh Longton
AssigneeKota Iguchi
Created2019-01-25T17:06:23.000+0000
Updated2019-01-29T11:53:27.000+0000

Description

When building to windows device a time out error is thrown

Create a mobile app

Build to device

*Actual* *Error* {noformat} [ERROR] : Timed out after 60000 milliseconds trying to connect to device [ERROR] : Error: Timed out after 60000 milliseconds trying to connect to device at Timeout. (C:\ProgramData\Titanium\mobilesdk\win32\8.0.0.v20190125034038\node_modules\windowslib\lib\wptool.js:958:13) at ontimeout (timers.js:475:11) at tryOnTimeout (timers.js:310:5) at Timer.listOnTimeout (timers.js:270:5) {noformat} *Expected* No error

Comments

  1. Samir Mohammed 2019-01-25

    I was able to get the application to install without the above issue when removing Hyperloop (4.0.1).
  2. Kota Iguchi 2019-01-28

    I was able to reproduce the issue and just increasing timeout worked for me; master: https://github.com/appcelerator/titanium_mobile_windows/pull/1350 8_0_X: https://github.com/appcelerator/titanium_mobile_windows/pull/1351
  3. Josh Longton 2019-01-28

  4. Kota Iguchi 2019-01-28

    Merged to master & 8_0_X. Closing, the particular timeout issue is fixed now but we've got another error: TIMOB-24422 should be taking care of that.
  5. Josh Longton 2019-01-29

JSON Source