I'm unable to update the plugin within Intellij due to a 404 from jetbrains plugins site:
Plugin Material Theme UI was not installed: Cannot download "http://plugins.jetbrains.com/pluginManager/?action=download&id=com.chrisrm.idea.MaterialThemeUi&build=IC-162.2032.8&uuid=5da26476-4b5a-4df9-be4c-65ffe2a15f08": Connection failed with HTTP code 404
IntelliJ IDEA 2016.2.4
Build #IC-162.2032.8, built on September 9, 2016
JRE: 1.8.0_112-release-b343 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Facing the same issue.
"http://plugins.jetbrains.com/pluginManager/?action=download&id=com.chrisrm.idea.MaterialThemeUi&build=IC-162.2032.8&uuid=5da26476-4b5a-4df9-be4c-65ffe2a15f08" redirects to "https://github.com/ChrisRM/material-theme-jetbrains/blob/master/Material%20Theme.zip?raw=true" which triggers the 404.
The last commit 9f0c0f96b141a721bd96dc7570c6edaa470bc07f removed Material Theme.zip
Same issue here how to fix it, I try to download and import zip file but not working
As a workaround: clone this repo, run gradlew clean build and manually install build/distributions/Material Theme.zip
As a workaround: clone this repo, run gradlew clean build and manually install build/distributions/Material Theme.zip
I'm new in intellij / Java. Could you help me maybe with how to do that? I'm not sure what gradlew clean build is or how to manually install it, but I did clone the repo. Thank you for any help!
@RomanAlaivi gradlew clean build will run the build script and generate the file you need to install the plugin for IntelliJ.
To install the plugin manually, open the IntelliJ settings (CTRL + ALT + S), navigate to Plugins and click on Install plugin from disk.... In the Choose Plugin File window that will open, navigate to $clonedRepoDirectory/build/distributions/ and select Material Theme.zip. IntelliJ should prompt you to restart and after that, the plugin should be installed.
Same issue here. Thanks for the workaround @jmesserli, but I don't have IntelliJ installed on my machine, just want to download and install the plugin from WebStorm.
@herzog-sl You should not need to have IntelliJ installed to build the plugin. Afaik the built .zip is the same for all JetBrains products.
Thank you very much jmesserli. I've navigated into the directory but I can't see a build folder / distributions/ sub folder etc. What I see is this.
@RomanAlaivi after you ran gradlew clean build with your terminal in the material-theme-jetbrains folder, you should be able to find material-theme-jetbrains/build/distributions/, where the zip should be located.
Thanks, I think my issue is that I have no idea honestly how to run gradlew clean build. I just started a Java course, so it's all a little new to me;). I really appreciate you taking the time to offer your help though.
@RomanAlaivi no problem at all.
From your screenshot, I assume you are running Windows 10.
What you have to do is open the material-theme-jetbrains folder in Windows Explorer. Then you'll SHIFT + Right Click an empty space in the folder and click Open terminal / command prompt here (I don't know the exact name since my installation is german).
Once you have done that, a command prompt should open up where you can enter gradlew.bat clean build and then press enter.
This should start the build and after it finished, you should be able to find the built Material Theme.zip in the location I previously described.
Hope this helps.
So it looks like it's not liking the gradlew command, as you can see here. I'll see if I can get it working tomorrow morning, pretty late over here hah. Thank you very much again for helping me.
@RomanAlaivi that looks bad, good luck. If you need any help feel free to contact me at hi.[email protected] so we don't spam this issue.
Fixing this asap
WebStorm 2019.1
Build #WS-191.6183.63, built on March 21, 2019
JRE: 1.8.0_202-release-1483-b39 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.14.4

It happens again! 馃檨 @ChrisRM
@kuige
Opening the URL in a browser downloads the zip fine. I am having the same issue with the codealike plugin as well. It might be a JetBrains issue this time around.
Meanwhile, the update can be installed manually from the zip file. Just copy paste the URL from the error prompt into a browser and it should start downloading immediately.
This is an old issue please refrain from hijacking it
I didn't do anything, and I tried again just now, and the plugin has successfully updated.
Most helpful comment
"http://plugins.jetbrains.com/pluginManager/?action=download&id=com.chrisrm.idea.MaterialThemeUi&build=IC-162.2032.8&uuid=5da26476-4b5a-4df9-be4c-65ffe2a15f08" redirects to "https://github.com/ChrisRM/material-theme-jetbrains/blob/master/Material%20Theme.zip?raw=true" which triggers the 404.
The last commit 9f0c0f96b141a721bd96dc7570c6edaa470bc07f removed
Material Theme.zip