diff --git a/src/FilterLists.Services/SnapshotService/SnapshotDe.cs b/src/FilterLists.Services/SnapshotService/SnapshotDe.cs index f7e5071f9..66493a3a2 100644 --- a/src/FilterLists.Services/SnapshotService/SnapshotDe.cs +++ b/src/FilterLists.Services/SnapshotService/SnapshotDe.cs @@ -48,6 +48,11 @@ private async Task TryGetContent() snapshot.HttpStatusCode = (int)((HttpWebResponse)we.Response).StatusCode; return null; } + catch (HttpRequestException) + { + //TODO: log error + return null; + } } private async Task GetContent()