【问题标题】:Got Could not find latest iTMSTransport to download Bad Gateway when try to upload to iTunes Connect尝试上传到 iTunes Connect 时无法找到最新的 iTMSTransporter 来下载 Bad Gateway
【发布时间】:2019-06-13 09:37:54
【问题描述】:

我尝试将我的最新版本上传到 iTunes Connect,但它显示以下错误。这发生在我续订开发者帐户后。

这是应用程序加载器错误报告

 INFO: Web service received a server status of: HTTP/1.1 502 Bad Gateway
[2019-06-13 17:11:57 IST] <main>  INFO: Web service response received: <html>
            <head>
                <title>502 Bad Gateway</title>
            </head>
            <body>
            <h1>502 Bad Gateway</h1>
            <p>Socks5ProtocolException(&quot;SOCKS5 mode failure: SocksError(&#x27;Invalid SOCKS version. Expected 0x05, got 0x43&#x27;,)&quot;,)</p>
            </body>
        </html>
[2019-06-13 17:11:57 IST] <main> ERROR: Communication error. Please use diagnostic mode to check connectivity.
[2019-06-13 17:11:57 IST] <main> DBG-X: Returning 1

【问题讨论】:

  • 您的网络似乎有问题。您是否检查过您是否可以访问互联网?
  • 是的,连接正常

标签: ios app-store-connect


【解决方案1】:

我能够找到很多这样的问题,并且可能有任何可能对您有用的解决方案。

为了节省时间,我建议您从 Xcode 的 Organizer 窗口中导出应用程序存档(它会将其保存到桌面上的目录中)。

然后,来自 Xcode:

Xcode > 打开开发者工具 > 应用程序加载器

此外,应用程序加载器更具描述性,可以让人们知道整个上传过程中发生了什么。

按照下面的参考,它描述了与您相同的问题:

App Store Connect Operation Error: Could not connect to Apple's web service

Unable to upload app to iTunes Connect - iTunes Store operation failed. Authentication timeout

希望这会有所帮助。

提示:- 问题是代理设置

最终导致网络配置问题。转到首选项 > 网络

高级 > 代理并确保选中“自动代理发现”和“自动代理配置”,但其他都没有 检查代理选项。我不得不取消选中“SOCKS Proxy”选项 解决问题。

【讨论】:

  • 如果您在应用程序加载器中收到更多描述性错误消息,请将这些消息添加到问题中。
  • 更新问题
  • 你能在浏览器中打开itunesconnect吗?
  • 是的,我可以打开
  • 在答案中添加了一些对您有用的参考链接。
猜你喜欢
  • 2017-11-01
  • 1970-01-01
  • 2019-04-18
  • 1970-01-01
  • 2021-01-16
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多