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?