Replies: 4 comments
-
I'm having this exact same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We are having the same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm having this as well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I too am also encountering this, and searching basically only brings up this discussion and no resources on how to install the missing dependency |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
DO NOT USE THIS FORM TO REPORT THAT A PARTICULAR WEBSITE IS NOT SCRAPING/WATCHING AS EXPECTED
This form is only for direct bugs and feature requests todo directly with the software.
Please report watched websites (full URL and any settings) that do not work with changedetection.io as expected IN THE DISCUSSION FORUMS or your report will be deleted
CONSIDER TAKING OUT A SUBSCRIPTION FOR A SMALL PRICE PER MONTH, YOU GET THE BENEFIT OF USING OUR PAID PROXIES AND FURTHERING THE DEVELOPMENT OF CHANGEDETECTION.IO
THANK YOU
Describe the bug
upgraded Playwright content fetcher using the guide resulted in missing browser binary for "ChromiumCDP". Also a fresh reinstall following the guide results in the same error
Version
0.45.25
To Reproduce
Steps to reproduce the behavior:
Follow the pip install method https://github.com/dgtlmoon/changedetection.io/wiki/Playwright-content-fetcher
! ALWAYS INCLUDE AN EXAMPLE URL WHERE IT IS POSSIBLE TO RE-CREATE THE ISSUE - USE THE 'SHARE WATCH' FEATURE AND PASTE IN THE SHARE-LINK!
Expected behavior
ChromiumCDP binary to be found after the npm build steps
Screenshots
Desktop (please complete the following information):
Additional context
`sudo systemctl status browserless.service
Loaded: loaded (/etc/systemd/system/browserless.service; enabled; preset: enabled)
Active: active (running) since Sat 2024-07-06 11:21:29 CDT; 4min 34s ago
Main PID: 1403 (start.sh)
Tasks: 2 (limit: 16536)
Memory: 16.7M
CPU: 852ms
CGroup: /system.slice/browserless.service
|-1403 /bin/bash /opt/browserless/scripts/start.sh
`-1404 Xvfb :99 -screen 0 1024x768x16 -nolisten tcp -nolisten unix
Jul 06 11:21:29 changedetection browserless[1406]: Unhandled Rejection at: Promise {
Jul 06 11:21:29 changedetection browserless[1406]: Error: Couldn't load route "/content,/chromium/content" due to missing browser binary for "ChromiumCDP"
Jul 06 11:21:29 changedetection browserless[1406]: at file:///opt/browserless/build/browserless.js:202:23
Jul 06 11:21:29 changedetection browserless[1406]: at Array.forEach ()
Jul 06 11:21:29 changedetection browserless[1406]: at Browserless.start (file:///opt/browserless/build/browserless.js:197:19)
Jul 06 11:21:29 changedetection browserless[1406]: } reason: Error: Couldn't load route "/content,/chromium/content" due to missing browser binary for "ChromiumCDP"
Jul 06 11:21:29 changedetection browserless[1406]: at file:///opt/browserless/build/browserless.js:202:23
Jul 06 11:21:29 changedetection browserless[1406]: at Array.forEach ()
Jul 06 11:21:29 changedetection browserless[1406]: at Browserless.start (file:///opt/browserless/build/browserless.js:197:19)
Jul 06 11:21:29 changedetection browserless[1406]: 2024-07-06T16:21:29.955Z browserless.io:index.js:info Process is finished, exiting`
Beta Was this translation helpful? Give feedback.
All reactions