I am trying to release my project to the app store. However I get this error:
'An Error occurred delivering to the app store.'
First I tried to release it directly from Xcode. Following the advice I found on here, I then tried it using Transporter. The same error occurred but I got an extended delivery log:
[2019-10-29 14:04:49 WITA] INFO: An error occurred checking the HEAD for: https://contentdelivery.itunes.apple.com/transporter/repositories/j2se8/latest/repository.xml Unable to tunnel through proxy. Proxy returns "HTTP/1.1 502 Bad Gateway" Exception's name: java.io.IOException, Exception's message: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 502 Bad Gateway"
Can someone help me fix this or point me in the right direction please, as I'm pretty lost with it.
Many thanks
Try following
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.
Related
I'm trying to run apache beam python pipeline on dataflow but immediately (10-15sec) after launching the job, it gets failed status.
The error on logs:
Failed to start the VM, launcher-2021030302333314603154945777358700, used for launching because of status code: UNAVAILABLE, reason: One or more operations had an error: 'operation-1614767615027-5bc9f6216a93c-7b50752f-842a8707': [UNAVAILABLE] 'HTTP_503'..
The error message gets cut short so I cannot dig into deeper. I believe I added all relevant permissions etc. but cant get it to work. Initial research suggests that it could be a backend issue or permissions issue?
In addition the same pipeline has worked in other projects.
Appreciate if someone can help me debug and fix.
It is because of the region. I move the region from 'asia-southeast2' to 'us-central1' and it worked.
I am using fastlane to build the IPA file and trying to upload it to the test flight. I am working behind a proxy network, so exporting http_proxy and https_proxy is working fine.
You can also see from the below log, 'Login successful'. But when fastlane is trying to upload the file, getting Malformed reply from SOCKS server error.
What do you think? How do you think I can fix this error?
[13:51:26]: [32m----------------------------------
[13:51:26]: [32m--- Step: upload_to_testflight ---
[13:51:26]: [32m----------------------------------
[13:51:26]: Login to App Store Connect (****)
[13:51:29]: Login successful
[13:51:30]: [32mReady to upload new build to TestFlight (App: 1****2)...
[13:51:30]: Going to upload updated app to App Store Connect
[13:51:30]: [32mThis might take a few minutes. Please don't interrupt the script.
[13:53:46]: [31m[Transporter Error Output]: Communication error. Please use diagnostic mode to check connectivity. You need to have outbound access to TCP port 443.
[13:53:46]: [31m[Transporter Error Output]: An exception has occurred: Malformed reply from SOCKS server
[13:55:48]: [31m[Transporter Error Output]: Communication error. Please use diagnostic mode to check connectivity. You need to have outbound access to TCP port 443.
[13:55:48]: [31m[Transporter Error Output]: An exception has occurred: Malformed reply from SOCKS server
I/we(the company) have a weird issue with Jenkins and the connection between Master and Slave.
After a while the connection is rejected/timed out for some reason.
We tried to start it as a Windows Service but that didn't go well(also error message). We try it again, maybe we didn't start it properly.
Below is the error Message(3) and the error from the Server(1) and slave(2)
How can we/I resolve this?
I read that this is still a bug in Jenkins but is there really no workaround?
1,2,3
Sometimes the following error appears:
Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Additionally, a 503 Service Unavailable error was encountered while trying to use an ErrorDocument to handle the request.
How can I fix it?
In command prompt when I run bundle install
I got an error showing there
`fetch_http': bad response Service Unavailable 503
If anybody else faced such error before?
#ruby,
I suppose there will be some problem with your Internet connection. Please recheck your connection.
Or any plugin/gem is unfetchable.
503 ->Service Unavailable
That means:
Server cannot respond due to maintenance or overloading. For example, a servlet might return this header if some thread or database connection pool is currently full. Server can supply a Retry-After header.