I've just started getting an error when I use the Web Editor to compile a sketch for the M5Stack-ATOM ESP32 device. Specifically, the esptool reports a missing file error:
esptool write_flash: error: argument <address> <filename>: [Errno 2] No such file or directory: 'C:/Users/jaybr/AppData/Local/Temp/arduino-create-agent475058175/Test_sep06a.bin'
When I look in AppData/Local/Temp, the Test_sep06a.bin file is indeed missing and in its place is Test_sep06a.par
The really strange part is that if I compile the same sketch using the IoT Cloud sketch compiler as part of a Thing, it compiles correctly and the Test_sep06a.bin is located where it is supposed to be, with no ".par" file.
Everything seemed to be working fine in compiling sketches for the M5Stack-ATOM using the Web Editor until this afternoon--now I get the missing ".bin" file for any sketch for that device, whether or not it involves a Thing in the IoT Cloud.
I glanced at the verbose console output when compiling the same sketch with both the Web Editor (failed) and IoT Cloud interface (worked). The order of compilation steps was a bit different between the two, but I didn't see any obvious errors.
I first encountered the problem when I clicked on the "Open full editor" button on a sketch for a Thing and attempted to change the network SSID[] and PASS[] in the thingProperties.h file. After getting the error, I tried compiling and uploading a sketch that just lit up pixels on the device (that had nothing to do with a Thing) and got the same missing ".bin" file error.
I tried uninstalling and reinstalling the ArduinoCreateAgent but no luck. Also tried clearing my Chrome cache and even resetting Chrom by still not luck.
I tried running the Web Editor from a different computer and still get the missing file error.
I even tried creating a new account with a different login ID and still get the error.
Not sure what I could have possibly broken on my end--it feels like something changed with the Web Editor this afternoon.