Open NEIL-smtg opened 2 months ago
Recently, while building openFrameworks from source, the script scripts/vs/download_libs.sh failed to download openFrameworksLibs_bleedingvs*.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:
Recently, while building openFrameworks from source, the script scripts/vs/download_libs.sh failed to download openFrameworksLibs_bleedingvs*.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: