PulsarRPA icon indicating copy to clipboard operation
PulsarRPA copied to clipboard

CDP upgraded and failed to serialize ResponseReceivedExtraInfo since Google Chrome 127.

Open platonai opened this issue 6 months ago • 0 comments

CDP upgraded and failed to serialize ResponseReceivedExtraInfo since Google Chrome 127.

Exception:

com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `java.lang.String` from Object value (token `JsonToken.START_OBJECT`)
at [Source: UNKNOWN; byte offset: #UNKNOWN] (through reference chain: com.github.kklisura.cdt.protocol.v2023.events.network.ResponseReceivedExtraInfo["cookiePartitionKey"])

Solution:

remove cookiePartitionKey from ResponseReceivedExtraInfo

platonai avatar Jul 31 '24 13:07 platonai