Skip to content

TheMovieDB Limit reached - When it hasn't #791

Open
@dly2424

Description

@dly2424

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

  1. Fresh install, using 'sudo java -jar streama-x.x.x-xxx.jar (tried versions 'v1.7.0-RC3' and 'v1.6.7')
  2. Go to http://xxx.xxx.x.xxx:8080 (8080 is the port i am using)
  3. Manage Content
  4. Bulk-Create from files
  5. Select folder (issue here as well, odd behavior seen here: https://ibb.co/DMZkvHs (gif))
  6. 'Run Matcher'
  7. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions