-
Notifications
You must be signed in to change notification settings - Fork 11
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
Allocine plugin Failed to retrieve id for movie #2639
Comments
Comment #1 originally posted by Omertron on 2013-04-16T07:41:59.000Z: The API-Key has changed, so you just have set another API key in the apikeys.properties for allocine (placed in the conf folder). Please use this in your apikeys.properties:
|
Comment #2 originally posted by Omertron on 2013-04-16T07:42:34.000Z: This issue was closed by revision r3678. |
Comment #3 originally posted by Omertron on 2013-04-19T06:06:59.000Z: not fixed for me and some other french user : still have the error i get back to the 3677 and change manually the apikey this has the same effect and error. |
Original issue 2640 created by Omertron on 2013-04-16T06:26:20.000Z:
What steps will reproduce the problem?
1.here is the error message I obtain with every movies :
ERROR com.moviejukebox.plugin.AllocinePlugin - AllocinePlugin: Failed to retrieve Allocine id for movie : Stars 80
[08:07:34 - Thread-2] ERROR com.moviejukebox.plugin.AllocinePlugin - java.io.IOException: Server returned HTTP response code: 403 for URL: http://api.allocine.fr/rest/v3/search?partner=[APIKEY]&format=xml&filter=movie&q=Stars+80
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at com.moviejukebox.allocine.XMLAllocineAPIHelper.searchMovieInfos(XMLAllocineAPIHelper.java:78)
at com.moviejukebox.plugin.AllocinePlugin.getAllocineMovieId(AllocinePlugin.java:153)
at com.moviejukebox.plugin.AllocinePlugin.getMovieId(AllocinePlugin.java:95)
at com.moviejukebox.plugin.AllocinePlugin.getMovieId(AllocinePlugin.java:83)
at com.moviejukebox.plugin.AllocinePlugin.scan(AllocinePlugin.java:204)
at com.moviejukebox.plugin.DatabasePluginController.scan(DatabasePluginController.java:117)
at com.moviejukebox.MovieJukebox.updateMovieData(MovieJukebox.java:1951)
at com.moviejukebox.MovieJukebox$3.call(MovieJukebox.java:942)
at com.moviejukebox.MovieJukebox$3.call(MovieJukebox.java:923)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
at com.moviejukebox.tools.ThreadExecutor$ScheduledThread.run(ThreadExecutor.java:105)
I use the 2.9-SNAPSHOTRevision: r3677 on a windows 7 pro PC
The default skin is used
A Popcorn C200 is used with yamj and the same error produce on PC
The text was updated successfully, but these errors were encountered: