Can't connect to chrome remote-debugging via playwright connect_over_cdp

Hey there,

I’m a bit stuck, wondering if you could help me connect to my remote chrome session?

I deployed a docker image (https://hub.docker.com/r/yukinying/chrome-headless-browser-stable) which is just chrome running in debug mode on port 9222. I copied most of his dockerfile. I have it working locally with python playwright sync, but when I deploy the image to fly, I can’t seem to connect.

# this works locally
browser1 = playwright.chromium.connect_over_cdp('http://localhost:9222')

I tried the following and none of these has worked yet as connect_over_cdp():
no proxy

  • https://app_name.fly.dev
  • my ipv4 and ipv6 addresses

fly proxy 9000:9222 ipv6_addy --app app_name, then

Any tips would be much appreciated!
Jason

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.