-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
tools/get.py CORRUPTED/dist DOWNLOADS #3817
Comments
Do you still have the old (corrupted) file saved somewhere to see how exactly it was corrupted? I.e. partial download, or downloaded something totally different, or something else? |
I will re-download them tomorrow at work on that laptop and send them. |
linux32-xtensa-lx106-elf.tar.gz mkspiffs-0.2.0-no_magic_length-linux32.tar.gz All 3 files gave |
@nemo9955 is this issue still valid? |
Will test it in the following days. |
@nemo9955 did you test this? Please test with latest git, not with 2.4.1 due to several known issues in that release. |
Closing due to lack of feedback in several months. |
I am getting the exact same issue when using python(tried with 2.7.14 & also 3.7.1) on mac osx. Hash mismatch for esptools. Is there a workaround? (i.e. just telling me which url's to download, and which files to run after downloading?) |
Basic Infos
Hardware
Hardware: (uname -a) Linux debst 4.9.0-3-686-pae #1 SMP Debian 4.9.30-2+deb9u5 (2017-09-19) i686
Core Version: 2.3.0
Description
Problem description
Debian 9 on an old laptop, the script seems to be downloading corrupted/altered archive files.
Removing the SHA check, the code still fails with
not a gzip file
.Changed source to only show needed download link
Platform: i686-pc-linux-gnu https://github.com/igrr/esptool-ck/releases/download/0.4.12/esptool-0.4.12-linux32.tar.gz https://github.com/esp8266/Arduino/releases/download/2.3.0/linux32-xtensa-lx106-elf.tar.gz https://github.com/igrr/mkspiffs/releases/download/0.2.0/mkspiffs-0.2.0-no_magic_length-linux32.tar.gz
I downloaded them and put them in /dist, reverted source of get.py and it worked.
Debug Messages
The text was updated successfully, but these errors were encountered: