-
Notifications
You must be signed in to change notification settings - Fork 183
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
Bug: Whatsapp Web asks to be updated on every load #572
Comments
This was mentioned on #535 but not given attention due to other problems on the same issue. |
Looks like this fixed itself, running v.2.2232.8 right now and no prompts. |
The issue is still not fixed on my side. Just installed Ferdium and added WhatsApp. On every start, the message appears that there is an update for WhatsApp available. :( Version: 6.1.0 |
Please do not continue to post messages on this topic. The "Update available" as per the attached screenshots is something that WA is triggering from the server-side. we will not be able to patch that at all. The only mechanism that might sort of fix the problem (albeit temporarily) will be the play around with the user-agent - try for the Chrome browser in your OS, since most websites seem to optimize for Chrome. |
I'm using Franz in parallel, and I'm wondering that in Franz these Updates are not available. Just updated to Ferdium 6.2.0 and the "Update available" message is back again on every start. Just wanted to mention this ... |
I tried user-agent: I had this issue on Hamsket too, but there it was not possible to even temporarily get rid of it. But Hamsket is out of development since a while and I guess it is also relevant which electron version is inside. I wonder why it is not possible to get rid of it with some user.css or user.js, could catch it with some (DOM) search for the content "Update available" or "Update verfügbar" in german: It is not possible for the user, because I cannot use Dev.Tools inside the webview element, need to be done by app-devs. It is not a big deal, when it disappears at least temporarily, but if it is alway there it is annoying because it uses important space there. EDIT: I was wrong, I can indeed look into the code of the webview, with the Service Developer Tools (in View menu).
Dont know if that works though, as the Nag-message comes and goes (with every reload). EDIT 2023-03-27: ok this seems to work with setInterval and hide the chat-butterbar 😄 |
Avoid duplicates
Ferdium Version
Version: 6.0.1-nightly.17
What Operating System are you using?
Windows
Operating System Version
Windows 10 version 21H2
What arch are you using?
x64
Last Known Working Ferdium version
No response
Expected Behavior
Upon clicking the message to update Whatsapp Web it should refresh and install a new version and not ask again until other update is available.
Actual Behavior
Upon clicking the button to update, Whatsapp Web refreshes, but the version "installed" remains the same, getting asked to update again on a refresh of the page.
Steps to reproduce
Debug link
https://debug.ferdium.org/42fb4293-0162-4f6c-bad6-131b3a078f0d
Screenshots
Message to update every time Whatsapp Web is loaded
Whatsapp Web version before updating
Version after updating
Additional information
It's worth noting that when I open Whatsapp Web on a browser, it runs on the same version as the one installed on Ferdium (v. 2.2230.15), but no update message is displayed, meaning this could be related to Ferdium itself not passing the correct information on storing required information.
The text was updated successfully, but these errors were encountered: