Skip to content

[Problem/Bug]: Can't connect to the remote debugging port in webview2 runtime 150.0.4078.65 #5645

Description

@JasonChen-AT

What happened?

I have webview2 app. I am using the following command to start the app which allows me to connect it over cdp in playwright.

set WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS=--remote-debugging-port=9527
set WEBVIEW2_USER_DATA_FOLDER = C:\temp_9527
start "" "myapp.exe"

Then I use curl localhost:9527/json/version to verify it's able to connected to. Starting from webview2 runtime 150.0.4078.665, I can't get any info from /json/version. But 149.0.4022.98 is working fine.

Can someone help to take a look? Thanks.

The workaround is I use the fixed version for the webview2 runtime for myapp.

Importance

Blocking. My app's basic functions are not working due to this issue.

Runtime Channel

Stable release (WebView2 Runtime)

Runtime Version

150.0.4078.665

SDK Version

No response

Framework

WPF

Operating System

Windows 11

OS Version

No response

Repro steps

see description

Repros in Edge Browser

No, issue does not reproduce in the corresponding Edge version

Regression

Regression in newer Runtime

Last working version (if regression)

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingregressionSomething used to work but doesn't anymore

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions