-
Notifications
You must be signed in to change notification settings - Fork 265
Library stopped working #536
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Hi @ldebrouwer, I have the same behaviour. Wasn't using this lib before - but can confirm that neither of them does not currently work. Receiving Have you solved issue on your side somehow or switched to another API client implementation? |
@SerhiiKorniienko Because I was only using a limited set of functionality from this library, I've swapped it out with a custom light-weight service using |
@ldebrouwer gotcha! Thanks, thinking that way as well |
HI @ldebrouwer @SerhiiKorniienko thank you for your contribution. I guess it's related to php/php-src#14184, so I'll release new version for work again, |
This is a bit of an odd one, but the library has stopped working for me and my team all of a sudden.
Every single request through this library now returns a
$response
offalse
, with an empty body, and subsequently fails on the JsonMapper "hydration".It was working perfectly fine last week.
To make things even weirder, local cURL requests in the terminal work absolutely fine.
I've also checked swapping it out for
lesstif/php-JiraCloud-RESTAPI
, and hitting the V3 API and I'm seeing the same issue there.As I believe it may be an issue around how headers are set in the library, I was wondering if someone else is currently experiencing the same issue before I dig deeper into this. Because it feels like something might have changed on the Jira side that no longer gels with this library.
Or if there's any information that would be particularly useful in terms of steps to reproduce, I'll be happy to provide those.
The text was updated successfully, but these errors were encountered: