Open
Description
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:
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')
- Go to http://xxx.xxx.x.xxx:8080 (8080 is the port i am using)
- Manage Content
- Bulk-Create from files
- Select folder (issue here as well, odd behavior seen here: https://ibb.co/DMZkvHs (gif))
- 'Run Matcher'
- Issue is reproduced - See for gif of whole issue: https://ibb.co/r6fT0Fs
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
- Operating System: Ubuntu mate - linux
- Streama version: 'v1.7.0-RC3' and 'v1.6.7'
- Custom streama build, describe customizations or provide link to fork (If Applicable): Not applicable
- Container Version (If Applicable): Not applicable
Metadata
Metadata
Assignees
Labels
No labels