whatdaybob / sonarr_youtubedl

A Sonarr companion script to allow the automatic downloading of web series normally not available for Sonarr to search for. Using Youtube-DL it allows you to download your webseries from the list of supported sites.
107 stars 34 forks source link

Call to Sonar to update metadata is failing #64

Closed ptarjan closed 10 months ago

ptarjan commented 10 months ago

After doing the fix from Issue #50 it downloads the file perfectly, but the call to sonar to scan fails with:

sonarr_youtubedl  | 2023-10-18 15:23:37,630 - sonarr_youtubedl - DEBUG - Begin call Sonarr to rescan for series_id: 141
sonarr_youtubedl  | 2023-10-18 15:23:37,632 - sonarr_youtubedl - ERROR -       Failed - What's the Most Realistic Artificial Gravity in Sci-Fi? - Replacement index 1 out of range for positional args tuple

If I click "Refresh & Scan" in the UI, it works great so I think it is just the API call that is failing and not the underlying data being wrong.