5

Problem

I'm getting a new Fastlane error after the command below the line:

bundle exec fastlane beta --verbose

Error Message

Failed to open TCP connection to olympus.itunes.apple.com:443 (getaddrinfo: nodename nor servname provided, or not known)

fastlane finished with errors

Current step: pilot

Any idea?

MGY
  • 7,245
  • 5
  • 41
  • 74

4 Answers4

4

Solution

I've solved the issue with updating my fastlane version with the command line below:

bundle update fastlane

if you used homebrew fo installation of fastlane, use this:

brew upgrade fastlane

That's all.

MGY
  • 7,245
  • 5
  • 41
  • 74
  • 3
    in my case i installed fastlane with brew, so in order to update fastlane i had to use ```brew upgrade fastlane``` and it solved this issue – Stanislau Buzunko Jan 29 '20 at 00:14
  • @stanislau-buzunko, I'm glad that it solved your issue, I added homebrew installation details. – MGY Jan 29 '20 at 06:19
3

I have also faced this issue and got solution

1- check your internet connectivity.

2- try with different network.

3- If the above solution does not work then looking for update fastlane.

In my case this is due to change my internet provider.

2

That looks like an internet / connection issue ie. something preventing the communication between your host and app store connect. I'd say try again after a bit.

Majster
  • 3,611
  • 5
  • 38
  • 60
Kingsley Akpan
  • 213
  • 3
  • 3
0

I solved this issue by turning off my wifi and switching back on. This is the error I am getting.

Faraday http exception getting app: Failed to open TCP connection to api.appcenter.ms:443 (execution expired)

This problem is very random. Sometimes it works without any issues. I hope there is a permanent solution to this!

  • Thank you for your answer, but that is just another error. We can't say all errors have no meaning at all, I guess. – MGY Jul 19 '23 at 12:10