Notifications
-
Thank you packaging this up and adding to the AppStore !
Announcement said :
Needs a bit of work to be integrated with playright / webdriver fetcher(s).
Does that refer to notifications tab in the app ?
Can't get mine working, but it may just be a syntax issue on my side. -
@timconsidine I think Playright and Webdriver are not integrated, so no parsing of JavaScript websites.
For the notifications, I think you need another third party service, Aprise, but I'm bot sure I understood this correctly.
I hoped to get email or RSS feed of change notification, but it doesn't seem to be built in.
-
There seems to be a memory-leak issue with Playwright.
https://github.com/dgtlmoon/changedetection.io/wiki/Playwright-content-fetcher
I don't know if it has been fixed yet. I would like to see a side-by-side comparison of results with and without Playwright.
-
@LoudLemur No idea : i don't think it is running playwright
-
-
recent versions use the so called sockpuppetbrowser for chrome automation instead of playwright.
-
using E-Mail for notifications, but it doesn't work for me:
mailtos://lukas:mail-app-password@mydomain.tld?smtp=mail.mydomain.tld?&from=lukas@mydomain.tld?&to=lukas@myotherdomain.tld
and output from debug log is:
2024/05/24 08:11:54,000 - SENDING - null 2024-05-24 08:11:57,926 - WARNING - Connection error while submitting email to mail.mydomain.tld. Reason: (535, b'5.7.8 Authentication failed') 2024-05-24 08:11:54,921 - DEBUG - Applying user credentials... 2024-05-24 08:11:54,915 - DEBUG - Securing connection with STARTTLS... 2024-05-24 08:11:54,832 - DEBUG - Connecting to remote SMTP server... 2024-05-24 08:11:54,831 - DEBUG - Delivery: mail.mydomain.tld:587 2024-05-24 08:11:54,831 - DEBUG - Login ID: lukas 2024-05-24 08:11:54,830 - DEBUG - Email To: lukas@myotherdomain.tld 2024-05-24 08:11:54,830 - DEBUG - Email From: lukas@mydomain.tld 2024-05-24 08:11:54,830 - DEBUG - Loaded E-Mail URL: mailtos://lukas:****@mydomain.tld/lukas%40myotherdomain.tld?format=html&overflow=upstream&rto=4.0&cto=15&verify=yes&smtp=mail.mydomain.tld&mode=starttls&from=lukas%40mydomain.tld
Error is 5.7.8 Authentication failed. I use Cloudrons E-Mail Server and App Password for mail.
What I'm doing wrong?
Regards
Lukas -
@lukas try the format in https://docs.cloudron.io/apps/changedetection/#notifications . That AppRise is powerful but quite complicated.