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
When using 'bulk create from files' (in manage content, TV Shows) and attempting to import existing shows, i get a match on the first video file, and after that i receive only 'TheMoveDB Limit Reached'.
Note: All exceptions are set to raise the error 'API limit reached' see below:
catch (Exception ex) {
log.error("Error occured while trying to retrieve data from TheMovieDB. Please check your API-Key.")
fileResult.status = MATCHER_STATUS.LIMIT_REACHED
fileResult.title = name
}
Steps to Reproduce
Fresh install, using 'sudo java -jar streama-x.x.x-xxx.jar (tried versions 'v1.7.0-RC3' and 'v1.6.7')
ERROR grails.app.services.streama.TheMovieDbService - Server returned HTTP response code: 429 for URL: https://api.themoviedb.org/3/movie/1587/videos?api_key=...&language=en
ERROR grails.app.services.streama.TheMovieDbService - Server returned HTTP response code: 429 for URL: https://api.themoviedb.org/3/movie/242224/videos?api_key=...&language=en
Issue description
When using 'bulk create from files' (in manage content, TV Shows) and attempting to import existing shows, i get a match on the first video file, and after that i receive only 'TheMoveDB Limit Reached'.
Note: All exceptions are set to raise the error 'API limit reached' see below:
Steps to Reproduce
Expected Behaviour
It is expected to match for all files selected.
Actual Behaviour
It does not match for all files selected, only the first one is successful.
Environment Information
The text was updated successfully, but these errors were encountered: