Gradle cannot download Scala plugin 2019.2.5 Follow
Today I updated my build.gradle file. I replaced
'org.intellij.scala:2019.1.6',
with
'org.intellij.scala:2019.2.5',
Gradle tries to download the file but fails at 16%.
When I try to wget the broken download I get the same result (download fails at 16% and wget retries and retries but always fails at 16%):
wget https://cache-redirector.jetbrains.com/plugins.jetbrains.com/maven/com/jetbrains/plugins/org.intellij.scala/2019.2.5/org.intellij.scala-2019.2.5.zip
--2019-06-06 16:02:39-- https://cache-redirector.jetbrains.com/plugins.jetbrains.com/maven/com/jetbrains/plugins/org.intellij.scala/2019.2.5/org.intellij.scala-2019.2.5.zip
Resolving cache-redirector.jetbrains.com (cache-redirector.jetbrains.com)... 99.84.151.127, 99.84.151.15, 99.84.151.113, ...
Connecting to cache-redirector.jetbrains.com (cache-redirector.jetbrains.com)|99.84.151.127|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://dt9qhxywftqdz.cloudfront.net/plugins.jetbrains.com/maven/com/jetbrains/plugins/org.intellij.scala/2019.2.5/org.intellij.scala-2019.2.5.zip [following]
--2019-06-06 16:02:40-- https://dt9qhxywftqdz.cloudfront.net/plugins.jetbrains.com/maven/com/jetbrains/plugins/org.intellij.scala/2019.2.5/org.intellij.scala-2019.2.5.zip
Resolving dt9qhxywftqdz.cloudfront.net (dt9qhxywftqdz.cloudfront.net)... 99.84.158.199, 99.84.158.111, 99.84.158.62, ...
Connecting to dt9qhxywftqdz.cloudfront.net (dt9qhxywftqdz.cloudfront.net)|99.84.158.199|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 57741766 (55M) [application/x-zip-compressed]
Saving to: ‘org.intellij.scala-2019.2.5.zip’
org.intellij.scala-2019.2.5.zip 16%[=====================> ] 8,99M 8,76MB/s in 1,0s
2019-06-06 16:02:41 (8,76 MB/s) - Connection closed at byte 9429725. Retrying.
--2019-06-06 16:02:42-- (try: 2) https://dt9qhxywftqdz.cloudfront.net/plugins.jetbrains.com/maven/com/jetbrains/plugins/org.intellij.scala/2019.2.5/org.intellij.scala-2019.2.5.zip
Connecting to dt9qhxywftqdz.cloudfront.net (dt9qhxywftqdz.cloudfront.net)|99.84.158.199|:443... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 57741766 (55M), 48312041 (46M) remaining [application/x-zip-compressed]
Saving to: ‘org.intellij.scala-2019.2.5.zip’
org.intellij.scala-2019.2.5.zip 16%[++++++++++++++++++++++ ] 9,00M 16,5KB/s in 0,4s
2019-06-06 16:02:44 (16,5 KB/s) - Connection closed at byte 9437160. Retrying.
....
Please sign in to leave a comment.
wget https://cache-redirector.jetbrains.com/plugins.jetbrains.com/maven/com/jetbrains/plugins/org.intellij.scala/2019.2.5/org.intellij.scala-2019.2.5.zip
works for me. Either it was temporary glitch or it is issue with your ISP/network?
OK. Today it works for me as well. Must have been a temporary glitch then, since yesterday the download failed from two different servers from two different countries and different ISPs.