URI authority error when opening WSL projects in PyCharm 2024.3.4 #4554
Labels
ide:jetbrains
Relates specifically to JetBrains extension
kind:bug
Indicates an unexpected problem or unintended behavior
"needs-triage"
Before submitting your bug report
Relevant environment info
Description
The plugin throws a java.lang.IllegalArgumentException: URI has an authority component error when opening projects located in the WSL filesystem (\wsl$\Ubuntu...), but works normally with native Windows paths.
To reproduce
Set up a WSL 2 environment with Ubuntu 22.04
Create a project in WSL at ~/project
In PyCharm:
File > Open > \wsl$\Ubuntu\home<user>\project
The Continue plugin initialization fails with:
Error handling message of type fileExists: java.lang.IllegalArgumentException: URI has an authority component
Log output
The text was updated successfully, but these errors were encountered: