-
-
Notifications
You must be signed in to change notification settings - Fork 354
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
Get cookies json unmarshal error page.MustCookies()
#1094
Comments
Please fix the format of your markdown: 7 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "3. An error occurred while get..."]
8 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```go"]
26 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"]
26 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
51 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Is it possible that the `Par..."]
52 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```go"] Please fix the golang code in your markdown: @@ golang markdown block 1 @@
4:2: expected '}', found '...'
7:2: expected ';', found PartitionKey generated by check-issue |
Colud you please show your browser type and version |
It's because the latest cdp protocol has changed the data fields. If you upgrade your chrome to the latest version, the problem should be resolved. Or you can use a old version of rod to use the old protocol. |
ok, thank you, it is indeed such a problem, but the field such as cdp can also be changed
|
So what is the minimum version of browser it currently supports? |
Rod Version: v0.116.2
The code to demonstrate your question
Error details
PartitionKey
uses the pointer type, resulting in a json parsing error?The text was updated successfully, but these errors were encountered: