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
Hi
I'm receiving the following error
Uncaught exception 'HeadlessChromium\Exception\CommunicationException\CannotReadResponse' with message Response from chrome remote interface is not a valid json response. JSON error: 10
The exception is thrown on
vendor/chrome-php/chrome/src/Communication/Connection.php
Method dispatchMessage
The data is from a message Fetch.requestPaused, when it's trying to send a tracking data from https://www.smithsfoodanddrug.com.
The post data contains unreadable data like this, which prevent the library from doing json_decode over it
Hi
I'm receiving the following error
Uncaught exception 'HeadlessChromium\Exception\CommunicationException\CannotReadResponse' with message Response from chrome remote interface is not a valid json response. JSON error: 10
JSON error 10 means
The exception is thrown on
vendor/chrome-php/chrome/src/Communication/Connection.php
Method dispatchMessage
The data is from a message
Fetch.requestPaused
, when it's trying to send a tracking data fromhttps://www.smithsfoodanddrug.com
.The post data contains unreadable data like this, which prevent the library from doing json_decode over it
The text was updated successfully, but these errors were encountered: