-
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
Exception ActionUpdateThread.OLD_EDT
is deprecated after updating to Intellij IDEA 2024.2.0
#105
Comments
In case it's useful to anyone, I've squelched the exceptions in this branch - https://github.com/jennifer-richards/pylint-pycharm/tree/get-action-update-thread Caveat: I don't actually know what I'm doing or whether returning BGT for everything is appropriate. It seems to work for me. I hesitate to even post it, but perhaps it'll be helpful until the maintainers can make a proper update. (And thanks to them for their efforts!) |
@jennifer-richards Thanks for the help, I just created a PR that should fix this issue, if you have time could you take a look and confirm if it fixes it also for you? #106 |
Can confirm - did a quick test and it didn't throw any errors scaning a project and poking around in the UI. Thanks for the fix! |
I got this error after upgrade to
|
Hi @quandaica, I'm unable to reproduce the issue. Would you be able to confirm that this is actually a regression? In theory the 0.16.3 changes should not affect this portion of the code so I'm just wondering if it is an unrelated issue. |
Step 1: Are you in the right place?
Step 2: Describe your environment
0.16.2
IntelliJ IDEA 2024.2.0.1 (Ultimate Edition) Build #IU-242.20224.387, built on August 13, 2024
2.17.4
Step 3: Describe the problem:
Steps to reproduce:
Happens randomly working on python files. Then suddenly a popup comes up showing the exception and asking me to disable the pylint plugin.
Observed Results:
Expected Results:
Relevant Code:
The text was updated successfully, but these errors were encountered: