Closed
Description
Describe the problem
The Arduino IDE installation includes a collection of "built-in" example sketches that demonstrate fundamental sketch concepts. These are accessed via the "01.Basics" section of the File -> Examples menu.
These "built-in" example sketches fail to open.
The following is shown in the log:
root ERROR Request cloneExample failed with error: Sketch does not exist: [object Object]
I have verified that they do exist.
I have also reset the IDE (and all related folders) to see if that fixes it, it doesn't.
To reproduce
- Select File -> Examples -> 01.Basics > Blink from the Arduino IDE menus.
🐛 Nothing at all happens. The "Blink" sketch does not open. No error message is shown in the IDE UI.
Expected behavior
New window should open with example.
Arduino IDE version
2.0.1
Operating system
Linux
Operating system version
- Arch Linux
Additional context
The bug does not occur when opening library example sketches or normal sketches.
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest nightly build
- My report contains all necessary details