Thomas Perl

Results 225 comments of Thomas Perl

`--test-filter` won't work on max tries. Try running urlwatch with `--verbose` in your cron job and check the output. It should be quite verbose regarding max_tries ("Using max_tries of ...",...

Have you tried running the Docker container as privileged container?

What do you mean with "Ubuntu 20.04 instance"? If "instance" here means some server that might use namespaces (LXC/Docker), then it's basically also "Docker" (or technologies that Docker uses) involved....

To be more precise, the feature Chrome uses for sandboxing doesn't properly work inside certain Linux namespaces (that feature that makes Docker and LXC and others tick), which is why...

If there are routing issues / network issues when urlwatch runs, of course you cannot get any notification. Weird that `http://test.test` works, but I guess that was localhost, so unaffected...

> > If there are routing issues / network issues when urlwatch runs, of course you cannot get any notification. > > Then that would be unreliable. I would lose...

@mborsetti Please fix the licensing issue: https://github.com/mborsetti/webchanges/issues/30

You can always write a script (in any language) that does incremental page downloading and merging for that specific page and then use the command line tool output watching option...

This works for me as a quick fix: ``` url: https://www.asterisk.org/downloads/ ssl_no_verify: true ``` Workarounds for how to import the certificate chain locally (without disabling SSL verification) are documented here:...

You can probabl use a command-line tool like this in combination with the `shellpipe` filter (maybe using `html2text` before so that it's just prose text): https://github.com/soimort/translate-shell