Open
Description
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:
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?
- are we checking for internet (i.e. ping) before trying to do the update?
- are we resetting failedUpdateAttempts correctly?
- when it fails, can we check again in 15mins?
- 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?
Activity