-
Notifications
You must be signed in to change notification settings - Fork 109
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
issue with " IntelliBot @SeleniumLibrary Patched" #241
Comments
I am experiencing same issue: Probably constructor should be marked as NonInjectable. [Plugin: com.millennialmedia.intellibot@SeleniumLibrary Patched] PyCharm IDE 2021.1.2 (Community) |
I am experiencing same issue: com.intellij.diagnostic.PluginException: Cannot create class com.millennialmedia.intellibot.ide.config.RobotConfiguration (classloader=PluginClassLoader(plugin=PluginDescriptor(name=IntelliBot @SeleniumLibrary Patched, id=com.millennialmedia.intellibot@SeleniumLibrary Patched, descriptorPath=plugin.xml, path=~\AppData\Roaming\JetBrains\PyCharmCE2021.1\plugins\intellibot .jar, version=0.10.143.381, package=null), packagePrefix=null, instanceId=36, state=active)) |
Is there any plans to fix this for Pycharms version 2021.2? |
com.intellij.diagnostic.PluginException: getComponentAdapterOfType is used to get com.intellij.psi.impl.PsiManagerImpl (requestorClass=com.millennialmedia.intellibot.psi.RobotPsiManager, requestorConstructor=public com.millennialmedia.intellibot.psi.RobotPsiManager(com.intellij.psi.impl.PsiManagerImpl)). Probably constructor should be marked as NonInjectable. [Plugin: com.millennialmedia.intellibot@SeleniumLibrary Patched] |
@judahshaik @GPatrich @loritempleton @pengtao-zheng You can download the jar below then install from Disk |
This plugin has been published in Jetbrains Marketplace, https://plugins.jetbrains.com/plugin/17424-intellibot-patched |
Hi @judahshaik, Actually I have tried this solution but it seems that it's not working and I am getting this error. |
I am facing the similar issue Any comments |
Hi, The cause: java.nio.file.FileAlreadyExistsException: C:\Users\Gulfam\AppData\Roaming\JetBrains\PyCharmCE2021.3\plugins\intellibot.jar |
Maybe you can try uninstall the plugin IntelliBot first. Or manually delete the file "C:\Users\Gulfam\AppData\Roaming\JetBrains\PyCharmCE2021.3\plugins\intellibot.jar", and restart the pycharm. |
Hi, The IDE failed to install or update some plugins. The cause: java.nio.file.FileAlreadyExistsException: C:\Users\Gulfam\AppData\Roaming\JetBrains\PyCharmCE2021.3\plugins\intellibot.jar Pycharm is not recognizing the keywords and is not displaying the intellisense methods. any further updates |
Force delete the file C:\Users\Gulfam\AppData\Roaming\JetBrains\PyCharmCE2021.3\plugins\intellibot.jar |
Now I don't see the intellijot.jar file in the location now |
How about install "IntelliBot #patched" now? |
Hi, I just finished the installation of "IntelliBot #patched" from the marketplace. The error IDE failed did not appear at this time. But .robot file are not getting recognized. I cannot create new robot files, no syntax highlighting. |
It is so odd. And check the setting in Pycharm: Editor -> File Types, in "Recognized File Types", find "Robot Framework Test Data", then in Registered Patterns, check whether "*.robot" is there. If not, add it. |
I was having same issue , but the issue resolved when I installed intellibot from disk, download the jar from this location: |
@srisha95 Thank you for this solution it worked at first only, no struggle. |
@srisha95 how to add this plugin https://github.com/lte2000/intellibot/blob/master/intellibot.jar in pycharm |
Same happening with me com.intellij.diagnostic.PluginException: getComponentAdapterOfType is used to get com.intellij.psi.impl.PsiManagerImpl (requestorClass=com.millennialmedia.intellibot.psi.RobotPsiManager, requestorConstructor=public com.millennialmedia.intellibot.psi.RobotPsiManager(com.intellij.psi.impl.PsiManagerImpl)). Probably constructor should be marked as NonInjectable. [Plugin: com.millennialmedia.intellibot@SeleniumLibrary Patched] |
As of today, yes, this is still occured. |
This steps worked for me. it solved my issue. Thanks |
I am unable to use " IntelliBot @SeleniumLibrary Patched" plugin in PyCharm community edition 2021.1.1 and Python 3.9 Pycharm throwing an error like the below screenshot
enter image description here
It seems this plugin is not a production of JetBrains and referred me to report it, however i have downloaded from the official and install plugin through disk site( https://plugins.jetbrains.com/plugin/10700-intellibot-seleniumlibrary-patched )
It's the same issue if I download from Marketplace within PyCharm.
Also auto suggestions for .robot files are not showing and it's not working. please lookinto this I have already installed all required packages as below:
Pycharm IDE 2021.1.1
Python 3.9
py 1.10.0
requests 2.25.1
robotframework 4.0.3
robotframework-jsonlibrary 0.3.1
robotframework-pythonlibcore 2.2.1
robotframework-requests 0.9.1
robotframework-selenium2library 3.0.0
robotframework-seleniumlibrary 3.3.1
selenium 3.141.0
setuptools 56.0.0
Thanks in advance.
The text was updated successfully, but these errors were encountered: