Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jcenter 502 bad gateway after gradle refresh [closed]

Unable to connect to jcenter address https://jcenter.bintray.com/

Got an 502 Bad Gateway response

enter image description here

And also in my intellj IDE after I click gradle refresh

Could not GET 'https://jcenter.bintray.com/com/github/jnr/jffi/maven-metadata.xml'. Received status code 502 from server: Bad Gateway

Anyone knows what happened?

like image 975
cece2048 Avatar asked Mar 21 '19 08:03

cece2048


People also ask

Is JCenter Bintray com down?

JFrog, the maintainers of JCenter, announced that they are sunsetting JCenter. This means the following for Android developers for their app's dependencies: March 31st 2021 - Libraries in JCenter will no longer be updated. February 1, 2022 - JCenter will be completely shut down.

Could not received status code 502 from server bad gateway?

The 502 bad gateway status code error belongs to the 5xx category of HTTP status codes. All 5xx status codes indicate a server error, meaning the problem is within the location where the website is hosted from. Google will de-index pages with a 502 within days. Some server access may be needed to fix these problems.

What is the 502 error?

The HyperText Transfer Protocol (HTTP) 502 Bad Gateway server error response code indicates that the server, while acting as a gateway or proxy, received an invalid response from the upstream server.


1 Answers

Bin tray is experiencing "intermittent issues" on their download network : https://status.bintray.com/

enter image description here

like image 169
zayquan Avatar answered Oct 16 '22 12:10

zayquan