- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Exception during #329
Comments
I met the same problem. |
Same too. |
I hit this when switching Projects sometimes. macOS PyCharm Professional 20233.3.1. |
@grundew @1669026686 @AntoineD @johnthagen |
I believe to see the same or at least a related issue. I'll add some details here in the hope this helps. Failure Detailsplugin crashes at IDE start with
Details include
Version InfoIDE: IntelliJIdea 2023.1 @koxudaxi Thank you for looking into it! |
I hope the problem has been resolved in |
ruff is configured to:
I get the following exception:
The following command was executed:
C:\Users\gw\venv311\Scripts\ruff.exe format --force-exclude --quiet -
The exit code: 2
The error output of the command:
Error Running Ruff
at com.koxudaxi.ruff.RuffKt.runCommand(Ruff.kt:251)
at com.koxudaxi.ruff.RuffKt.runCommand(Ruff.kt:190)
at com.koxudaxi.ruff.RuffKt.runRuff(Ruff.kt:329)
at com.koxudaxi.ruff.RuffApplyService.apply$lambda$2(RuffApplyService.kt:66)
at com.intellij.openapi.application.impl.ApplicationImpl$2.run(ApplicationImpl.java:249)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
at java.base/java.lang.Thread.run(Thread.java:840)
To Reproduce
Steps to reproduce the behavior:
Environments
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: