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 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"
The text was updated successfully, but these errors were encountered:
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?
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"
The text was updated successfully, but these errors were encountered: