I'm having issues with this Overseerr container communicating with the binhex Sonarr container properly. Everything works just fine with Radarr and my settings for Sonarr are identical (aside from a different IP address and specifying tv shows instead of movies) so I'm not sure what the problem is. Sonarr is running on the default port. The error message I'm getting is: { "errorMessage": "Request failed with status code 400", "options": { "languageProfileId": -1, "monitored": true, "profileId": -1, "rootFolderPath": "/media/tv", "searchNow": true, "seasonFolder": true, "seasons": [ 1 ], "seriesType": "standard", "tags": [], "title": "Undeclared", "tvdbid": 73557 }, "response": [ { "attemptedValue": -1, "errorCode": "GreaterThanValidator", "errorMessage": "'Quality Profile Id' must be greater than '0'.", "formattedMessageArguments": [], "formattedMessagePlaceholderValues": { "comparisonProperty": "", "comparisonValue": 0, "propertyName": "Quality Profile Id", "propertyValue": -1 }, "propertyName": "QualityProfileId", "severity": "error" } ] } I suspect there's an issue with my Sonarr configuration and if so I'll just scoot over to that thread since I'm also having issues with that.