CircleCI-Public / jq-orb

quickly and easily install jq in your CircleCI job
https://circleci.com/orbs/registry/orb/circleci/jq
MIT License
6 stars 9 forks source link

Illegal characters found in URL Exited with code exit status 3 #35

Open gnikolov5 opened 10 months ago

gnikolov5 commented 10 months ago

Hello,

Most likely since the release of the new version of jq 1.7.1 I am receiving the following error:

Latest version of jq is jq-1.7.1
A different version of jq is installed (jq-1.7); removing it
curl: (3) Illegal characters found in URL

Exited with code exit status 3

The pipe was working just fine before that, however I tested with the override:true parameter as well without success. This is my code:

          pre-steps:
            - jq/install:
              version: jq-1.7
              override: true

Thank you in advance!

gnikolov5 commented 9 months ago

Do we have any update regarding this issues as it's a critical one and it's been almos a month?

gnikolov5 commented 7 months ago

Hello, may I ask if we have any update? Thank you in advance!

marboledacci commented 1 month ago

Which executor are you getting this error on?