Code Monkey home page Code Monkey logo

Comments (2)

ahungry avatar ahungry commented on August 16, 2024

I quickly grepped request.el and org-jira - I don't see a match for"abnormal", so this may be more of a lower level/curl specific problem.

An invalid URL can trigger an exit code 3 with curl:

❯ curl 'http:example.com'
curl: (3) URL rejected: Port number was not a decimal number between 0 and 65535
❯ echo $?
3

If the "abnormal" message is just Emacs relaying the shell out to curl's error code, maybe the URL you have configured isn't valid?

I notice you have https:jira.company.com, which I assume was a result of obfuscating your sensitive data (thank you btw, always stressful to see people paste their base64 credentials) - please confirm the actual error log shows the equivalent of https://jira.company.com (note the //).

A more primitive request might be to try a manual (request call (see: C-h f request for details) to your URL, and also to (or compare manually) with jiralib-url - see if that triggers the same error?

from org-jira.

igajsin avatar igajsin commented on August 16, 2024

Shame on me, that was a typo in the jiralib-url, somehow https://jira.company.com was copied to https:jira.company.com. Sorry about that.

from org-jira.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.