Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Unhandled error in plugin discover: Multiple rows were found for one_or_none #1305

@lostsubstance

Description

@lostsubstance

This error is causing the task to abort.

2016-07-30 13:33 CRITICAL task          get-tv          BUG: Unhandled error in plugin discover: Multiple rows were found for one_or_none()
Traceback (most recent call last):
  File "c:\python27\lib\site-packages\flexget\task.py", line 444, in __run_plugin
    return method(*args, **kwargs)
  File "c:\python27\lib\site-packages\flexget\event.py", line 23, in __call__
    return self.func(*args, **kwargs)
  File "c:\python27\lib\site-packages\flexget\plugins\input\discover.py", line 272, in on_task_input
    entries = self.estimated(entries, estimation_mode)
  File "c:\python27\lib\site-packages\flexget\plugins\input\discover.py", line 188, in estimated
    est_date = estimator.estimate(entry)
  File "c:\python27\lib\site-packages\flexget\plugins\estimators\est_released.py", line 28, in estimate
    estimate = estimator(entry)
  File "c:\python27\lib\site-packages\flexget\plugins\estimators\est_release_series_tvmaze.py", line 53, in estimate
    episode = lookup(**kwargs)
  File "c:\python27\lib\site-packages\flexget\utils\database.py", line 34, in wrapper
    return func(*args, **kwargs)
  File "c:\python27\lib\site-packages\flexget\plugins\api_tvmaze.py", line 419, in episode_lookup
    TVMazeEpisodes.airdate == episode_date)
  File "c:\python27\lib\site-packages\sqlalchemy\orm\query.py", line 2698, in one_or_none
    "Multiple rows were found for one_or_none()")
MultipleResultsFound: Multiple rows were found for one_or_none()

  • Flexget Version: 2.2.2
  • Python Version: 2.7.9
  • Installation method: pip
  • OS and version: Windows 10
  • Link to crash log: http://pastebin.com/VS7H6LAg

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions