You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the example code it should create a screenshot of example.com and save it to the project folder.
What do you see instead?
Running with node first, to indicate the expected behaviour
Running with bun run index.js, and it never proceeds, (essentially the script never exits until after a timeout or when you terminate the process yourself)
Additional information
The connection when you use pw.chromium.connect() is a WebSocket connection, but it sends a HTTP request instead: browserless.io:error No route or file found for resource GET: /playwright/chromium +14m, which is incorrect, as that is not a HTTP route but a WebSocket endpoint.
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.0.29+a146856d1
What platform is your computer?
Linux 6.7.6-arch1-2 x86_64 unknown
What steps can reproduce the bug?
ghcr.io/browserless/chromium:latest
bun run index.js
What is the expected behavior?
With the example code it should create a screenshot of
example.com
and save it to the project folder.What do you see instead?
Running with node first, to indicate the expected behaviour
Running with bun run index.js, and it never proceeds, (essentially the script never exits until after a timeout or when you terminate the process yourself)
Additional information
The connection when you use
pw.chromium.connect()
is a WebSocket connection, but it sends a HTTP request instead:browserless.io:error No route or file found for resource GET: /playwright/chromium +14m
, which is incorrect, as that is not a HTTP route but a WebSocket endpoint.The text was updated successfully, but these errors were encountered: