Getting OmdbConnectionErrorException after executing "new Omdb().search(someName)"
More from exception:
Unrecognized field "Type" (class com.omdbapi.SearchResult), not marked as ignorable (3 known properties: , "Title", "imdbID", "Year"])
My POM file:
< dependency > < groupId >com.omdbapi< / groupId > < artifactId >omdbapi< / artifactId > < version >0.2.0< / version > < / dependency >
I have just released version 0.3.0. this fixes your problem. See ticket #1 for information :)
Seems to be working well, thank you
Log in to post a comment.
Getting OmdbConnectionErrorException after executing "new Omdb().search(someName)"
More from exception:
My POM file:
Last edit: mocialov 2013-03-30
I have just released version 0.3.0. this fixes your problem. See ticket #1 for information :)
Seems to be working well, thank you