Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jellyseerr forces full series search instead of just the selected season #710

Open
1 task done
Atakku opened this issue Apr 9, 2024 · 1 comment · May be fixed by #711
Open
1 task done

Jellyseerr forces full series search instead of just the selected season #710

Atakku opened this issue Apr 9, 2024 · 1 comment · May be fixed by #711

Comments

@Atakku
Copy link

Atakku commented Apr 9, 2024

Description

When I try to request one more season to a partially available series jellyseerr seems to request sonarr to perform a full series search instead of just the new season(s) i requested, which can take quite a while with large shows, and lead to issues

Version

1.7.0 (docker.io/drcarrot/jellyseerr-postgres)

Steps to Reproduce

  1. Request another season on partially available series
  2. Watch as sonarr sends requests to indexers looking for S1, S2, S3, and finally S4

Screenshots

No response

Logs

No response

Platform

desktop

Device

PC

Operating System

Windows 11

Browser

Firefox

Additional Context

No response

Code of Conduct

  • I agree to follow Jellyseerr's Code of Conduct
@Fallenbagel
Copy link
Owner

Could you hop onto discord. This is a common configuration issue and we do troubleshooting there.

PCJones added a commit to PCJones/jellyseerr that referenced this issue Apr 9, 2024
This fix changes the behavior of how Overseerr requests series data from Sonarr. Previously, when adding new seasons to a partially available series, Overseerr would initiate a SeriesSearch, causing Sonarr to search for all monitored seasons of the series, including those already available. This behavior is now corrected by executing a MissingEpisodeSearchCommand for the specific seriesId, which aligns with the intended behavior of only searching for and adding the newly requested seasons that are not already available.

Resolves: Fallenbagel#710
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants