You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m new to changedetection.io and trying to set up the self-hosted version for the first time. I’m using the Docker Compose setup (v0.49.3) with the sockpuppetbrowser for screenshots.
My issue:
I’m monitoring a WordPress-based site that uses lazy loading for images. Most images only load after scrolling, so they don’t appear in the screenshots.
Page request from server didnt respond correctly - Page.evaluate: SyntaxError: await is only valid in async functions and the top level bodies of modules at eval (<anonymous>) at UtilityScript.evaluate (<anonymous>:234:30) at UtilityScript.<anonymous> (<anonymous>:1:44)
Request:
Could you help me figure out how to run the script correctly? Any working examples or guidance would be greatly appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I’m new to changedetection.io and trying to set up the self-hosted version for the first time. I’m using the Docker Compose setup (v0.49.3) with the sockpuppetbrowser for screenshots.
My issue:
I’m monitoring a WordPress-based site that uses lazy loading for images. Most images only load after scrolling, so they don’t appear in the screenshots.
What I’ve tried:
I tested several scripts to trigger lazy loading, like this: https://github.com/karlhorky/playwright-tricks?tab=readme-ov-file#load-all-lazy-images. However, I keep getting this error:
Page request from server didnt respond correctly - Page.evaluate: SyntaxError: await is only valid in async functions and the top level bodies of modules at eval (<anonymous>) at UtilityScript.evaluate (<anonymous>:234:30) at UtilityScript.<anonymous> (<anonymous>:1:44)
Request:
Could you help me figure out how to run the script correctly? Any working examples or guidance would be greatly appreciated!
Best regards
Beta Was this translation helpful? Give feedback.
All reactions