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

Download-Tool fails due to missing espressif ressource (IDFGH-5097) #6881

Closed
Duschgeler opened this issue Apr 15, 2021 · 4 comments
Closed
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally

Comments

@Duschgeler
Copy link

Duschgeler commented Apr 15, 2021

Environment

  • Operating System: Windows

Problem Description

Setup-Tool 2.7 cannot checkout master branch
Tool fails.
A required online resource from is not existing.
(https://dl.espressif.com/dl/idf-python-wheels/idf-python-wheels-3.8-2020-01-21-win64.zip)

Expected Behavior

Download and install all necessary files including
https://dl.espressif.com/dl/idf-python-wheels/idf-python-wheels-3.8-2020-01-21-win64.zip

Actual Behavior

Download ressources failure

Steps to reproduce

  1. Start Setup- Tool 2.7
  2. Select Version master (development branch)

Debug Logs

                          Installing idf-python-wheels@3.8-2020-01-21
                          Downloading idf-python-wheels-3.8-2020-01-21-win64.zip to C:\Users\Berlin\.espressif\dist\idf-python-wheels-3.8-2020-01-21-win64.zip.tmp
                          WARNING: Download failure HTTP Error 404: Not Found
                          WARNING: Failed to download https://dl.espressif.com/dl/idf-python-wheels/idf-python-wheels-3.8-2020-01-21-win64.zip to C:\Users\Berlin\.espressif\dist\idf-python-wheels-3.8-2020-01-21-win64.zip.tmp
                          Downloading idf-python-wheels-3.8-2020-01-21-win64.zip to C:\Users\Berlin\.espressif\dist\idf-python-wheels-3.8-2020-01-21-win64.zip.tmp
                          WARNING: Download failure HTTP Error 404: Not Found
                          WARNING: Failed to download https://dl.espressif.com/dl/idf-python-wheels/idf-python-wheels-3.8-2020-01-21-win64.zip to C:\Users\Berlin\.espressif\dist\idf-python-wheels-3.8-2020-01-21-win64.zip.tmp
                          Downloading idf-python-wheels-3.8-2020-01-21-win64.zip to C:\Users\Berlin\.espressif\dist\idf-python-wheels-3.8-2020-01-21-win64.zip.tmp
                          WARNING: Download failure HTTP Error 404: Not Found
                          WARNING: Failed to download https://dl.espressif.com/dl/idf-python-wheels/idf-python-wheels-3.8-2020-01-21-win64.zip to C:\Users\Berlin\.espressif\dist\idf-python-wheels-3.8-2020-01-21-win64.zip.tmp
                          ERROR: Failed to download, and retry count has expired
                          Traceback (most recent call last):
                            File "C:\Users\Berlin\Desktop\esp-idf-2\\tools\idf_tools.py", line 1684, in <module>
                              main(sys.argv[1:])
                            File "C:\Users\Berlin\Desktop\esp-idf-2\\tools\idf_tools.py", line 1680, in main
                              action_func(args)
                            File "C:\Users\Berlin\Desktop\esp-idf-2\\tools\idf_tools.py", line 1331, in action_install
                              tool_obj.download(tool_version)
                            File "C:\Users\Berlin\Desktop\esp-idf-2\\tools\idf_tools.py", line 717, in download
                              raise DownloadError()
                          __main__.DownloadError

Other items if possible

Same occurs with install.bat after changing to master branch

  1. git checkout master (v4.2 relaease)
  2. git submodule update --init --recursive
  3. install.bat
@Duschgeler Duschgeler changed the title Download-Tool fails due to missing esspresif ressource Download-Tool fails due to missing espresif ressource Apr 15, 2021
@espressif-bot espressif-bot added the Status: Opened Issue is new label Apr 15, 2021
@github-actions github-actions bot changed the title Download-Tool fails due to missing espresif ressource Download-Tool fails due to missing espresif ressource (IDFGH-5097) Apr 15, 2021
@Duschgeler Duschgeler changed the title Download-Tool fails due to missing espresif ressource (IDFGH-5097) Download-Tool fails due to missing espressif ressource (IDFGH-5097) Apr 15, 2021
@Alvin1Zhang
Copy link
Collaborator

Thanks for reporting, we will look into.

@espressif-bot espressif-bot added Status: In Progress Work is in progress and removed Status: Opened Issue is new labels Apr 16, 2021
@georgik
Copy link
Collaborator

georgik commented Apr 16, 2021

@Duschgeler Thank you for reporting the issue.
The URL is pointing to 2020 instead of 2021 which is mistake.
We created symlink on the server so that even URL with 2020 works.
Please, retry the download now.

@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: Done Issue is done internally and removed Status: In Progress Work is in progress labels Apr 19, 2021
projectgus pushed a commit that referenced this issue Jun 30, 2021
@Sweetkubuni
Copy link

I think this is still a problem. I get 404 error

@TimLohrer
Copy link

I also still get a 404 error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally
Projects
None yet
Development

No branches or pull requests

6 participants