stashapp / stash

An organizer for your porn, written in Go. Documentation: https://docs.stashapp.cc
https://stashapp.cc/
GNU Affero General Public License v3.0
8.92k stars 780 forks source link

using chrome CDP #4974

Closed jansengorilla closed 3 months ago

jansengorilla commented 3 months ago

Using docker. Having installed browserless/chromium, i get the following error, having set 'driver / useCDP: true' in the yml file of the scraper.

failed to modify wsURL: invalid character '<' looking for beginning of value

What am i missing?

Many thanks!

feederbox826 commented 3 months ago

browserless-chromium is not CDP or a CDP equivalent. You need to use https://hub.docker.com/r/chromedp/headless-shell/ instead.