summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2020-06-03 00:44:03 +0200
committertv <tv@krebsco.de>2020-06-03 00:44:03 +0200
commit73da1e209e56ff0a3525e6e74a56db0c1c6b85f4 (patch)
treea46cf3b95c75979d29abedb776a256faae2ae411
parent96b616f8cb14869a967f8d435a07d57f1a42aff2 (diff)
tv urlwatch: add workaround for thp.io
-rw-r--r--tv/2configs/urlwatch.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/tv/2configs/urlwatch.nix b/tv/2configs/urlwatch.nix
index 378b5d1..619b044 100644
--- a/tv/2configs/urlwatch.nix
+++ b/tv/2configs/urlwatch.nix
@@ -24,7 +24,13 @@ in {
http://www.exim.org/
# ref src/nixpkgs/pkgs/tools/networking/urlwatch/default.nix
- https://thp.io/2008/urlwatch/
+ {
+ url = https://thp.io/2008/urlwatch/;
+ # workaround: ('Received response with content-encoding: gzip, but
+ # failed to decode it.', error('Error -3 while decompressing data:
+ # incorrect header check',))
+ ignore_cached = true;
+ }
# 2015-02-18
# ref ~/src/nixpkgs/pkgs/tools/text/qprint/default.nix