Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koumaza/1ad5e62093cc2e1a991c54a56ffadc5b to your computer and use it in GitHub Desktop.
Save koumaza/1ad5e62093cc2e1a991c54a56ffadc5b to your computer and use it in GitHub Desktop.
How to Fix "kOmahaErrorInHTTPresponse(37)" [ChromeOS]

Step 1 - Launch Crosh

Open chrome-untrusted://crosh or chrome-extension://pnhechapfaindjhompbnflcldabbghjo/html/crosh.html

Step 2 - Install Update (Fixing!)

You can set a channel of (stable|beta|dev|canary)-channel

Please follow below.

In Crosh =>:

## crosh>
shell
#Continues to the below codeblock⌨️

In Shell =>:

## Normal User $>
sudo su
## Pivilege User #>
# Pick one of these of (stable|beta|dev|canary)-channel
update_engine_client --channel="**-channel"
# Update! (It Fixs!)
update_engine_client --update=true --omaha_url='https://tools.google.com/service/update2'

  • kOmahaErrorInHTTPresponse(37)
  • UPDATE_STATUS_IDLE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment