appveyor DownloadFile doesn't work with some URLs
Trying to download for instance https://www.dropbox.com/s/b26bwzj8vc3f28s/llvm_windows_x86.7z?dl=0 will not work.
Doing the same using wget works fine. I think AppVeyor is failing to process some redirects or something.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 21 Aug, 2015 07:59 PM
Can you drop a link to a build log please?
2 Posted by Joao Matos on 21 Aug, 2015 09:15 PM
Sure, see https://ci.appveyor.com/project/tritao/cppsharp/build/1.0.282.
Support Staff 3 Posted by Feodor Fitsner on 22 Aug, 2015 04:33 AM
OK, that URL basically returns HTML page (I guess with client-side JS redirect), it's not like 301 redirect: https://ci.appveyor.com/project/FeodorFitsner/simple-console/build/...
Maybe wget is cool enough to execute the script and follow download URL.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:59 AM.