You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This doesn't even show the HTTP error code, and ideally whatever API response error message was (if any) should also be forwarded.
I have not been able to find anything in the documentation to observe/log requests/responses, to troubleshoot errors like this. There is commented out code to insert a pry breakpoint in request_client.rb, but surely it is not expected that applications edit the source of their dependencies and perform interactive debugging each time to receive error information?
The text was updated successfully, but these errors were encountered:
When I try to use jira-ruby against our jira instance, I get the following error:
This doesn't even show the HTTP error code, and ideally whatever API response error message was (if any) should also be forwarded.
I have not been able to find anything in the documentation to observe/log requests/responses, to troubleshoot errors like this. There is commented out code to insert a pry breakpoint in request_client.rb, but surely it is not expected that applications edit the source of their dependencies and perform interactive debugging each time to receive error information?
The text was updated successfully, but these errors were encountered: