-
Notifications
You must be signed in to change notification settings - Fork 28
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
API doesn't work #11
Comments
Hi, Omertron. Using yamj-v2 successfully until this week when the thetvdb api changed... I was more of a Perl programmer back in the day so this java stuff is like a foreign language to me. If you could fix this I will name a spaceship after you. http://artships.com/2005/ion.php |
Starting since 05/01/2018 these API doesn't work for me. Methods return an Imdb Exception:
(example with method getFullDetails)
Exception in thread "main" com.omertron.imdbapi.ImdbException: ExceptionType=HTTP_404_ERROR, ResponseCode=404, URL=http://app.imdb.com/title/maindetails?api=v1&appid=iphone1&locale=en×tamp=1515158110&tconst=tt0330373&sig=app1
at com.omertron.imdbapi.tools.HttpTools.validateResponse(HttpTools.java:136)
at com.omertron.imdbapi.tools.HttpTools.getRequest(HttpTools.java:62)
at com.omertron.imdbapi.tools.ApiBuilder.getWrapper(ApiBuilder.java:94)
at com.omertron.imdbapi.ImdbApi.getFullDetails(ImdbApi.java:651)
at com.omertron.imdbapi.ImdbApi.getFullDetails(ImdbApi.java:637)
at statistics.ApplicationStatisticsExtractor.main(ApplicationStatisticsExtractor.java:32)
Trying on the web browser the following url (the one that gives me the exception): "http://app.imdb.com/title/maindetails?api=v1&appid=iphone1&locale=en×tamp=1515113401&tconst=tt0330373&sig=app1"
Result is: "Page not found. IMDb API is for use only by clients authorized in writing by IMDb. Authors and users of unauthorized clients accept full legal exposure/liability for their actions."
The text was updated successfully, but these errors were encountered: