arduino-esp32littlefs-plugin icon indicating copy to clipboard operation
arduino-esp32littlefs-plugin copied to clipboard

Error on updload

Open aroldocosta opened this issue 1 year ago • 0 comments

Hi, I'm getting the following error when I try do upload a binary file. The upload of firmware works fine (my user is in dialup group, is that enough?).

Traceback (most recent call last):
  File "/home/user/.arduino15/packages/esp32/tools/esptool_py/4.5.1/esptool.py", line 20, in <module>
    with contextlib.suppress(ValueError):
AttributeError: 'module' object has no attribute 'suppress'
LITTLEFS Upload failed!

My workstation: Opensuse Leap 15.4 Arduino IDE 1.8.19 Python 3 installed

aroldocosta avatar Apr 25 '23 11:04 aroldocosta