Skip to content

InvalidFormatException on date string in response from API #119

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

Closed
rmacqueen opened this issue Aug 12, 2020 · 1 comment
Closed

InvalidFormatException on date string in response from API #119

rmacqueen opened this issue Aug 12, 2020 · 1 comment

Comments

@rmacqueen
Copy link

I'm seeing the following error when calling startConversation on the message bird client. The whatsapp message does go through but it looks like the JSON response from message bird API might have changed and is now not getting parsed correctly by this Java library.

com.messagebird.exceptions.GeneralException: com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `java.util.Date` from String "2020-08-12T11:21:54.265235776Z": not a valid representation (error: Failed to parse Date value '2020-08-12T11:21:54.265235776Z': Unparseable date: "2020-08-12T11:21:54.265235776Z")
@denizkilic
Copy link
Contributor

Hi @rmacqueen,
Thanks for reporting this issue. The problem is fixed in Release 3.0.15. We are ready to welcoming more issues if you have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants