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
{{ message }}
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.
com.sun.jersey.api.client.ClientHandlerException: org.codehaus.jackson.map.JsonMappingException: No enum constant com.podio.app.ApplicationFieldType.EMAIL (through reference chain: com.podio.item.Item["fields"]->com.podio.item.FieldValuesView["type"])
Upon requesting an Item via the com.podio.item.ItemAPI class that has a field of type EMAIL, unmarshalling fails due to com.podio.app.ApplicationFieldType being out of date.
The text was updated successfully, but these errors were encountered:
Upon requesting an
Item
via thecom.podio.item.ItemAPI
class that has a field of type EMAIL, unmarshalling fails due tocom.podio.app.ApplicationFieldType
being out of date.The text was updated successfully, but these errors were encountered: