-
Notifications
You must be signed in to change notification settings - Fork 671
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
Add "try again" option to windows updater dialog #7217
Comments
QA: See #7218 (comment). |
I'll continue testing tomorrow |
@HanaGemela The osx and linux updater implementations didn't seem to have a dialog like this (and I'm unaware of how exactly the SparkleUpdater works), so I thought this was only applicable to windows. |
Win updater and macOS updater are totally different, there's nothing shared between them. From what I know, the problem happened only on Win. The Linux client doesn't have an update feature. It can only notify you, an update is available. |
Windows 10
If the updater is aborted, the new "updater failure" dialog comes up on the next start: ❌ the message doesn't show what has been downloaded a) on "restart and update" the updater is started again ✅ yes, it has been started again ❌ but the update in the end says FAILED even though the new version has been installed |
Thanks for the in-depth test @HanaGemela .
|
Okay, |
2.,4. Yes, I'll raise a new issue if it still happens with the next version
|
1.: Yes, that's the expected behavior (unchanged by this issue). |
@ckamm Updater is not working anymore. I'm getting "unexpected character" error |
@ckamm @TheOneRing There are still some issues with the online updater, see below
❌ But the update shows 'Update failed' message even though it has succeeded - I've raised a separate issue for this #7388 If the updater is aborted, the new "updater failure" dialog comes up on the next start: |
@ckamm to make the requirement clear - there are two different dialogs. 'Update failed' is shown when the download url is wrong and then the new options are shown. When the download url is missing, I still see the old options. Is that right? |
When the download URL is wrong, it seems like I'm getting the 'Update failed' error because the file is downloaded in the background. So before the user even knows that there is a new version available and before they decide if they want to update or not, they get an error message that the update failed. I cannot recreate this issue. But I've noticed that the 'Update failed' error says that the new version has been downloaded but it was not as the url is wrong. - separate issue #7390 |
Not related to this issue.
Once the updater has been downloaded a systray notification about the update should be seen. Something like "%1 available. Restart application to start the update."
Thanks! |
Correct, there are two different dialogs. One is shown when there's no update download url, and the other is shown on update failure. The "update failed" dialog is shown only on startup, when the client checks whether its version number has increased to the expected value and notices it hasn't. |
@HanaGemela What exactly is still needed for completion of this issue? Do you want it to track #7388 #7389, #7390 ? |
"Try again" option has been added |
See https://github.com/owncloud/enterprise/issues/3278: if the updating process fails the users see a dialog and are redirected to the installation website. In many cases they just want to reattempt the update with the downloaded installer.
Previously the dialog would offer "Skip this version" / "Skip this time" / "Get update". After the change it would offer "Skip this version" / "Ask again later" / "Restart and update" / "Update manually".
The text was updated successfully, but these errors were encountered: