Jira::Rest Error Status Read Failed

lykaibernardo May 14, 2015

Hi All,

I have created a perl script that will extract the status of issues from history using REST API. In our Jira, the script is working fine. But using the script for another Jira instance, I am getting below error when running the script:

JIRA::REST Error[500 - Internal Server Error]:
Status read failed: A non-blocking socket operation could not be completed immediately.

Do you have any idea about this error and how to resolve this?

1 answer

1 accepted

0 votes
Answer accepted
Alexander Brett June 8, 2015

This is caused by https://rt.cpan.org/Public/Bug/Display.html?id=104122, which was fixed in Net::HTTP 6.09. Upgrade and it should work.

Suggest an answer

Log in or Sign up to answer