Stuck on "Checking System..."

Hey @rodcel

In your Local log, I’m seeing this occuring multiple times:

Jul 19, 2019, 3:55 PM CDT - warn: [main/index] Unhandled Rejection at: Promise  Promise {
  <rejected> { Error: ETIMEDOUT

That makes me think there is some sort of issue with the Docker daemon inside the Virtual Machine. Can you try restarting the VM by going to “Help > Restart Local Machine”.

If that doesn’t work, then follow the steps outlined in this topic to forcefully shut down and restart the VM:

@zeke – Your Local log has a different error that looks like:

Jul 22, 2019, 9:09 PM GMT+8 - info: [main/check-system] Check System: Docker Machine:  
{ stdout: '',
  stderr:
   'Error getting migrated host: invalid character \'\\x00\' looking for beginning of value\n' }

I found this Github thread: https://github.com/docker/for-linux/issues/140

Which seems to indicate that it might be due to some invalid characters within the Docker Logs. Was there a recent upgrade to the Host operating system? Are you using docker for other projects outside of Local?