Download error: decompression get wrong: no output data
See original GitHub issueThank you for this great GitHub Action, I’m currently using it on https://github.com/pbek/QOwnNotes!
I’m currently having issues with the Qt 5.7 installation on Windows (some still are using Windows XP) with win32_mingw53
.
Config: https://github.com/pbek/QOwnNotes/blob/48f5b73e1b0a200b88c93d82ef6192f7d80fbe03/.github/workflows/build.yml#L61-L69 Build log: https://github.com/pbek/QOwnNotes/runs/880829548?check_suite_focus=true
I always get the error Download error: decompression get wrong: no output data.
for all packages:
2020-07-17 06:56:23,560 - aqt - INFO - Downloading qtsvg...
2020-07-17 06:56:23,560 - aqt - DEBUG - Download URL: http://mirrors.ocf.berkeley.edu/qt//online/qtsdkrepository/windows_x86/desktop/qt5_57/qt.57.win32_mingw53/5.7.1-0qtsvg-Windows-Windows_7-Mingw53-Windows-Windows_7-X86.7z
2020-07-17 06:56:24,064 - aqt - ERROR - Download error: decompression get wrong: no output data.
- I tried with and without mirror
- Qt 5.14.2 works great, only Qt 5.7 doesn’t seem to work
- When I download the file on my computer it decompresses fine
Has anyone seen something like that?
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (7 by maintainers)
Top Results From Across the Web
Qt5.7 installation failed: Download error: decompression get ...
(Sorry, about the 0.9.3, that is aptinstall). I tried py7zrversion: '==0.9.0' , but still got Download error: decompression get wrong: no output ......
Read more >Decompression Error 1,7,12 - Microsoft Community
Hi, Errors while installing the game and downloading files can be due to several factors. It can be one of the following: It...
Read more >Download 'Decompression failed' notice..? - Apple Community
Go to ~/Library/Safari and move the Downloads.plist file to the Trash and relaunch Safari. If you still have problems with downloading files...
Read more >4 methods to fix 7-zip data error - Wondershare Recoverit
Part 1: For Fixing ´Data Error´ By Replacement Of ´Bad´.7z Archive · Part 2: Restart 7-Zip File and Reboot PC · Part 3:...
Read more >Why do I get a "decompression failed" or "Unable to expand ...
This error occurs in Safari if the "Open Safe Files" option is on. When the download is completed, Safari will attempt to unzip...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you to both of you!
@jurplel Please check a combination Qt5.7 with msvc 2015, not with msvc 2017.
https://github.com/jurplel/install-qt-action/blob/0250f4c4259334913af5f5b67258d72a475e60cb/src/main.ts#L55-L59
Same for Qt5.5 with msvc 2013.