-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Nodriver] Repeated KeyError
from cdp.util.parse_json_event
on DOM.scrollableFlagUpdated
#2074
Comments
KeyError
from cdp.util.parse_json_event
after attaching a handler for network.responseReceived
eventsKeyError
from cdp.util.parse_json_event
This is a working example (minus the credentials):
|
Here is a fix: I can't open a PR on https://github.com/ultrafunkamsterdam/nodriver, unfortunately. If a contributor to the repo would be willing to take a look, I would appreciate it! |
KeyError
from cdp.util.parse_json_event
KeyError
from cdp.util.parse_json_event
on DOM.scrollableFlagUpdated
Could you please PR this into here? https://github.com/stephanlensky/zendriver. This is a friendlier to PR fork including a number of fixes. |
@therealpurplemana Can do! |
I think it's already fixed. I tried to PR it myself but didn't see the DomScrollable code. |
@therealpurplemana It's not yet implemented in zendriver, so I opened a PR here. |
Thank you. I added that to MyCDP, which is used by my |
I'm logging these exceptions from
cdp.util.parse_json_event
when I visit certain websites.Will attach a minimal example
The text was updated successfully, but these errors were encountered: