-
Notifications
You must be signed in to change notification settings - Fork 481
next_sonarr_episodes dont get all Series #1425
Copy link
Copy link
Closed
Description
Expected behaviour:
I set up next_sonarr_episodes with set_series_begin as shown in the Wiki to set my Series Begin from Sonarr.
Actual behaviour:
With the Last Fix i now get one Series (the First on Page 1) set but it seems like it doesn't fetch the other Pages and set the other Series Begin Episodes.
Steps to reproduce:
- Step 1: Setup Sonarr
- Step 2: Add some Series
- Step 3: Add Config:
-Step 4: Execute
Config:
set_series_begin:
priority: 1
next_sonarr_episodes:
base_url: http://localhost/sonarr
port: 8989
api_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
include_ended: false
accept_all: yes
set_series_begin: yes
Log:
2016-09-27 10:09 DEBUG utils.requests set_series_begin Fetching http://localhost:8989/sonarr/api/wanted/missing?page=%d&pageSize=%d&sortKey=series.title&sortdir=asc
2016-09-27 10:09 DEBUG utils.requests set_series_begin Fetching http://localhost:8989/sonarr/api/wanted/missing?page=%d&pageSize=%d&sortKey=series.title&sortdir=asc
2016-09-27 10:09 VERBOSE next_sonarr_episodes set_series_begin Test mode. Entry includes:
2016-09-27 10:09 VERBOSE next_sonarr_episodes set_series_begin Original_url:
2016-09-27 10:09 VERBOSE next_sonarr_episodes set_series_begin Url:
2016-09-27 10:09 VERBOSE next_sonarr_episodes set_series_begin Series_name: DC's Legends of Tomorrow
2016-09-27 10:09 VERBOSE next_sonarr_episodes set_series_begin Tvdb_id: 295760
2016-09-27 10:09 VERBOSE next_sonarr_episodes set_series_begin Series_season: 1
2016-09-27 10:09 VERBOSE next_sonarr_episodes set_series_begin Series_id: S01E01
2016-09-27 10:09 VERBOSE next_sonarr_episodes set_series_begin Series_episode: 1
2016-09-27 10:09 VERBOSE next_sonarr_episodes set_series_begin Title: DC's Legends of Tomorrow S01E01
2016-09-27 10:09 VERBOSE next_sonarr_episodes set_series_begin Tvmaze_id: 1851
2016-09-27 10:09 VERBOSE next_sonarr_episodes set_series_begin Tvrage_id: 0
2016-09-27 10:09 DEBUG utils.requests set_series_begin Fetching http://localhost:8989/sonarr/api/wanted/missing?page=%d&pageSize=%d&sortKey=series.title&sortdir=asc
2016-09-27 10:09 DEBUG backlog set_series_begin 0 entries purged from backlog
2016-09-27 10:09 VERBOSE details set_series_begin Produced 1 entries.
2016-09-27 10:09 DEBUG seen set_series_begin Rejecting '' 'DC's Legends of Tomorrow S01E01' because of seen 'DC's Legends of Tomorrow S01E01'
2016-09-27 10:09 VERBOSE task set_series_begin REJECTED: `DC's Legends of Tomorrow S01E01` by seen plugin because entry with title `DC's Legends of Tomorrow S01E01` is already marked seen in the task set_series_begin at 2016-0$
2016-09-27 10:09 DEBUG urlrewriter set_series_begin Checking 0 entries
2016-09-27 10:09 VERBOSE details set_series_begin Summary - Accepted: 0 (Rejected: 1 Undecided: 0 Failed: 0)
2016-09-27 10:09 DEBUG util.simple_persistence set_series_begin Flushing simple persistence for task set_series_begin to db.
Additional information:
- Flexget Version: 2.3.35
- Python Version: 2.7.12
- Installation method: pip
- OS and version: Ubuntu 16.04 LTS
- Link to crash log: -
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels