rialto-php / puphpeteer

A Puppeteer bridge for PHP, supporting the entire API.
MIT License
1.34k stars 204 forks source link

Can't encode larger images to base64 #177

Open muleyo opened 2 years ago

muleyo commented 2 years ago

Hi,

as the title says, I can't encode larger images to base64. I tried to encode a ~3MB gif to base64 so I can save it locally... unfortunately, the encoding seems to fail and I end in an timeout.

muleyo commented 2 years ago

Fixed by setting 'idle_timeout' higher (120 worked for me)