We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While capturing a screenshot using @cloudflare/puppeteer and a remote Chrome instance, I got the following uncatchable errors from the runtime:
@cloudflare/puppeteer
Uncaught (in promise) Error: internal error Uncaught (async) Error: internal error
Running wrangler dev --log-level debug revealed the source of the error, the resulting image was too large to send as a WebSocket message:
wrangler dev --log-level debug
workerd/jsg/util.c++:276: error: e = kj/compat/http.c++:5740: failed: WebSocket protocol error; protocolError.statusCode = 1009; protocolError.description = Message is too large: 2415121 > 1048576
It would be helpful if the resulting runtime error was more specific.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While capturing a screenshot using
@cloudflare/puppeteer
and a remote Chrome instance, I got the following uncatchable errors from the runtime:Running
wrangler dev --log-level debug
revealed the source of the error, the resulting image was too large to send as a WebSocket message:It would be helpful if the resulting runtime error was more specific.
The text was updated successfully, but these errors were encountered: