conan config install no longer works with 1.11.0

Created on 19 Dec 2018  路  3Comments  路  Source: conan-io/conan

With conan v1.11.0:

conan config install http://rambo.local:8090/jenkins/job/microblink/job/conan-toolchains/job/master/lastSuccessfulBuild/artifact/android.zip 
Trying to download  http://rambo.local:8090/jenkins/job/microblink/job/conan-toolchains/job/master/lastSuccessfulBuild/artifact/android.zip
ERROR: Error downloading file http://rambo.local:8090/jenkins/job/microblink/job/conan-toolchains/job/master/lastSuccessfulBuild/artifact/android.zip: ''tuple' object has no attribute 'get''

With conan v1.10.2 and earlier this works correctly. Our local CI server (that builds profile zips for company-wide use) is in local area network and does not use SSL (I guess #4158 could be related to breaking this behaviour). Are there any workarounds you could suggest?

critical bug

Most helpful comment

Thank you for a quick fix. We already updated our CI servers and confirmed that the issue is resolved!

All 3 comments

Seems the offending line is this one: https://github.com/conan-io/conan/pull/4062/files#diff-633cc9158b73bec9defbb8eb390ba040R573

I am fixing this ASAP. Thanks for reporting!

Conan 1.11.1 has been released.

Thank you for a quick fix. We already updated our CI servers and confirmed that the issue is resolved!

Was this page helpful?
0 / 5 - 0 ratings