By estebandevew
Hi!
Basically i have a Digital Ocean droplet running a jenkins docker image in which i have installed fastlane https://fastlane.tools and create a job to automatically upload metadata to iTunes through fastlane deliver.
The problem is for some reason, sometimes, i have a bad response from iTunes API. The same code running couple days ago works fine in the same Digital Ocean server. Now i try in AWS ec2 and in my local machine and everything works fine. So, i think Apple in some way is blocking my Digital Ocean server traffic.
I have the same problem as this guy posted in fastlane github https://github.com/fastlane/fastlane/issues/14602
Any ideas what is going on?
Thanks!!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I hope you’ve already sorted this.
From what I can understand the issue you’re experienced is inconsistent. What you do when the issue is present is to test the connection to iTunes API using traceroute.
There are a lot of sites from where you can perform traceroute, but you can also do this on your own PC:
Run traceroute on Linux Open a terminal window. At the command line prompt, type: For IPv4 -
traceroute example.com
Run traceroute on Windows Open the Start menu. Click Run. To open the command line interface, type cmd and then click OK. At the command line prompt, type: For IPv4 -
tracert example.com
You can check for packet loss and if you’re actually able to get to the last hop - iTunes API.
Apple may be block traffic coming from DigitalOcean, but I guess only their support team can confirm this.
Alex
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.