Closed videobuff closed 1 year ago
Probably solved. Removed all (leftover) instances of thje libary from my machine, then reinstalled the library. Still testing it
Thanks for your report @videobuff! There was a previous report of the same problem here:
https://github.com/arduino-libraries/Arduino_JSON/issues/48
As I explained there, it seems to be caused by a rare interaction between the Library Manager installation/update process and the operating system or iCloud. As you found, the workaround is to remove and then reinstall the library. Since you already resolved the problem on your system, and since it doesn't seem to be caused by anything in the codebase hosted in this repository, I'll go ahead and close this.
I do think it is quite interesting that we received two reports for this library. I have been watching for reports of this type of issue (duplicated files after a Library Manager operation) and logging all reports and so far I've only seen 6 total. It is highly unlikely that 1/3 of the reports I encountered would be from users of this specific library if the problem was equally likely to occur with any of the >5k libraries in Library Manager (many of which are more actively installed/updated than this one).
At the moment, while using Arduino IDE 1.8.19, I get the following error in all my ESP32 DEVKIT projects where i use Arduin_JSON.
Even when trying the object example from the Arduino_JSON library it fails with this error.
Any help is very much appreciated...