You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug
On the iOS app, doing a manual search for an episode of a TV show, and then attempting to start downloading that release, results in an error: DioException [bad response]: The request returned an invalid status code of 404.
I've reproduced LunaSea's API call in postman to get more details on the error returned by sonarr :
Describe the Bug
On the iOS app, doing a manual search for an episode of a TV show, and then attempting to start downloading that release, results in an error:
DioException [bad response]: The request returned an invalid status code of 404
.I've reproduced LunaSea's API call in postman to get more details on the error returned by sonarr :
I compared the call made by LunaSea and the sonarr UI and found a difference. Sonarr UI adds the
episodeId
in request body. In this case, it's particularly useful.https://github.com/JagandeepBrar/lunasea/blob/master/lib/api/sonarr/controllers/release/add_release.dart#L11
To Reproduce
Manually search for a series episode for which the series is not automatically recognized via the file name.
Sonarr marks the episode as
Unknown Series
in its interface :Try to download the file in LunaSea.
Expected Behaviour
I'm expecting the download to start.
Screenshots
Versions
Additional context
The text was updated successfully, but these errors were encountered: