Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

intellij : "search results are not loaded check the internet connection"

Using Intelliji for Java, I'm trying to get cucumber plugin, so i go to the file dropdown menu and go to settings menu and go to plugins. I type in cucumber in the plugins search bar. But nothing is found in the search results. The message given is " search results are not loaded check the internet connection " I also get " marketplace plugins are not loaded. Check the internet connection and >refresh< "

My internet connection is fine. I've already downloaded a load of dependancies using maven via intellij. the refresh button doesn't help. Why does intellij think the problem is no internet connection? How do I get intellij to find plugins?

like image 759
gristy Avatar asked Dec 03 '18 18:12

gristy


People also ask

How do I enable IntelliJ plugins?

Press Ctrl+Alt+S to open the IDE settings and select Plugins. and then click Install Plugin from Disk…. Select the plugin archive file and click OK. Click OK to apply the changes and restart the IDE if prompted.


2 Answers

I needed to set up a proxy under Appearance & Behavior Settings, System Settings, HTTP Proxy. I selected auto detect proxy settings. After this I was able to see plugins in the marketplace window.

like image 191
gristy Avatar answered Oct 22 '22 09:10

gristy


For me I was able to get the marketplace working when I went to Configure>Settings>HTTP Proxy Settings> Auto-detect proxy settings>Automatic Proxy configuration URL: https://plugins.jetbrains.com

Actually it seems to be working even without the Automatic Proxy configuration URL disabled

like image 9
Abdullah Ashraf Avatar answered Oct 22 '22 08:10

Abdullah Ashraf