Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GaudiLabs opened this issue Oct 14, 2022 · 7 comments
Open

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

GaudiLabs opened this issue Oct 14, 2022 · 7 comments

Comments

@GaudiLabs
Copy link

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
Copy link

e2002 commented Oct 22, 2022

@GaudiLabs Thanks it works

@mattymactutor
Copy link

life saver!!!! thanks

@WagnerDeQueiroz
Copy link

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

@phpbbireland
Copy link

Worked like a charm...

@fexmak
Copy link

fexmak commented Sep 10, 2023

this really helped! thank you!

@knoxsp
Copy link

knoxsp commented Dec 14, 2023

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

@fjrg76-com
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants