尝试上传到 iTunes Connect 时找不到最新的 iTMSTransport 以下载 Bad Gateway
Got Could not find latest iTMSTransport to download Bad Gateway when try to upload to iTunes Connect
我试图将我的最新版本上传到 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("SOCKS5 mode failure: SocksError('Invalid SOCKS version. Expected 0x05, got 0x43',)",)</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
我发现了很多这样的问题,并且可能有任何适合您的解决方案。
为了节省时间,我建议您从 Xcode 的管理器 window 导出应用程序存档(它将其保存到桌面上的一个目录中)。
然后,来自Xcode:
Xcode > 打开开发者工具 > 应用程序加载器
此外,应用程序加载器的描述性更强,可以让人们知道整个上传过程中发生了什么。
按照下面的参考资料进行操作,其中描述了与您的问题相同的问题:
App Store Connect Operation Error: Could not connect to Apple's web service
希望对您有所帮助。
提示:- 问题是代理设置
It ended up a network configuration issue. Go to Preferences > Network
Advanced > Proxies and make sure "Auto Proxy Discovery" and "Automatic Proxy Configuration" are checked but none of the other
proxy options are checked. I had to uncheck "SOCKS Proxy" option to
resolve the issue.
我试图将我的最新版本上传到 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("SOCKS5 mode failure: SocksError('Invalid SOCKS version. Expected 0x05, got 0x43',)",)</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
我发现了很多这样的问题,并且可能有任何适合您的解决方案。
为了节省时间,我建议您从 Xcode 的管理器 window 导出应用程序存档(它将其保存到桌面上的一个目录中)。
然后,来自Xcode:
Xcode > 打开开发者工具 > 应用程序加载器
此外,应用程序加载器的描述性更强,可以让人们知道整个上传过程中发生了什么。
按照下面的参考资料进行操作,其中描述了与您的问题相同的问题:
App Store Connect Operation Error: Could not connect to Apple's web service
希望对您有所帮助。
提示:- 问题是代理设置
It ended up a network configuration issue. Go to Preferences > Network
Advanced > Proxies and make sure "Auto Proxy Discovery" and "Automatic Proxy Configuration" are checked but none of the other proxy options are checked. I had to uncheck "SOCKS Proxy" option to resolve the issue.