首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >不能领导'https://giphy.bintray.com/giphy-sdk/com/github/MasayukiSuda/GPUVideo-android/v0.1.2/GPUVideo-android-v0.1.2.pom‘

不能领导'https://giphy.bintray.com/giphy-sdk/com/github/MasayukiSuda/GPUVideo-android/v0.1.2/GPUVideo-android-v0.1.2.pom‘
EN

Stack Overflow用户
提问于 2022-09-19 14:22:40
回答 1查看 38关注 0票数 0

我有一个错误:-

代码语言:javascript
复制
    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中的主要错误:-

代码语言:javascript
复制
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

过了一段时间,我打开了这个项目,当我试图构建一个版本时,它开始向我展示这个错误,我尝试了一些其他的东西,但是没有工作。有人能帮我一下吗。这会很有帮助的。

EN

回答 1

Stack Overflow用户

发布于 2022-09-19 14:36:40

在端点简单地下降时,您什么也做不了:

代码语言:javascript
复制
$ 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 response
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/73774893

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档