Api monitoring seasons but not episodes

Sonarr version (exact version):
3.0.10.1567
OS:
Windows 10
Debug logs:
payload: 1. {qualityProfileId: 4,…}

  1. addOptions: {ignoreEpisodesWithFiles: false, ignoreEpisodesWithoutFiles: false, monitor: “all”,…}
  2. languageProfileId: 1
  3. monitored: true
  4. qualityProfileId: 4
  5. seasons: [{seasonNumber: 0, monitored: true}, {seasonNumber: 1, monitored: true},…]
1. 0: {seasonNumber: 0, monitored: true}
2. 1: {seasonNumber: 1, monitored: true}
3. 2: {seasonNumber: 2, monitored: true}
4. 3: {seasonNumber: 3, monitored: true}
5. 4: {seasonNumber: 4, monitored: true}
6. 5: {seasonNumber: 5, monitored: true}
7. 6: {seasonNumber: 6, monitored: true}
8. 7: {seasonNumber: 7, monitored: true}
9. 8: {seasonNumber: 8, monitored: true}
  1. title: “Dexter”
  2. tvdbId: 79349

Description of issue:
I’m sure im missing something small but im trying to get the api using http://${SonarrHost}/api/v3/series?apikey=${sonarrApiKey} to add a series to Sonarr. It currently adds it and then monitors the seasons but remains 0/0 for the episodes. The seasons are monitored but episodes aren’t. I looked in the api doc and can’t find anything about making all episodes are monitored. The payload has monitor all so im unsure of whats going wrong.
Any help would be appreciated cheers

youve got monitor:all, do you really need to specify the monitor state for the individual seasons?

try it without the seasons array, see if that helps or not.

Tried without the array didn’t work unfortunately, set me on the write path though. I changed how it was setting monitor to be inside the addOptions schema instead. Also needed it to be monitor ‘All’ instead of true. Cheers for the response :slight_smile:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.