Unable to update scene mappings?

I noticed that American Dad wasn’t downloading, and see that the new episode was uploaded with the scene numbering (s11) instead of where it left off at the end of last year (s12). I looked around and found that it should be using the Xem service to map between the various season / episode numbers, but sonarr still wasn’t finding anything for this new episode.

I checked the log and found this:

15-2-24 15:31:01.5|Info|SceneMappingService|Updating Scene mappings
15-2-24 15:31:02.3|Error|SceneMappingService|Failed to Update Scene Mappings:

System.Net.WebException: Error getting response stream (ReadDone1): ReceiveFailure ---> System.IO.IOException: EndRead failure ---> System.Net.Sockets.SocketException: Connection reset by peer
  at System.Net.Sockets.Socket.EndReceive (IAsyncResult result) [0x00000] in <filename unknown>:0 
  at System.Net.Sockets.NetworkStream.EndRead (IAsyncResult ar) [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at System.Net.Sockets.NetworkStream.EndRead (IAsyncResult ar) [0x00000] in <filename unknown>:0 
  at System.Net.WebConnection.ReadDone (IAsyncResult result) [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x00000] in <filename unknown>:0 
  at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00000] in <filename unknown>:0 

Any idea why it can’t connect or read the response for the scene updater?

See here:

Do a show update on American Dad and then do a search, it’ll find it now.

LJ

Never mind about my post. I see you are getting an error NOT issues downloading.

LJ

Thats either an issue updating alternate names from our services API or thexem, not the numbering from thexem.de

You should run mono with the --debug switch without it the error messages are pretty useless, also more context around the error would help, its not clear where its failing.

Which version of Sonarr and mono?

Here’s my sonarr and mono versions:

Version 2.0.0.2850
Mono Version 3.10.1 (master/410af9c Thu Sep 25 15:34:16 EDT 2014)

Of course, now that I managed to stop the upstart service that kept restarting sonarr, to get the --debug switch added, it appears that the Xem / SceneMappingService is working again. Case closed?

Odd, but do let us know if you see the same issue again. Glad its working though.