conan: [bug] `conan_build_info --v2 publish` returns "ERROR: 400: Bad Request"

Still having issues with the new conan_build_info --v2 command.
Publishing fails with “ERROR: 400: Bad Request”. It seems that no trace messages are generated for this command so please let me know if you need any more info.

Environment Details

  • Operating System+version: Windows 10
  • Compiler+version: n/a
  • Conan version: 1.20.4
  • Python version: 3.7.3
  • Artifactory version: 6.12.1
  • Python Packages:
    • requests 2.21.0
    • six 1.12.0

Steps to reproduce

run conan_build_info --v2 publish buildinfo.json --url https://my_server.artifactory.cm.my_company.biz/artifactory --user <user> --password <password> as per the how-to.

Logs (Executed commands with output)

  • Conan command output: ERROR: 400: Bad Request

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 17 (9 by maintainers)

Most upvoted comments

@czoido,

Oops, apologies, I didn’t checkout the branch after cloning so I ended up installing the develop branch.

I can confirm that the branch did solve my issue! (No carriage returns in the files!)