We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the past, this issue occurred in WSL environments, and a fix was implemented to register explorer.exe as webbrowser. #773
explorer.exe
However, this approach does not work properly within Devcontainers in WSL.
environments:
The browser should open the submission page correctly in a Devcontainer environment within WSL.
resulting in the following log output, but the page does not open:
[INFO] open the submission page with browser: <webbrowser.GenericBrowser object at 0x7f8d2fcd5850>
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary / 概要
In the past, this issue occurred in WSL environments, and a fix was implemented to register
explorer.exe
as webbrowser.#773
However, this approach does not work properly within Devcontainers in WSL.
Steps to reproduce / 再現方法
environments:
Expected behavior / 期待される挙動
The browser should open the submission page correctly in a Devcontainer environment within WSL.
Actual behavior / 実際の挙動
resulting in the following log output, but the page does not open:
[INFO] open the submission page with browser: <webbrowser.GenericBrowser object at 0x7f8d2fcd5850>
Other notes / その他
The text was updated successfully, but these errors were encountered: