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

Having no tag for Radarr breaks requests #41

Open
pkp24 opened this issue Jul 23, 2024 · 1 comment
Open

Having no tag for Radarr breaks requests #41

pkp24 opened this issue Jul 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@pkp24
Copy link

pkp24 commented Jul 23, 2024

I didn't have a tag and it failed, I created a new tag and added it. Now it works. I'm not sure how not having a tag causes a quality profile error.

fail: Requestrr.WebApi.RequestrrBot.DownloadClients.Radarr.RadarrClient[0]
An error while requesting movie "Pearl" from Radarr: RadarrMovieCreation failed: Bad Request - [
{
"propertyName": "QualityProfileId",
"errorMessage": "\u0027Quality Profile Id\u0027 must be greater than \u00270\u0027.",
"attemptedValue": -1,
"severity": "error",
"errorCode": "GreaterThanValidator",
"formattedMessageArguments": [],
"formattedMessagePlaceholderValues": {
"comparisonValue": 0,
"comparisonProperty": "",
"propertyName": "Quality Profile Id",
"propertyValue": -1
}
},
{
"propertyName": "QualityProfileId",
"errorMessage": "Quality Profile does not exist",
"attemptedValue": -1,
"severity": "error",
"errorCode": "QualityProfileExistsValidator",
"formattedMessageArguments": [],
"formattedMessagePlaceholderValues": {
"propertyName": "Quality Profile Id",
"propertyValue": -1
}
}
]
System.Exception: RadarrMovieCreation failed: Bad Request - [
{
"propertyName": "QualityProfileId",
"errorMessage": "\u0027Quality Profile Id\u0027 must be greater than \u00270\u0027.",
"attemptedValue": -1,
"severity": "error",
"errorCode": "GreaterThanValidator",
"formattedMessageArguments": [],
"formattedMessagePlaceholderValues": {
"comparisonValue": 0,
"comparisonProperty": "",
"propertyName": "Quality Profile Id",
"propertyValue": -1
}
},
{
"propertyName": "QualityProfileId",
"errorMessage": "Quality Profile does not exist",
"attemptedValue": -1,
"severity": "error",
"errorCode": "QualityProfileExistsValidator",
"formattedMessageArguments": [],
"formattedMessagePlaceholderValues": {
"propertyName": "Quality Profile Id",
"propertyValue": -1
}
}
]
at Requestrr.WebApi.Extensions.HttpResponseMessageExtensions.ThrowIfNotSuccessfulAsync(HttpResponseMessage responseMessage, String message, Func`2 getErrorFunc) in D:\Users\thoms\Documents\GitHub\requestrr\Requestrr.WebApi\Extensions\HttpResponseMessageExtensions.cs:line 35
at Requestrr.WebApi.RequestrrBot.DownloadClients.Radarr.RadarrClientV3.CreateMovieInRadarr(MovieRequest request, Movie movie) in D:\Users\thoms\Documents\GitHub\requestrr\Requestrr.WebApi\RequestrrBot\DownloadClients\Radarr\RadarrClientV3.cs:line 282
at Requestrr.WebApi.RequestrrBot.DownloadClients.Radarr.RadarrClientV3.RequestMovieAsync(MovieRequest request, Movie movie) in D:\Users\thoms\Documents\GitHub\requestrr\Requestrr.WebApi\RequestrrBot\DownloadClients\Radarr\RadarrClientV3.cs:line 229
fail: Requestrr.WebApi.RequestrrBot.ChatBot[0]
Error while handling interaction: An error occurred while requesting a movie from Radarr
System.Exception: An error occurred while requesting a movie from Radarr
at Requestrr.WebApi.RequestrrBot.DownloadClients.Radarr.RadarrClientV3.RequestMovieAsync(MovieRequest request, Movie movie) in D:\Users\thoms\Documents\GitHub\requestrr\Requestrr.WebApi\RequestrrBot\DownloadClients\Radarr\RadarrClientV3.cs:line 243
at Requestrr.WebApi.RequestrrBot.Movies.MovieRequestingWorkflow.RequestMovieAsync(Int32 theMovieDbId) in D:\Users\thoms\Documents\GitHub\requestrr\Requestrr.WebApi\RequestrrBot\Movies\MovieRequestingWorkflow.cs:line 110
at Requestrr.WebApi.RequestrrBot.ChatBot.HandleMovieRequestAsync(ComponentInteractionCreateEventArgs e) in D:\Users\thoms\Documents\GitHub\requestrr\Requestrr.WebApi\RequestrrBot\ChatBot.cs:line 426
at Requestrr.WebApi.RequestrrBot.ChatBot.DiscordComponentInteractionCreatedHandler(DiscordClient client, ComponentInteractionCreateEventArgs e) in D:\Users\thoms\Documents\GitHub\requestrr\Requestrr.WebApi\RequestrrBot\ChatBot.cs:line 352
warn: Requestrr.WebApi.RequestrrBot.ChatBot[0]
Bot has been restarted.

@thomst08 thomst08 added the bug Something isn't working label Jul 23, 2024
@thomst08
Copy link
Owner

Hey,

Thanks for letting me know, that is a good pickup, I'll test it and look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants