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

Unspecific "SPIFFS Upload failed!" - Ubunut 22.04

Open GaudiLabs opened this issue 2 years ago • 7 comments

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 avatar Oct 14 '22 07:10 GaudiLabs

@GaudiLabs Thanks it works

e2002 avatar Oct 22 '22 18:10 e2002

life saver!!!! thanks

mattymactutor avatar Jan 31 '23 20:01 mattymactutor

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

WagnerDeQueiroz avatar Apr 02 '23 20:04 WagnerDeQueiroz

Worked like a charm...

phpbbireland avatar Apr 28 '23 14:04 phpbbireland

this really helped! thank you!

fexmak avatar Sep 10 '23 01:09 fexmak

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

knoxsp avatar Dec 14 '23 23:12 knoxsp

Great! Why me-no-dev hasn't include this workaround into the installation instructions?

fjrg76-com avatar Jul 12 '24 05:07 fjrg76-com