That does sound like progress @jillii –
A couple of things stand out to me in this Local log:
Feb 12, 2019, 4:19 PM EST - warn: [main/index] Unhandled Rejection at: Promise Promise {
<rejected> { Error: ETIMEDOUT
at Timeout._onTimeout (/private/var/folders/l6/c0gt_yhn5hbgm8z4cd5pxbn80000gn/T/AppTranslocation/881860E9-1A49-4EEE-BCA4-332E734F83F7/d/Local by Flywheel.app/Contents/Resources/app.asar/node_modules/request/request.js:849:19)
at ontimeout (timers.js:427:11)
at tryOnTimeout (timers.js:289:5)
at listOnTimeout (timers.js:252:5)
at Timer.processTimers (timers.js:212:10) code: 'ETIMEDOUT', connect: true } } reason:
{ message: 'ETIMEDOUT',
stack:
'Error: ETIMEDOUT\n at Timeout._onTimeout (/private/var/folders/l6/c0gt_yhn5hbgm8z4cd5pxbn80000gn/T/AppTranslocation/881860E9-1A49-4EEE-BCA4-332E734F83F7/d/Local by Flywheel.app/Contents/Resources/app.asar/node_modules/request/request.js:849:19)\n at ontimeout (timers.js:427:11)\n at tryOnTimeout (timers.js:289:5)\n at listOnTimeout (timers.js:252:5)\n at Timer.processTimers (timers.js:212:10)',
code: 'ETIMEDOUT',
connect: true }
The ETIMEDOUT
warning usually means that Local wasn’t able to communicate with VirtualBox in the allotted time.
A couple things to think of and/or try:
- Any antivirus software, or recent security updates? This might be interfering with Local communicating with VBox
- I notice that Local is installed using Mac’s “AppTransLocation” (that’s the
/private/var/folders/l.../AppTranslocation/.../Local by Flywheel.app/...
part of the Local log) – Can you try to unquarantine the .app
bundle using the link @clay mentions here: [macOS] Help! Local isn’t automatically updating!
Try a restart of the computer after doing that, and if that doesn’t work, can you provide an updated version of the Local log?
– Ben