-
Notifications
You must be signed in to change notification settings - Fork 146
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
Comments
@GaudiLabs Thanks it works |
life saver!!!! thanks |
@GaudiLabs This Solution saved my life too! |
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? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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...
The text was updated successfully, but these errors were encountered: