Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant