Replies: 1 comment 2 replies
-
What is your Fetch Method? How did you install change detection? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all!
I have created a watch with the Playwright fetcher, which seems to work fine (no errors, it shows a text preview of the page via the "Preview" button).
I wanted to try out the "Visual Filter Selector", but the page displays the following small red message:
Also there is no screenshot available via the Preview button.
I've checked, and there are no errors in the container logs, or in the browser console (apart from a "404 Not Found" for the screenshot image).
ChangeDetection version
v0.48.06
Edit: I am using the offical docker-compose file, and I've enabled & activated the
sockpuppetbrowser
(in the docker compose file, and in the "fetching" tab in the settings).Here is a screenshot from the watch list:
![grafik](https://private-user-images.githubusercontent.com/24863329/404947173-421ca4e1-a0fe-46f0-9946-c39e4b3f4a86.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2ODE4OTMsIm5iZiI6MTczOTY4MTU5MywicGF0aCI6Ii8yNDg2MzMyOS80MDQ5NDcxNzMtNDIxY2E0ZTEtYTBmZS00NmYwLTk5NDYtYzM5ZTRiM2Y0YTg2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDA0NTMxM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQyNjA4ZDBlMWQ1ZDNiOWE3ZjQzNTgzMjU2ZWY1ZWZkYmViMjM3YzQyMTUyOTA2MWZlYTAxYjAzYzMzYjA2MTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ZPdBWz94c6nTARcAcUpTZESfmFXfeYStxt7C3a49tcc)
Beta Was this translation helpful? Give feedback.
All reactions