Page 1 of 1

[SOLVED] Chrome update-package failed

Published: Dec 7, 2023 - 2:37 PM
by x-davidl
Hello everyone,

For the past few days I haven't been able to launch the update-package for Google Chrome:

Here is the error I am encountering.

Code: Select all

CRITICAL:waptcore:Fatal error in update_package  None : None:
Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 8546, in call_python_code
    hookdata = hook_func()
  File "C:\Users\< .... >\AppData\Local\Temp\2\wapt-20231207-14303600000.tmp\tcl-chrome_119.0.6045.124-31_x64_windows_6.1_PROD\update_package.py", line 18, in update_package
    json_load = json.loads(wgets(url_api, proxies=proxies))
  File "C:\Program Files (x86)\wapt\waptutils.py", line 1127, in wgets
    r.raise_for_status()
  File "C:\Program Files (x86)\wapt\lib\site-packages\requests\models.py", line 943, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 410 Client Error: Gone for url: http://omahaproxy.appspot.com/all.json?os=win64&channel=stable

Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 8550, in call_python_code
    raise e
  File "C:\Program Files (x86)\wapt\common.py", line 8546, in call_python_code
    hookdata = hook_func()
  File "C:\Users\<.... >\AppData\Local\Temp\2\wapt-20231207-14303600000.tmp\tcl-chrome_119.0.6045.124-31_x64_windows_6.1_PROD\update_package.py", line 18, in update_package
    json_load = json.loads(wgets(url_api, proxies=proxies))
  File "C:\Program Files (x86)\wapt\waptutils.py", line 1127, in wgets
    r.raise_for_status()
  File "C:\Program Files (x86)\wapt\lib\site-packages\requests\models.py", line 943, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 410 Client Error: Gone for url: http://omahaproxy.appspot.com/all.json?os=win64&channel=stable

This only happens with Chrome

Sincerely,

Re: Chrome update-package update failed

Published: Dec 7, 2023 - 3:40 PM
by sfonteneau
Google has removed the API http://omahaproxy.appspot.com/all.json, so we had to change the update package.

You can download the tis-chrome version from the Tranquil IT store; it has been updated.