Thomas Perl
Thomas Perl
As a workaround, setting `http_proxy` and `https_proxy` environment variables might do the trick before this becomes configurable.
Does this only apply to "channels" (i assume group chats) and not "users"?
Right now, reporters cannot be configured per-job. Closing as duplicate of #468.
Reopening and closing #468 instead.
To quote from the other issue: > It can still be done by maintaining a separate config + job list and use `--config` and `--urls` with different invocations. It might...
Which exceptions/error in particular are hidden? What is the content of your configuration file?
Local storage isn't supported at the moment. You might have luck with the "browser" job type and pyppeteer, but right now there's no way to specify/inject local storage data as...
What does the output of `urlwatch --test-diff-filter 3` output? This should (as long as you haven't GC'd old cache entries) show you how it creates the diff. Also, you haven't...
You might want to enable "compare with several old snapshots" for that job: https://urlwatch.readthedocs.io/en/latest/advanced.html#comparing-with-several-latest-snapshots
Hm, it seems like the page returns a "proper" 404 status code when the PDF isn't yet available. I do wonder why the filter is run in this case. Have...