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
I'm trying to run a test - following the sample program.
When I run the app, I get this error below:
Additional information: Don't know what to do with response:
{"method":"Page.lifecycleEvent","params":{"name":"DOMContentLoaded","timestamp":160473.321307}}
I am at a loss as to what to do with it!
Do you have any information that will help me to sort this out ?
Thanks,
Richard
The text was updated successfully, but these errors were encountered:
The error "Don't know what to do with response .." means that that chrome sent data the have not counterpart in Protocol. In other words, the library does not know how to deserialize the message.
I've run into this issue myself when using chrome 52 with protocol build from chrome 50. I've pending PR with changes that could lover fatality of such issue, until then I suggest keeping the protocol files updated.
Hi,
I'm trying to run a test - following the sample program.
When I run the app, I get this error below:
Additional information: Don't know what to do with response:
{"method":"Page.lifecycleEvent","params":{"name":"DOMContentLoaded","timestamp":160473.321307}}
I am at a loss as to what to do with it!
Do you have any information that will help me to sort this out ?
Thanks,
Richard
The text was updated successfully, but these errors were encountered: