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

panic: {-32000 Invalid state for continueInterceptedRequest } #903

Open
Dev-Bobbie opened this issue Jul 11, 2023 · 2 comments
Open

panic: {-32000 Invalid state for continueInterceptedRequest } #903

Dev-Bobbie opened this issue Jul 11, 2023 · 2 comments
Labels
question Questions related to rod

Comments

@Dev-Bobbie
Copy link

Rod Version: v0.113.4

when i use need auth proxy-server request url,

panic: {-32000 Invalid state for continueInterceptedRequest } happend

code demo: rod/examples_test.go

i change code as below:

url := launcher.New().
		Proxy("ip:port")
		MustLaunch()
browser := rod.New().ControlURL(url).MustConnect()

create := func() *rod.Page {
		go browser.MustHandleAuth("user", "pass")()
		return browser.MustIncognito().MustPage()
	}

have idea to resolve

@Dev-Bobbie Dev-Bobbie added the question Questions related to rod label Jul 11, 2023
@github-actions
Copy link

Please fix the format of your markdown:

10 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"]
10 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]

generated by check-issue

@ysmood
Copy link
Member

ysmood commented Jul 13, 2023

Have you tried mitmproxy?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Questions related to rod
Projects
None yet
Development

No branches or pull requests

2 participants