-
-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
urlwatch 2.25-1 on Debian Stable 12.5 (navigate fails) #809
Comments
Hi, Your problem is linked to the python 3.11 upgrade. This problem has been fixed in urlwatch 2.27 as explained in changelog. You can either :
|
Thank you! I pulled the latest urlwatch via github and installed playwright and it seems to work now; although sites that are protected with Cloudflare/CDN, is there an option that can be used to get past this with urlwatch?
|
Waiting is something raised in #763 - it would be good to be able to wait for a specific selector. |
You could install playwright stealth and edit the jobs.py (its on the bottom of that file). it just need the import e.g.
playwright stealth just sets options for playwright to let the headless browser not looks like a headless browser |
I will look into this, thanks! |
More websites are requiring javascript to obtain diffs, currently on Debian stable 12.5.
What is the proper way to fix this issue and/or which option is best to track changes in pages that require javascript?
Also logged a bug with Debian:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067470
The text was updated successfully, but these errors were encountered: