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
Saving an HTML file to PDF on Chrome 131.0.6778.109 (latest) results in an OperationTimeOut exception.
I tried increasing the timeout, but it did not work. So, I checked the last chrome-php release test and discovered that Chrome 122 was used in the testing environment.
Then, I downloaded a portable Chrome 122.0.6261.112 and set the binary path in my code. After that, the conversion worked.
During personal debugging, I noticed that $response returns null in AbstractBinaryInput.php for Chrome 131.0.6778.109.
Saving an HTML file to PDF on Chrome 131.0.6778.109 (latest) results in an
OperationTimeOut
exception.I tried increasing the timeout, but it did not work. So, I checked the last chrome-php release test and discovered that Chrome 122 was used in the testing environment.
Then, I downloaded a portable Chrome 122.0.6261.112 and set the binary path in my code. After that, the conversion worked.
During personal debugging, I noticed that
$response
returnsnull
in AbstractBinaryInput.php for Chrome 131.0.6778.109.Sample Code
The text was updated successfully, but these errors were encountered: