arduino-esp32fs-plugin
arduino-esp32fs-plugin copied to clipboard
Unspecific "SPIFFS Upload failed!" - Ubunut 22.04
Got an unspecific "SPIFFS Upload failed!" just before esptool.py upload with no further error message running Ubunut 22.04. Found the problem to be a python vs Python 3 command call (and binary path) issue. Solution for me was:
sudo apt update sudo apt install python-is-python3
https://linuxpip.org/python-is-python3/ Maybe this can help others...
@GaudiLabs Thanks it works
life saver!!!! thanks
@GaudiLabs This Solution saved my life too! I cannot write my code with VSCode, but now with arduino I can upload, thanks!
Worked like a charm...
this really helped! thank you!
Spent days chasing this problem. This solution worked! Thanks!
Great! Why me-no-dev hasn't include this workaround into the installation instructions?