-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x86 Windows machines are not updating #2221
Comments
I read the above reddit post and I think it is different issue with this because user saw |
Reproduced on Win 7 x64 using 32-bit standalone installer for 0.56.14 then attempted update. After the error message appears (255) and an update is re-attempted it tries to get updates from the
The correct channel name is
Full output at BraveUpdate.log |
The unexpected |
It's normal to update check with different two appid because We should check about |
@mbacchi any ideas? |
Agreed, I think it was a different issue as the user managed to finally update their Brave. Once you receive the error I mentioned above, every other attempt will display |
@kjozwiak I see. I also saw error one time and then |
Hmm, root cause of this issue is I found the why installer appends We always uses full update so appending and removing during the installation doesn't have meaning for us now. Need to investigate why appended |
This is where I see it used https://github.com/brave/brave-core/search?q=-full&type=Code |
Hmm, I built standalone installer on my local and did update test. |
@simonhong let me know if you need any help debugging 👍I can pretty much reproduce this 100% of the time using the STR in #2221 (comment) using either The strange part is that I can't reproduce this on my |
Yep, I also can reproduce this with released standalone installer and update trying... (So it's weird why manually built standalone and update trying works fine). I think the main problem is the update fail on first update trying. So, I think |
@mbacchi @mihaiplesa Finally I reproduced this on my local with manually built installer and test update server. |
Have just checked and the uploaded versions look fine (unless it was happening on an older version we removed). Will make sure we do it right from now. Just curious, what happens if we mismatch and put |
If we use wrong argument(ex using |
Thanks for clarifying, we'll see if this happens again. |
Re-opening to create secondary channels suffixed with |
Thanks @mihaiplesa and @mbacchi for looking into solutions. After discussion, I think this is a fairly isolated problem. The only way the @mbacchi and I are working on a help article that we can review with @Brave-Matt for what to do when update isn't working that would resolve this scenario |
Description
Updates are currently failing on x86 machines. I initially ran into the issue when we were releasing
0.56.14
but no one else had x86 machines that could double check if I was the only one receiving this issue on my VM's. @GeetaSarvadnya mentioned that she also ran into the issue once on her x64 machine so we thought it was an intermittent issue. However, getting reports from reddit that x86 users are not getting new updates:https://www.reddit.com/r/brave_browser/comments/9ywwpb/brave_version_05614_now_available_on_release/ea8p9jv
When attempting to update my Win x86 machine, I'm getting the following error under
brave://settings/help
:Steps to Reproduce
brave://settings/help
Actual result:
When attempting to update an x86 machine, you'll get the following error and Brave won't upgrade:
Expected result:
x86 machines should be updating to the latest version without any issues.
Reproduces how often:
100% reproducible using the above STR.
Brave version (brave://version info)
Reproducible on current release:
I'm not 100% sure if the other channels are available as there's no standalone installers for the previous versions
Additional Information
The text was updated successfully, but these errors were encountered: