Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with sample program - Page.lifecycleEvent #28

Open
richp999 opened this issue Nov 17, 2017 · 2 comments
Open

Problem with sample program - Page.lifecycleEvent #28

richp999 opened this issue Nov 17, 2017 · 2 comments

Comments

@richp999
Copy link

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

@tommymonk
Copy link

I'm also experiencing this issue, did you find a fix ?

@svatal
Copy link
Contributor

svatal commented Feb 9, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants