我有一个错误:-
Could not HEAD 'https://giphy.bintray.com/giphy-sdk/com/github/MasayukiSuda/GPUVideo-android/v0.1.2/GPUVideo-android-v0.1.2.pom'. Received status code 502 from server: Bad Gateway
Disable Gradle 'offline mode' and sync project这也是logcat中的主要错误:-
FAILURE: Build completed with 7 failures.
Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:collectReleaseDependencies'.
> Could not resolve all files for configuration ':app:releaseRuntimeClasspath'.
> Could not resolve com.github.MasayukiSuda:GPUVideo-android:v0.1.2.
Required by:
project :app
> Could not resolve com.github.MasayukiSuda:GPUVideo-android:v0.1.2.
> Could not get resource 'https://giphy.bintray.com/giphy-sdk/com/github/MasayukiSuda/GPUVideo-android/v0.1.2/GPUVideo-android-v0.1.2.pom'.
> Could not HEAD 'https://giphy.bintray.com/giphy-sdk/com/github/MasayukiSuda/GPUVideo-android/v0.1.2/GPUVideo-android-v0.1.2.pom'. Received status code 502 from server: Bad Gateway
> Could not resolve com.github.yangjie10930:EpMedia:v0.9.5.
Required by:
project :app
> Could not resolve com.github.yangjie10930:EpMedia:v0.9.5.
> Could not get resource 'https://giphy.bintray.com/giphy-sdk/com/github/yangjie10930/EpMedia/v0.9.5/EpMedia-v0.9.5.pom'.
> Could not HEAD 'https://giphy.bintray.com/giphy-sdk/com/github/yangjie10930/EpMedia/v0.9.5/EpMedia-v0.9.5.pom'. Received status code 502 from server: Bad Gateway
> Could not resolve com.github.tizisdeepan:gallerypicker:1.0.1.
Required by:
project :app
> Could not resolve com.github.tizisdeepan:gallerypicker:1.0.1.
> Could not get resource 'https://giphy.bintray.com/giphy-sdk/com/github/tizisdeepan/gallerypicker/1.0.1/gallerypicker-1.0.1.pom'.
> Could not HEAD 'https://giphy.bintray.com/giphy-sdk/com/github/tizisdeepan/gallerypicker/1.0.1/gallerypicker-1.0.1.pom'. Received status code 502 from server: Bad Gateway
> Could not resolve com.github.shts:StoriesProgressView:3.0.0.
Required by:
project :app
> Could not resolve com.github.shts:StoriesProgressView:3.0.0.
> Could not get resource 'https://giphy.bintray.com/giphy-sdk/com/github/shts/StoriesProgressView/3.0.0/StoriesProgressView-3.0.0.pom'.
> Could not HEAD 'https://giphy.bintray.com/giphy-sdk/com/github/shts/StoriesProgressView/3.0.0/StoriesProgressView-3.0.0.pom'. Received status code 502 from server: Bad Gateway
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================
* Get more help at https://help.gradle.org
BUILD FAILED in 1m 10s
18 actionable tasks: 7 executed, 11 up-to-date过了一段时间,我打开了这个项目,当我试图构建一个版本时,它开始向我展示这个错误,我尝试了一些其他的东西,但是没有工作。有人能帮我一下吗。这会很有帮助的。
发布于 2022-09-19 14:36:40
在端点简单地下降时,您什么也做不了:
$ HEAD https://giphy.bintray.com/giphy-sdk/com/github/MasayukiSuda/GPUVideo-android/v0.1.2/GPUVideo-android-v0.1.2.pom
500 Can't connect to giphy.bintray.com:443 (SSL connect attempt failed error:0A000126:SSL routines::unexpected eof while reading)
Content-Type: text/plain
Client-Date: Mon, 19 Sep 2022 14:35:14 GMT
Client-Warning: Internal response
$ HEAD http://giphy.bintray.com/giphy-sdk/com/github/MasayukiSuda/GPUVideo-android/v0.1.2/GPUVideo-android-v0.1.2.pom
500 Server closed connection without sending any data back
Content-Type: text/plain
Client-Date: Mon, 19 Sep 2022 14:35:21 GMT
Client-Warning: Internal responsehttps://stackoverflow.com/questions/73774893
复制相似问题