Private GIT

Skip to content
Snippets Groups Projects
Commit 1d11d3dd authored by kaso17's avatar kaso17 Committed by vlbox
Browse files

improve erroe message

parent 684fd3ec
Branches
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ namespace Jackett.Controllers.V20
return;
if (!resultController.CurrentIndexer.CanHandleQuery(resultController.CurrentQuery))
actionContext.Response = actionContext.Request.CreateErrorResponse(HttpStatusCode.BadRequest, $"{resultController.CurrentIndexer.ID} does not support the requested query.");
actionContext.Response = actionContext.Request.CreateErrorResponse(HttpStatusCode.BadRequest, $"{resultController.CurrentIndexer.ID} does not support the requested query. Please check the capabilities (t=caps) and make sure the search mode and categories are supported.");
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment