conan: [bug] impossible to download meson package
Environment Details (include every applicable attribute)
- Operating System+version: native Windows 10 and Ubuntu 20.04 (WSL)
- Conan version: 1.35.2
- Python version: 3.8.0 and 3.8.5
Steps to reproduce (Include if Applicable)
conan install meson/0.57.2@
Logs (Executed commands with output) (Include/Attach if Applicable)
meson/0.57.2: Not found in local cache, looking in remotes...
meson/0.57.2: Trying with 'conan-center'...
ERROR: {}
Response from remote is not json, but 'application/octet-stream'. [Remote: conan-center]
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 17 (16 by maintainers)
indeed, thanks for the quick reaction !
Hi! Looks like we’ve found the issue/bug (thanks @czoido ). With the download cache enabled, the Conan client is hitting URL https://conan.bintray.com/v1/conans/meson/0.57.2/_/_ which is not expected. Now we need to evaluate short and mid-term fixes.
Thanks for your report!
Quickfix (workaround).- Disable the download cache.