Package Details: changedetection.io 0.45.16-2

Git Clone URL: https://aur.archlinux.org/changedetection.io.git (read-only, click to copy)
Package Base: changedetection.io
Description: change monitoring of web pages
Upstream URL: https://github.com/dgtlmoon/changedetection.io
Licenses: Apache 2.0
Submitter: tbh
Maintainer: tbh
Last Packager: tbh
Votes: 2
Popularity: 0.000006
First Submitted: 2021-12-07 20:23 (UTC)
Last Updated: 2024-03-09 07:41 (UTC)

Latest Comments

1 2 Next › Last »

tobias_de commented on 2024-01-05 22:13 (UTC)

It needs the environment variable EVENTLET_NO_GREENDNS set to "yes" for me, otherwise fails with: "AttributeError: module 'eventlet.green.select' has no attribute 'epoll' "

SoftICE commented on 2023-09-14 00:04 (UTC) (edited on 2023-09-14 00:09 (UTC) by SoftICE)

Since upstream version 0.44.2 the validators package need to be version 0.21: requirements.txt.

Otherwise the call to

validate.url(..., simple_host=...)

in forms.py will fail with

TypeError: got an unexpected keyword argument 'simple_host'

as there is no such key parameter yet.

Please revert to upstream 0.44.1 or request a version bump for python-validators.

Thanks and Cheers

aubin commented on 2023-04-06 05:47 (UTC)

I had to rollback python-dnspython to v2.2.1 to make it start. Current 2.3.0 generates : "AttributeError: module 'dns.rdtypes' has no attribute 'ANY'" See https://github.com/dgtlmoon/changedetection.io/issues/1314

tbh commented on 2022-09-10 20:25 (UTC)

haven't tried it with playwright

ruahcra commented on 2022-09-10 02:25 (UTC)

By the way are you using Playwright with changedetection?

tbh commented on 2022-09-09 17:03 (UTC) (edited on 2022-09-09 17:04 (UTC) by tbh)

I created https://aur.archlinux.org/packages/python-inscriptis

nice, updated

ruahcra commented on 2022-09-09 16:09 (UTC)

I created https://aur.archlinux.org/packages/python-inscriptis

tbh commented on 2022-09-09 15:06 (UTC)

Are you pip installing inscriptis because theere's no package available in community or the AUR?

yep

ruahcra commented on 2022-09-09 05:02 (UTC)

Are you pip installing inscriptis because theere's no package available in community or the AUR?

matth commented on 2022-02-24 15:17 (UTC)

I think python-pip needs to be a makedep

When building in a clean chroot it gives:

PKGBUILD: line 41: pip: command not found