"Check for Arduino IDE Updates" operation fails when automatic update checks are disabled #1437
Closed
3 tasks done
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the problem
On every startup, the Arduino IDE checks for new versions of the IDE and installed libraries and boards platforms. If a newer version of any of these is available, a notification/dialog is shown offering an update.
Although this is an important and convenient feature, it may be unwanted by some users. For example, the user may be intentionally using an outdated version of a library or boards platform either due to a bug or incompatibility introduced in the newest version, or else because they want to use the dependency versions their project is validated for. In this case, the non-actionable notifications for library/platform updates may be unwanted.
For this situation, an advanced setting (
arduino.checkForUpdates
) is provided to disable the update check (#1361). The user may still wish to manually check for available updates for these components, which the Arduino IDE UI supports:🐛 Help > Check for Arduino IDE Updates fails when
arduino.checkForUpdates
is set tofalse
.To reproduce
arduino.checkForUpdates
in the "Search Settings" field.🐛 The update check fails with an error notification:
Expected behavior
Help > Check for Arduino IDE Updates is functional even when
arduino.checkForUpdates
is set tofalse
.Arduino IDE version
2.0.0-snapshot-5f82577
Operating system
Windows
Operating system version
10
Additional context
The logs shown when the error occurs:
The issue does not occur when
arduino.checkForUpdates
is set totrue
.Originally reported at https://forum.arduino.cc/t/arduino-ide-2-0-0-available-for-download/1031651/5 by @sterretjeToo
Issue checklist
The text was updated successfully, but these errors were encountered: