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

M1 Mac RunTimeError: ERR_INVALID_AUTH_CREDENTIALS #1

Open
adminKKi opened this issue Aug 23, 2024 · 0 comments
Open

M1 Mac RunTimeError: ERR_INVALID_AUTH_CREDENTIALS #1

adminKKi opened this issue Aug 23, 2024 · 0 comments
Labels
question Further information is requested

Comments

@adminKKi
Copy link

Rod Version: github.com/go-rod/rod v0.116.2

The code to demonstrate your question

  1. Clone Rod to your local and cd to the repository:

    git clone https://github.com/go-rod/rod
    cd rod
  2. Use your code to replace the content of function TestLab in file lab_test.go.

  3. Test your code with: go test -run TestLab, make sure it fails as expected.

  4. Replace ALL THE CONTENT under "The code to demonstrate your question" with your TestLab function, like below:

func main() {
	page := rod.New().MustConnect().MustPage("https://www.wikipedia.org/")
	page.MustWaitStable().MustScreenshot("a.png")
}

What you got

Such as what error you see.

What you expected to see

Such as what you want to do.

What have you tried to solve the question

Such as after modifying some source code of Rod you are able to get rid of the problem.

@adminKKi adminKKi added the question Further information is requested label Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant