json endpoint bugs have been fixed for both gemini and openai! thanks for reporting @arnaseef , @The
json endpoint bugs have been fixed for both gemini and openai! thanks for reporting @arnaseef , @TheCrazyBob , @Masquerades
screenshot_options instead of screenshotOptions
await puppeteer.launch(env.BROWSER) so it shouldn't even be trying to connect to an existing session.
cacheTTL parameter doesn't seem to work. The request still gets cached, and I keep getting the same response even after waiting for a few minutes. Can someone look into this?Not Found. response. I have Workers Paid and have tried both an Account API Token and User API Token with Edit access to the Browser Rendering perm. Any ideas to try?{
"success": false,
"errors": [
{
"message": "Unable to form JSON based on user prompt and/or webpage text. Please try with a different prompt try passing a response_format."
}
]
}{
"url": "https://www.bbc.com/",
"screenshot_options": {"full_page" : true , "type":"webp" }
}{
"url": "https://www.bbc.com/",
"full_page" : true ,
"type":"webp" }
}{
"errors": [
{
"code": "unrecognized_keys",
"keys": [
"screenshot_options"
],
"path": [
"body"
],
"message": "Unrecognized key(s) in object: 'screenshot_options'"
}
],
"success": false,
"result": {}
}