-
Notifications
You must be signed in to change notification settings - Fork 429
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
Latest Twilio Java SDK breaks Job endpoint #748
Comments
HI @ukby1234 , Thanks for reaching out and pointing out the issue, we have been able to reproduce it. Will inform once the fix is available. |
@kridai any updates on this bug? |
@ukby1234 I am actively working on the fix of above issue. Will be updating soon. |
@ukby1234 I tried calling the API using Postman, and it turns out that the 'details' should be an array of hashmaps instead of a single hashmap. This appears to be a bug in how the API specifications are declared, which is why the SDK is currently using it as a hashmap. I will work to rectify this issue internally and will inform you once it is resolved. |
I have again reminded the concerned team. |
@sbansla any updates on this issue? |
Issue Summary
Job.fetcher(jobSid).fetch failed with the exceptions posted.
Steps to Reproduce
Code Snippet
Exception/Log
Technical details:
The text was updated successfully, but these errors were encountered: