Skip to content

peculiar error 60 when trying to get issues #57

Description

@hjicks

Hi there, i'm using latest version of jira.el from MELPA. we have a on-premise instance of jira (v9.17) and i have the following set in my ~/.emacs/init.el:

 (setq jira-username "username"
       jira-base-url "https://jira.company.net"
       jira-token "foobar"
       jira-token-is-personal-access-token t
       jira-api-version 2
       jira-debug t)

I get the following error after running M-x jira-issues:

[Jira API Status Code]: Unknown
[Jira API Response Headers]: No headers
[Jira API Response Body]: No response body
[Jira API Call]: GET field (URL: https://jira.company.net)
[Jira API Call]: Authorization Bearer foobar
[error] request--callback: peculiar error
[Jira API Error]: (error . exited abnormally with code 60

any help is appreciated, thanks a lot. :-)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions