Hi All,
I tried to refresh one of my series because Sonarr did not found 2 files on the disk.
File names:
Smeris S02E09.avi
Smeris S02E10.avi
I have cleared the log file before the refresh, below is the results in the log file.
15-6-8 11:47:47.5|Debug|SabnzbdProxy|Url: http://192.168.176.130:8080/api?mode=queue&start=0&limit=0&apikey=&output=json
15-6-8 11:47:47.5|Debug|SabnzbdProxy|Url: http://192.168.176.130:8080/api?mode=history&start=0&limit=30&apikey=&output=json
15-6-8 11:48:00.6|Info|SceneMappingService|Updating Scene mappings
15-6-8 11:48:00.7|Error|SceneMappingService|Failed to Update Scene Mappings:
System.Net.WebException: Error: NameResolutionFailure
at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000] in :0
at System.Net.HttpWebRequest.GetResponse () [0x00000] in :0
at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00000] in :0
15-6-8 11:48:00.7|Debug|XemProxy|Fetching alternate names
15-6-8 11:48:00.7|Error|SceneMappingService|Failed to Update Scene Mappings:
System.Net.WebException: Error: NameResolutionFailure
at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000] in :0
at System.Net.HttpWebRequest.GetResponse () [0x00000] in :0
at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00000] in :0
15-6-8 11:48:00.8|Debug|XemProxy|Fetching Series IDs from
15-6-8 11:48:00.8|Error|EventAggregator|XemService failed while processing [SeriesRefreshStartingEvent]
System.Net.WebException: Error: NameResolutionFailure
at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000] in :0
at System.Net.HttpWebRequest.GetResponse () [0x00000] in :0
at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00000] in :0
15-6-8 11:48:00.8|Info|RefreshSeriesService|Updating Info for Smeris
15-6-8 11:48:01.0|Error|CommandExecutor|Error occurred while executing task RefreshSeries
System.Net.WebException: Error: NameResolutionFailure
at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000] in :0
at System.Net.HttpWebRequest.GetResponse () [0x00000] in :0
at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00000] in :0
15-6-8 11:49:17.6|Debug|SabnzbdProxy|Url: http://192.168.176.130:8080/api?mode=queue&start=0&limit=0&apikey=&output=json
15-6-8 11:49:17.6|Debug|SabnzbdProxy|Url: http://192.168.176.130:8080/api?mode=history&start=0&limit=30&apikey=&output=json
I checked the rights of the files (ls -l):
-rw-rw-rw- 1 nobody users 1226840987 Mar 30 12:14 Smeris\ S02E01.mkv
-rw-rw-rw- 1 nobody users 1294941406 Apr 6 00:42 Smeris\ S02E02.mkv
-rw-rw-rw- 1 nobody users 1191668936 Apr 13 06:32 Smeris\ S02E03.mkv
-rw-rw-rw- 1 nobody users 1246061992 Apr 20 06:24 Smeris\ S02E04.mkv
-rw-rw-rw- 1 nobody users 1284805875 Apr 27 00:19 Smeris\ S02E05.mkv
-rw-rw-rw- 1 nobody users 4789559483 May 4 17:49 Smeris\ S02E06.mkv
-rw-rw-rw- 1 nobody users 1234585998 May 10 23:29 Smeris\ S02E07.mkv
-rw-rw-rw- 1 nobody users 1314602646 May 18 00:00 Smeris\ S02E08.mkv
-rw-rw-rw- 1 nobody users 1103205750 May 25 12:27 Smeris\ S02E09.avi
-rw-rw-rw- 1 nobody users 1189730414 Jun 1 11:14 Smeris\ S02E10.avi
I hope some one has an idee where i can start finding a solution for this problem.
Rob.