-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Issue with aqtinstall Command: Unresponsive Download Link #687
Comments
You can use a black list feature of aqtinstall. |
A mirror server mirrors.sjtug.sjtu.edu.cn is known as troublesome and put it as black list in CI configuration. The mirror server seems rejecting connections from one that they want not to connect. You can check https://mirrors.sjtug.sjtu.edu.cn/ in browser and they show their status in Chinese. It seems they are progressing the mirror task. |
thank you |
I move https://mirrors.sjtug.sjtu.edu.cn/qt/ from fallbacks to blacklist. It works!
Thanks a lot! |
- remove https://mirrors.sjtug.sjtu.edu.cn/qt/ from fallbacks - Adjust from report #687 Signed-off-by: Hiroshi Miura <miurahr@linux.com>
- remove https://mirrors.sjtug.sjtu.edu.cn/qt/ from fallbacks - Adjust from report #687 Signed-off-by: Hiroshi Miura <miurahr@linux.com> (cherry picked from commit f536165)
Describe the bug
I am encountering an issue while using the aqtinstall command as mentioned below. Specifically, the download link seems to be unresponsive or malfunctioning.
To Reproduce
Steps to reproduce the behavior:
aqt
using this commandaqt
with this commandExpected behavior
A clear and concise description of what you expected to happen.
aqt
outputAdd program output to help explain your problem.
Desktop (please complete the following information):
aqt
version [aqtinstall(aqt) v3.1.6 on Python 3.10.4 [CPython MSC v.1929 64 bit (AMD64)]]Additional context
It appears that Qt is currently not providing the necessary download files on their website. Attempting to download the file resulted in an "access denied" message: https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/qt5_5152/
However, I did find a successful download link:
https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/qt5_5152/qt.qt5.5152.win32_msvc2019/5.15.2-0-202011130602qtmultimedia-Windows-Windows_10-MSVC2019-Windows-Windows_10-X86.7z.mirrorlist
This leads me to suspect that there may be an issue with the mirror file. It's possible that Qt is not aware of this issue yet.
The text was updated successfully, but these errors were encountered: