Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle TCP connection error #2118

Open
askonev opened this issue Jun 19, 2024 · 0 comments
Open

handle TCP connection error #2118

askonev opened this issue Jun 19, 2024 · 0 comments

Comments

@askonev
Copy link
Member

askonev commented Jun 19, 2024

It often occurs when a vpn is active

Socket::ResolutionError: Failed to open TCP connection to api.teamlab.info:443 (getaddrinfo: No address associated with hostname) (Socket::ResolutionError)
/home/askonew/RubymineProjects/testing-api.onlyoffice.com/lib/testing_api_onlyoffice_com/test_instance/main_page/workspace/workspace_method_page.rb:13:in `initialize'
/home/askonew/RubymineProjects/testing-api.onlyoffice.com/rakelib/update.rake:10:in `new'
/home/askonew/RubymineProjects/testing-api.onlyoffice.com/rakelib/update.rake:10:in `block (5 levels) in <top (required)>'
/home/askonew/RubymineProjects/testing-api.onlyoffice.com/rakelib/update.rake:9:in `each'
/home/askonew/RubymineProjects/testing-api.onlyoffice.com/rakelib/update.rake:9:in `block (4 levels) in <top (required)>'
/home/askonew/RubymineProjects/testing-api.onlyoffice.com/rakelib/update.rake:8:in `each_pair'
/home/askonew/RubymineProjects/testing-api.onlyoffice.com/rakelib/update.rake:8:in `block (3 levels) in <top (required)>'
/home/askonew/RubymineProjects/testing-api.onlyoffice.com/rakelib/update.rake:7:in `each_pair'
/home/askonew/RubymineProjects/testing-api.onlyoffice.com/rakelib/update.rake:7:in `block (2 levels) in <top (required)>'
/home/askonew/.rvm/gems/ruby-3.3.0/gems/rake-13.2.1/exe/rake:27:in `<top (required)>'
/home/askonew/.rvm/gems/ruby-3.3.0/bin/ruby_executable_hooks:22:in `eval'
/home/askonew/.rvm/gems/ruby-3.3.0/bin/ruby_executable_hooks:22:in `<main>'

Caused by:
Socket::ResolutionError: getaddrinfo: No address associated with hostname (Socket::ResolutionError)
/home/askonew/RubymineProjects/testing-api.onlyoffice.com/lib/testing_api_onlyoffice_com/test_instance/main_page/workspace/workspace_method_page.rb:13:in `initialize'
/home/askonew/RubymineProjects/testing-api.onlyoffice.com/rakelib/update.rake:10:in `new'
/home/askonew/RubymineProjects/testing-api.onlyoffice.com/rakelib/update.rake:10:in `block (5 levels) in <top (required)>'
/home/askonew/RubymineProjects/testing-api.onlyoffice.com/rakelib/update.rake:9:in `each'
/home/askonew/RubymineProjects/testing-api.onlyoffice.com/rakelib/update.rake:9:in `block (4 levels) in <top (required)>'
/home/askonew/RubymineProjects/testing-api.onlyoffice.com/rakelib/update.rake:8:in `each_pair'
/home/askonew/RubymineProjects/testing-api.onlyoffice.com/rakelib/update.rake:8:in `block (3 levels) in <top (required)>'
/home/askonew/RubymineProjects/testing-api.onlyoffice.com/rakelib/update.rake:7:in `each_pair'
/home/askonew/RubymineProjects/testing-api.onlyoffice.com/rakelib/update.rake:7:in `block (2 levels) in <top (required)>'
/home/askonew/.rvm/gems/ruby-3.3.0/gems/rake-13.2.1/exe/rake:27:in `<top (required)>'
/home/askonew/.rvm/gems/ruby-3.3.0/bin/ruby_executable_hooks:22:in `eval'
/home/askonew/.rvm/gems/ruby-3.3.0/bin/ruby_executable_hooks:22:in `<main>'
Tasks: TOP => update:workspace_api_backend
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant