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
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")
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: