espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.37k stars 7.21k forks source link

Failed to install ESP-IDF 5.0 because of 403 Forbidden error (IDFGH-7477) #9047

Closed mike-2020 closed 2 years ago

mike-2020 commented 2 years ago

When I run install script on "master", it failed to download the file below because server resturns "403 Forbidden" error

Downloading https://dl.espressif.com/dl/esp-idf/espidf.constraints.v5.0.txt Destination: /home/mike/.espressif/espidf.constraints.v5.0.txt.tmp WARNING: Download failure HTTP Error 403: Forbidden WARNING: Failed to download https://dl.espressif.com/dl/esp-idf/espidf.constraints.v5.0.txt to /home/mike/.espressif/espidf.constraints.v5.0.txt.tmp ERROR: Failed to download, and retry count has expired Traceback (most recent call last): File "/home/mike/SDKs/esp-idf/tools/idf_tools.py", line 2476, in main(sys.argv[1:]) File "/home/mike/SDKs/esp-idf/tools/idf_tools.py", line 2468, in main action_func(args) File "/home/mike/SDKs/esp-idf/tools/idf_tools.py", line 1971, in action_install_python_env constraint_file = get_constraints(idf_version) File "/home/mike/SDKs/esp-idf/tools/idf_tools.py", line 1889, in get_constraints raise DownloadError() main.DownloadError

FanhuaCloud commented 2 years ago

Yes, I have the same problem

dobairoland commented 2 years ago

Hi @mike-2020, @FanhuaCloud. Please try again. It was an issue with mirroring between servers and it has been fixed. We are sorry for the inconvenience.

FanhuaCloud commented 2 years ago

Hi @mike-2020, @FanhuaCloud. Please try again. It was an issue with mirroring between servers and it has been fixed. We are sorry for the inconvenience.

Thanks, it works fine now.

timsterc commented 1 year ago

I'm seeing this issue again now - unable to complete the download : Downloading https://dl.espressif.com/dl/esp-idf/espidf.constraints.v5.0.txt

MichaelWu-ESP commented 1 year ago

I'm seeing this issue again now - unable to complete the download : Downloading https://dl.espressif.com/dl/esp-idf/espidf.constraints.v5.0.txt

I can see it's working fine, pls try again.

timsterc commented 1 year ago

Yep, working now! Thanks.

On Mon, Dec 5, 2022 at 5:21 PM MichaelWu @.***> wrote:

I'm seeing this issue again now - unable to complete the download : Downloading https://dl.espressif.com/dl/esp-idf/espidf.constraints.v5.0.txt

I can see it's working fine, pls try again.

— Reply to this email directly, view it on GitHub https://github.com/espressif/esp-idf/issues/9047#issuecomment-1338531228, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI2KUZJDVAQEB6HUFLIJPDWL2IK3ANCNFSM5XGRHUDQ . You are receiving this because you commented.Message ID: @.***>

yusuhua commented 1 year ago

I'm seeing this issue again now - unable to complete the download : Downloading https://dl.espressif.com/dl/esp-idf/espidf.constraints.v5.1.txt

MichaelWu-ESP commented 1 year ago

@yusuhua where did you access this? I tried from several overseas servers, working fine.

tianrking commented 11 months ago

still fail