Skip to content

Script started failing for me. Fixed! #2

@benjaminwelch

Description

@benjaminwelch

Just in case this helps others, this stopped working for me and I tracked it down to a curl SSL error issue. I fixed this by adding -k right before the $URL at the end of the final line.

$CURL --data "auth_token=$AUTH_TOKEN&value=$VALUE" --data-urlencode "comment=$COMMENT" $URL
Is now:
$CURL --data "auth_token=$AUTH_TOKEN&value=$VALUE" --data-urlencode "comment=$COMMENT" -k $URL

I hope this helps others. Thanks so much for this script! I use it often!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions