-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Version 1.28.0 not working. #434
Comments
A new information. I cannot rollback to 1.27.0 version.
|
I've been getting the same issue for a long time. It's particularly annoying because the error icon in the IDE blinks red and when I check it's always this same error and it happens continually throughout the coding session. Do note that the plugin is still working as intended, just this exception needs to be addressed. @tonybaloney could we please get a fix for this? :) |
Have you got access to the latest PyCharm version? This error means the version of the logging module used is not compatible with the one in the JDK, which is specific to the PyCharm version. The PyCharm plugin APIs change frequently, so I can't continue to maintain backward compatibility between releases |
I'm using the following according to the About menu. The PyCharm version is the latest.
|
Thanks. The error you’re reporting is unrelated to the one in the OP comment. I’m looking into it |
Oh, they appeared to be the same at first glance. Here is my stacktrace if it helps.
|
Sorry I was getting confused with the other stack trace
This one needs a separate fix. Your trace looks similar in that it's a loader bug and there's a version conflict between the logging module that PyCharm has and the one installed by this plugin as a dependency. |
Describe the bug
After update to version 1.28.0 and restart I received an IDE internal error with the stacktrace below:
induced.txt has the following stacktrace:
To Reproduce
Code or Steps to reproduce the behavior:
Expected behavior
Install the plugin, restart the IDE without any popup error.
Screenshots
Screenshots of the error:
Additional context
The text was updated successfully, but these errors were encountered: