App Store的连接操作错误:无法连接到苹果的网络服务(App Store Connect Op

2019-09-26 16:00发布

我一直在试图上传我的应用程序归档应用程序商店连接在过去的3天。 在开始的时候,有一个与iTMSTransporter一个问题,我不得不手动将其从iTunes Connect的安装。 现在,当我试图把它上传失败。 这是出现的错误。

我曾试着用搜索引擎关于这个问题,我找不到任何为我工作的解决方案。 我尝试使用应用程序加载器,而不是组织者的上传和我仍然在同样的错误来了。 我也试着不包括位码,当我上传的档案,并没有奏效。 当我使用应用程序加载器,似乎当它比较App Store中的元数据发生错误。 我真的不知道是什么意思,但也许这可能是问题? 这将是非常有用的,如果我能得到一些帮助解决这个问题。 提前致谢。

编辑1:我试图寻找到的诊断报告,这是我得到了什么。

[2019-04-16 02:49:44 SGT] <main> DBG-X:   parameter Version = 1.11.0
[2019-04-16 02:49:44 SGT] <main> DBG-X:   parameter iTMSTransporterMode = upload
[2019-04-16 02:49:44 SGT] <main>  INFO: id = 20190416024944-407
[2019-04-16 02:49:44 SGT] <main>  INFO: iTMSTransporter Correlation Key: 2a7ba74f-8686-4003-8d70-4793622d6094
[2019-04-16 02:49:44 SGT] <main>  WARN: Web service received a server status of: HTTP/1.1 502 Bad Gateway
[2019-04-16 02:49:44 SGT] <main>  WARN: 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-04-16 02:49:44 SGT] <main> DBG-X: Apple's web service operation returned
[2019-04-16 02:49:44 SGT] <main> DBG-X: Sleeping for 4680 ms
[2019-04-16 02:49:49 SGT] <main> DBG-X: Done sleeping
[2019-04-16 02:49:49 SGT] <main> ERROR: Could not connect to Apple's web service.
[2019-04-16 02:49:49 SGT] <main> ERROR: Communication error. Please use diagnostic mode to check connectivity.
[2019-04-16 02:49:49 SGT] <main>  INFO: JSON:{"msg":{"phase":"Upload","count":2,"description":"Operation failed","index":2},"messageType":"VerifyProgress"}
[2019-04-16 02:49:49 SGT] <main> DBG-X: Returning 1

Answer 1:

我有确切的问题。 它结束了一个网络配置问题。 转到偏好设置>网络>高级>代理,并确保“自动代理发现”和“自动代理配置”进行检查,但没有其他代理选项被选中。 我不得不取消“SOCKS代理”选项来解决这个问题。



Answer 2:

遵循以下步骤: - 转到偏好设置>网络>高级>代理,并确保“自动发现代理服务器”和“Web代理(HTTP)”。 - 并尝试应用重新上传你。

在这里输入图像描述



文章来源: App Store Connect Operation Error: Could not connect to Apple's web service