Joel Griffith

Results 167 comments of Joel Griffith

I'll echo what @riddla said -- that trailing slash is important for now. It's a bit of bug so we'll get that addressed in a future release

We primarily use `import { tmpdir } from 'os';` to insulate ourselves from instances like this. Maybe there's a way to configure this as an environment variable in NodeJS?

It's odd that the HTTP response is truncated and missing the initial `HT` in that message. Browserless, by default, will send back plain HTTP status codes and messages when terminating...

Is there project still being actively developed? Looks like there hasn't been a commit in about 7 months at this point :/

You can fix this for now by running: `./node_modules/playwright-core/cli.js install chromium firefox webkit`. We'll work on fixing this in our package.json scripts

Do you have a sample cURL or POST body to reproduce this with?

We do have puppeteer-stealth as an option, however it's likely it might be getting picked up nowadays as well: https://docs.browserless.io/open-api#tag/Browser-WebSocket-APIs/paths/%20~1chromium/get

`browserless/chrome:latest` is the legacy v1 image, you'll want to use `ghcr.io/browserless/chromium:latest` which will contain these changes