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

cannot unmarshal string into Go struct field ResponseReceivedExtraInfoReply.cookiePartitionKey of type network.CookiePartitionKey #149

Open
shukrash opened this issue Nov 8, 2024 · 1 comment · May be fixed by #150

Comments

@shukrash
Copy link

shukrash commented Nov 8, 2024

I have a client set up on ResponseReceivedExtraInfo event:
responseReceivedExtraInfoClient, error := pageCDPClient.Network.ResponseReceivedExtraInfo(harProcessor.context)
event, err := harProcessor.responseReceivedExtraInfoClient.Recv()

The Recv fails with
"cannot unmarshal string into Go struct field ResponseReceivedExtraInfoReply.cookiePartitionKey of type network.CookiePartitionKey"

@mafredri
Copy link
Owner

mafredri commented Nov 8, 2024

Thanks for reporting @shukrash. Looks like the protocol definition is wrong in this case, but we can work around it. Would you mind trying out #150 to see if it fixes your issue?

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

Successfully merging a pull request may close this issue.

2 participants