I started having some issues with adding pre existing series to ND.
This was not an issue in build 1141 but it was an issue in 1161, though can’t confirm this was the first version that had problems.
This is the messageI get with the api key hidden (not sure if you care)
REST request failed: [400] [GET] at [http://api.trakt.tv/search/shows.json/apikeyhidden/dragons'+den+(ca)/30/seasons]: REST request failed: [400] [GET] at [http://api.trakt.tv/search/shows.json/apikeyhidden/dragons'+den+(ca)/30/seasons]
and the error is in the next post because markdown can’t format it properly.
Ps. It’s happening on different shows, and I think copy/pasted from different shws the message and error, but there the same.
So far, the only pattern that I can tell that would be giving an issue is the parenthesis in the folder name.
and this is the error:
NzbDrone.Core.Rest.RestException: REST request failed: [400] [GET] at [http://api.trakt.tv/search/shows.json/apikeyhidden/dads+(2013)/30/seasons] at NzbDrone.Core.Rest.RestSharpExtensions.ValidateResponse (IRestResponse response, IRestClient restClient) [0x00000] in <filename unknown>:0 at NzbDrone.Core.Rest.RestSharpExtensions.Read[List
1] (IRestResponse restResponse, IRestClient restClient) [0x00000] in :0
at NzbDrone.Core.Rest.RestSharpExtensions.ExecuteAndValidate[List`1] (IRestClient client, IRestRequest request) [0x00000] in :0
at NzbDrone.Core.MetadataSource.TraktProxy.SearchForNewSeries (System.String title) [0x00000] in :0
Error
body {
background-color: #fff;
margin: 40px;
font-family: Lucida Grande, Verdana, Sans-serif;
font-size: 12px;
color: #000;
}
#content {
border: #999 1px solid;
background-color: #fff;
padding: 20px 20px 12px 20px;
}
h1 {
font-weight: normal;
font-size: 14px;
color: #990000;
margin: 0 0 4px 0;
}
An Error Was Encountered
The URI you submitted has disallowed characters.
`
Apparently .net leaves some special characters in the search terms that trakt doesn’t like, stripped them out now. 1167+ should be working with both those shows.