apiaryio / apiary-client

Apiary CLI client
https://help.apiary.io/tools/apiary-cli/
MIT License
204 stars 70 forks source link

Failed to open TCP connection to voight-kampfff-aws.apiary.services.com while executing apiary styleguide #191

Closed rcarrascosps closed 3 years ago

rcarrascosps commented 4 years ago

While executing this:

apiary styleguide --add=marketv1.apib --functions=FunctionDefinitions.txt --rules=Rules.txt --full-report

I got: Traceback (most recent call last): 20: from D:/Ruby25-x64/bin/apiary:23:in <main>' 19: from D:/Ruby25-x64/bin/apiary:23:inload' 18: from D:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/apiaryio-0.11.1/bin/apiary:5:in <top (required)>' 17: from D:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/thor-0.19.4/lib/thor/base.rb:444:instart' 16: from D:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/thor-0.19.4/lib/thor.rb:369:in dispatch' 15: from D:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/thor-0.19.4/lib/thor/invocation.rb:126:ininvoke_command' 14: from D:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/thor-0.19.4/lib/thor/command.rb:27:in run' 13: from D:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/apiaryio-0.11.1/lib/apiary/cli.rb:60:instyleguide' 12: from D:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/apiaryio-0.11.1/lib/apiary/command/styleguide.rb:42:in execute' 11: from D:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/apiaryio-0.11.1/lib/apiary/command/styleguide.rb:113:invalidate' 10: from D:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/apiaryio-0.11.1/lib/apiary/command/styleguide.rb:194:in call_resource' 9: from D:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rest-client-2.0.2-x64-mingw32/lib/restclient/request.rb:52:inexecute' 8: from D:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rest-client-2.0.2-x64-mingw32/lib/restclient/request.rb:145:in execute' 7: from D:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/rest-client-2.0.2-x64-mingw32/lib/restclient/request.rb:715:intransmit' 6: from D:/Ruby25-x64/lib/ruby/2.5.0/net/http.rb:909:in start' 5: from D:/Ruby25-x64/lib/ruby/2.5.0/net/http.rb:920:indo_start' 4: from D:/Ruby25-x64/lib/ruby/2.5.0/net/http.rb:935:in connect' 3: from D:/Ruby25-x64/lib/ruby/2.5.0/timeout.rb:103:intimeout' 2: from D:/Ruby25-x64/lib/ruby/2.5.0/timeout.rb:93:in block in timeout' 1: from D:/Ruby25-x64/lib/ruby/2.5.0/net/http.rb:936:inblock in connect' D:/Ruby25-x64/lib/ruby/2.5.0/net/http.rb:939:in `rescue in block in connect': Failed to open TCP connection to voight-kampff-aws.apiary-services.com:443 (getaddrinfo: Host desconocido. ) (SocketError)

apiary version 0.11.1 Operative System: Windows.

This used to work some monts ago, but now it seems that server is gone.

Thank u

rcarrascosps commented 4 years ago

I've fixed it installing apiary version 0.14.0

This issue may be closed. best regards

rolando

abtris commented 3 years ago

ok, thanks