ungoogled-software / ungoogled-chromium-macos

macOS packaging for ungoogled-chromium
BSD 3-Clause "New" or "Revised" License
252 stars 69 forks source link

`(Error code: 9) (Extra code: 0)` in About Chromium page #145

Closed Cubik65536 closed 3 days ago

Cubik65536 commented 5 months ago

This issue is used to track the following issue and inform ungoogled-chromium macOS users about this (as it was reported before).


An error message with code (Error code: 9) (Extra code: 0) is shown in the about page since PR #134 (update to v120). (Check the photo below).

image

It does also happen with official Google Chromium macOS builds. The same error is shown with the official build (while testing on my local environment) and there's multiple reports found online like this one.

image

It's either an upstream issue or intended (as the update is disabled with vanilla Chromium). If it is intended, what's weird is that only macOS builds have the error message...

Cubik65536 commented 5 months ago

/cc @jorgehezd You might be interested in knowing more about this.

PF4Public commented 4 months ago

Granted it is cosmetic, could we patch it somehow?

Cubik65536 commented 4 months ago

Granted it is cosmetic, could we patch it somehow?

I haven't found any way to patch this for now... Will still investigate into this, but it's not on priority.

Cubik65536 commented 3 months ago

Update: I don't know if #102 which

disables the updater

have an influence on this. Will try this out soon.

Cubik65536 commented 3 months ago

Result: YES.

Enable the updater will prevent this issue, but Chromium will continuously check update...

PF4Public commented 2 months ago

Enable the updater will prevent this issue, but Chromium will continuously check update...

Perhaps it would be possible to hard-code a return in place of the check?

Cubik65536 commented 2 months ago

Enable the updater will prevent this issue, but Chromium will continuously check update...

Perhaps it would be possible to hard-code a return in place of the check?

That's what I plan to do, but I'll have to find the check code...

Cubik65536 commented 1 day ago

Should be gone if you updates to https://github.com/ungoogled-software/ungoogled-chromium-macos/releases/tag/126.0.6478.126-1.1 /cc @jorgehezd