Was looking further into the exception and it seems it is hitting the correct page. As you can see on the last line it is returning the correct page. So what else could be causing the exception?
NzbDrone.Core.Rest.RestException: REST request failed: [404] [GET] at [http://thexem.de/map/havemap?origin=tvdb]
at NzbDrone.Core.Rest.RestSharpExtensions.ValidateResponse(IRestResponse response, IRestClient restClient) in m:\buildAgent2\work\328d72309b633a8\src\zbDrone.Core\Rest\RestSharpExtensions.cs:line 43
at NzbDrone.Core.Rest.RestSharpExtensions.Read[T](IRestResponse restResponse, IRestClient restClient) in m:\buildAgent2\work\328d72309b633a8\src\zbDrone.Core\Rest\RestSharpExtensions.cs:line 50
at NzbDrone.Core.DataAugmentation.Xem.XemProxy.GetXemSeriesIds() in m:\buildAgent2\work\328d72309b633a8\src\zbDrone.Core\DataAugmentation\Xem\XemProxy.cs:line 43
at NzbDrone.Core.DataAugmentation.Xem.XemService.RefreshCache() in m:\buildAgent2\work\328d72309b633a8\src\zbDrone.Core\DataAugmentation\Xem\XemService.cs:line 87
at NzbDrone.Core.DataAugmentation.Xem.XemService.Handle(SeriesRefreshStartingEvent message) in m:\buildAgent2\work\328d72309b633a8\src\zbDrone.Core\DataAugmentation\Xem\XemService.cs:line 118
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) in m:\buildAgent2\work\328d72309b633a8\src\zbDrone.Core\Messaging\Events\EventAggregator.cs:line 56
{“result”:“success”,“data”:[“74379”],“message”:“These shows have some kind of mapping”}
Main reason I’m creating my own is, I’ve made a number of changes to thexem some time ago and they have never been made public. So figure I create my own.
edit: Tried wiped IE cache, still nothing.
In Theory should what i’m doing work?
Thing is it looks like it is returning the right site as you can see from last line of exception (74379 is the only show I have setup)
Guess it is a bit drastic. I really wanted to get my head around the mappings a bit more and test them out. That way I can be certain what I upload to thexem is 100% working.