-
Notifications
You must be signed in to change notification settings - Fork 36
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
java.lang.Throwable: Access is allowed from Event Dispatch Thread (EDT) only #103
Comments
Looking at the stacktrace it seems that the issue is happening inside |
It looks like this is a change in the 2023.3 Threading Model by Intellij: Found that link from this support post in the IntelliJ Community forums: https://intellij-support.jetbrains.com/hc/en-us/community/posts/7602780460306-Access-is-allowed-from-event-dispatch-thread-only |
Great find, looks relevant by the title.
…On Mon, Jan 22, 2024, 14:09 Brandon ***@***.***> wrote:
It looks like this is a change in the 2023.3 Threading Model by Intellij:
-
https://plugins.jetbrains.com/docs/intellij/general-threading-rules.html?from=jetbrains.org#read-write-lock
Found that link from this support post in the IntelliJ Community forums:
https://intellij-support.jetbrains.com/hc/en-us/community/posts/7602780460306-Access-is-allowed-from-event-dispatch-thread-only
—
Reply to this email directly, view it on GitHub
<#103 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXFKXPTIQVUELGR36NORELYPZQHNAVCNFSM6AAAAABA7H5ORGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBTHE3TIMJRGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I just made a PR that should fix this issue: #106 |
tested with IntelliJ IDEA 2024.1.1 (Ultimate Edition), ran without any issues |
Thank you! I just made a new release, it should be out soon, just waiting for JetBrains approval 👍 |
Apparently I'm not very good at reading version numbers, I thought I was using the latest version but tested with 0.16.2, I just installed 0.16.3 and I'm getting an error related to another PR: #105
Version 0.16.2 does not cause any errors |
@bewczardski thanks! Yeah I forgot to apply the fix to |
Tested 0.16.4 and that error did not occur, everything looks good! |
Step 1: Are you in the right place?
Step 2: Describe your environment
0.16.2
2023.3.2
(had the same message with earlier versions too.3.0.2
(windows, via pip)Step 3: Describe the problem:
Steps to reproduce:
Not trivial to trigger, it pops up usually when try to commit, save, so probably on filechange, sometimes after stopping the running process (the app I'm developing, but that could also trigger a filesystem change).
Observed Results:
I can close the dialog from Pycharm and then the editor seems to work, then in 10 minutes I'll get a new popup with the same exception.
Expected Results:
Same boring cruise, with basic unused variables and line too longs.
Relevant Code:
Don't know where to look or which part is the cause, looks like internal ide thread conflict, not something that depends on the code or config.
FYI I have github copilot, jetbrains ai something and jetbrains full line completion enabled at the same time, which is not normal, but it shouldn't matter for the pylint plugin much.
The text was updated successfully, but these errors were encountered: