autobrr / omegabrr

Omegabrr transforms monitored shows, movies, books and music from arrs into autobrr filters. It also supports adding titles from custom lists to autobrr filters.
https://autobrr.com
MIT License
127 stars 11 forks source link

Whisparr v2 support #61

Closed dsrtusr88 closed 11 months ago

dsrtusr88 commented 1 year ago

Looking at https://github.com/autobrr/omegabrr/blob/851eda82956c22e942150f4374061769541d1edc/internal/processor/service.go#L67 it looks like whisparr is configured for radarr which may have been the v1 whisparr. v2 uses sonarr which results in this fail:

2023-08-30T21:08:50-04:00 DBG gathering titles... client=whisparr type=radarr 2023-08-30T21:08:50-04:00 ERR error while processing Whisparr, continuing with other clients error="api.Get(movie): failed: (status: 404 Not Found): invalid status code, <200||>299: " client=whisparr type=whisparr 2023-08-30T21:08:50-04:00 WRN Run complete, with errors. 2023-08-30T21:08:50-04:00 WRN Errors encountered during processing: 2023-08-30T21:08:50-04:00 WRN Whisparr - whisparr: api.Get(movie): failed: (status: 404 Not Found): invalid status code, <200||>299:

zze0s commented 11 months ago

Fixed with #63