me-no-dev / arduino-esp32fs-plugin

Arduino plugin for uploading files to ESP32 file system
GNU General Public License v2.0
544 stars 144 forks source link

Unspecific "SPIFFS Upload failed!" - Ubunut 22.04 #41

Open GaudiLabs opened 1 year ago

GaudiLabs commented 1 year ago

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...

e2002 commented 1 year ago

@GaudiLabs Thanks it works

mattymactutor commented 1 year ago

life saver!!!! thanks

WagnerDeQueiroz commented 1 year ago

@GaudiLabs This Solution saved my life too! I cannot write my code with VSCode, but now with arduino I can upload, thanks!

phpbbireland commented 1 year ago

Worked like a charm...

fexmak commented 10 months ago

this really helped! thank you!

knoxsp commented 6 months ago

Spent days chasing this problem. This solution worked! Thanks!