We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Recently, while building openFrameworks from source, the script scripts/vs/download_libs.sh failed to download openFrameworksLibs_bleeding_vs_*.zip.
Output
openFrameworks download_libs.sh v2.5.0 ----- [openFrameworks downloader v4.3.2] ... [downloader] Invalid URL: [1] [downloader] enabled brotli/zlib losslesss compression response
As I tried adding echo "File entering validate_url: $1" into downloader.sh (line 29), I get the following error:
echo "File entering validate_url: $1"
openFrameworks download_libs.sh v2.5.0 ----- [openFrameworks downloader v4.3.2] ... File entering validate_url: https://github.com/openframeworks/apothecary/releases/download/bleeding/openFrameworksLibs_bleeding_vs_64_1.zip File entering validate_url: https://github.com/openframeworks/apothecary/releases/download/bleeding/openFrameworksLibs_bleeding_vs_64_2.zip File entering validate_url: https://github.com/openframeworks/apothecary/releases/download/bleeding/openFrameworksLibs_bleeding_vs_arm64_1.zip File entering validate_url: https://github.com/openframeworks/apothecary/releases/download/bleeding/openFrameworksLibs_bleeding_vs_arm64_2.zip File entering validate_url: https://github.com/openframeworks/apothecary/releases/download/bleeding/openFrameworksLibs_bleeding_vs_arm64ec_1.zip File entering validate_url: https://github.com/openframeworks/apothecary/releases/download/bleeding/openFrameworksLibs_bleeding_vs_arm64ec_2.zip File entering validate_url: 1 [downloader] Invalid URL: [1] [downloader] enabled brotli/zlib losslesss compression response File entering validate_url: https://github.com/openframeworks/apothecary/releases/download/bleeding/openFrameworksLibs_bleeding_vs_64_1.zip
I'm not sure why the script is passing '1' as argument to downloader.sh.
Reproduce step:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Recently, while building openFrameworks from source, the script scripts/vs/download_libs.sh failed to download openFrameworksLibs_bleeding_vs_*.zip.
Output
As I tried adding
echo "File entering validate_url: $1"
into downloader.sh (line 29), I get the following error:I'm not sure why the script is passing '1' as argument to downloader.sh.
Reproduce step:
The text was updated successfully, but these errors were encountered: