-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Time off estimate call has changed and broken the gem #5
Comments
Horrible hack fix for method-inc#5
Interesting... I'm the original author of the gem, however I'm no longer at Skookum and I don't use Bamboo or have access to it anymore. Perhaps @moondev or @iamdustan might be able to help out. Good luck! |
@markrickert Thanks for headsup. For us it's not an issue since we're using the patched-with-a-hack version. Perhaps if others have this issue, we can get a confirmation and a better solution! |
@gorenje thanks for reporting the issue 😃 I'm taking a look at this over the weekend. Would you mind pointing me to your patched version? Hopefully we can get a universal fix for everyone. |
I'm having the same problem when I call client.time_off.requests:
|
@enriikke my fix was this gorenje@d478a86 |
I'm having a similar error trying to do client.meta.fields |
This is fixed in #40. |
Hi,
It seems that something has changed @ bamboo causing this gem to fail:
Raw Response of that (at least for me):
i.e. an array that does not have with_indifferent_access
So that causes an exception:
And then the response is parsed using XML which, in turn, throws up its hands with:
I dunno with this is related to us upgrading active_support (4.2.1) or whether the response format from bamboo has changed.
The text was updated successfully, but these errors were encountered: