Skip to content
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

Improve AppUpdaterService #365

Open
casaout opened this issue Jan 27, 2025 · 0 comments
Open

Improve AppUpdaterService #365

casaout opened this issue Jan 27, 2025 · 0 comments
Labels

Comments

@casaout
Copy link
Member

casaout commented Jan 27, 2025

Every now and then, when the user doesn't have an internet connection (or is currently connecting to it or to VPN), the following error-message is shown:

Image

This can be confusing as reported by some users.

Can we do a few checks that, if not implemented like that, might be quick solutions to make this a bit better?

  1. are we checking for internet (i.e. ping) before trying to do the update?
  2. are we resetting failedUpdateAttempts correctly?
  3. when it fails, can we check again in 15mins?
  4. could it make sense to NOT show the message if the connection fails, and only log it. And only show it when the installation actually fails?
@casaout casaout added the bug label Jan 27, 2025
@casaout casaout changed the title Improve Update-Checker Improve AppUpdaterService Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant