Can't find any plugin at marketplace
Answered
Installing plugins from idea is a work that drives me crazy. It is always possible to find no plugins or "marketplace plugin not loaded". I used a variety of methods I could find, but the ability to install plugins is still a random event, sometimes it can, and sometimes it doesn't work. I don't know why, or how to fix it.
Please sign in to leave a comment.
Do you live in Mainland China? There are many network problems caused by the GFW. I use a VPN service to make the daily dev more comfortable.
Hello, @Liu Pei Pei
I tried using a VPN, but it didn't work. At the same time, my colleague didn't use any VPN, but he could install the plugin normally!
@Yjx Yujiaxin Please show the content of idea.log after IDE restart and opening plugins page and reproducing the problem. We will check if there is a network issue.
@Andrey Dernov Here it is.
Thanks.
2019-09-29 14:45:30,430 [ 575078] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 2019/9/29 14:44)
2019-09-29 14:45:30,435 [ 575083] INFO - .ide.plugins.PluginManagerMain - Main plugin repository is not available ('org.xml.sax.SAXParseException; lineNumber: 4628; columnNumber: 10; XML document structures must start and end within the same entity.'). Please check your network settings.
2019-09-29 14:45:50,334 [ 594982] INFO - .ide.plugins.PluginManagerMain - Main plugin repository is not available ('Cannot download 'https://plugins.jetbrains.com/plugins/list/?uuid=dee4c1a0-ec94-4eda-8d23-dd2d15df5228&build=IU-192.6817.14': Read timed out
, response: 200 OK'). Please check your network settings.
There is an internet connection issue you need to fix. IDE needs access to https://plugins.jetbrains.com/ to be be to show plugins list and download and install plugins. The proxy server block the connection.
@Andrey Dernov Thanks.
Before you reply, I tried to access this connection with a browser, which is accessible, albeit slowly. Is this problem caused by the idle read response timeout? Is there any way to modify the time limit for reading responses? I tried idea.connection.timeout and it doesn't work.
Try idea.read.timeout and idea.connection.timeout to set to e.g. 30000 (or greater value) into idea.propeties file https://intellij-support.jetbrains.com/entries/23395793 . like so
Note that you can also download plugin from https://plugins.jetbrains.com and choose to Install from disk... option.
me too, i can not find in plugin marketplace. how to fix it? i want to instal flutter
Do you have problem only for Flutter or any plugin is not loaded in Marketplace tab?
If first - note that the plugin is available only for IDEA Community/Ultimate/Educational or Android Studio. Also make sure the compatible plugin exists for your IDE version. You can check it on plugin's page: https://plugins.jetbrains.com/plugin/9212-flutter/versions
If second - looks like a network issue. If you have proxy make sure it is configured in Settings(Preferences) | Appearance & Behavior | System Settings | HTTP Proxy settings.
Check your idea.vmoptions (main menu > Help > Edit Custom VM Options)
I think by default it sets:
-Djsse.enableSNIExtension=false
Change to :
-Djsse.enableSNIExtension=true
Save the changes and then restart IDE.
Even me also facing same error not finding plugins in marketplace.. please help.. I am not able to work in pycharm IDE
Please add the following in Help | Diagnostic Tools | Debug Log Settings:
Reproduce the issue, upload the logs (Help | Collect Logs and Diagnostic Data): https://uploads.jetbrains.com.
This seems to be an issue with certain build but as I mentioned above there is a workaround.
Kev