Not able to run tests from ride.py

I am getting the below error while running appium tests from ride.py
command: robot -L DEBUG --argumentfile C:\Users\INANTHA3\AppData\Local\Temp\RIDEpdjdedbf.d\argfile.txt --listener C:\Users\INANTHA3\AppData\Local\Programs\Python\Python37\lib\site-packages\robotide\contrib\testrunner\TestRunnerAgent.py:38822:False C:\Users\INANTHA3\AppData\Local\Programs\Python\Python37\Scripts\SampleTests.robot
TestRunnerAgent: Running under CPython 3.7.2

=================================================================================================================================================
SampleTests :: Suite description

[ WARN ] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<urllib3.connection.HTTPConnection object at 0x0000021089D7FB38>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed’)’: /session

[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<urllib3.connection.HTTPConnection object at 0x0000021089DAA0F0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed’)’: /session

[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<urllib3.connection.HTTPConnection object at 0x0000021089D7FDD8>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed’)’: /session
Test title | FAIL |
MaxRetryError: HTTPConnectionPool(host=‘arguments’, port=80): Max retries exceeded with url: /session (Caused by NewConnectionError(’<urllib3.connection.HTTPConnection object at 0x0000021089DB7320>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed’))

SampleTests :: Suite description | FAIL |
1 critical test, 0 passed, 1 failed
1 test total, 0 passed, 1 failed

[ WARN ] Keyword ‘Capture Page Screenshot’ could not be run on failure: No application is open
Output: C:\Users\INANTHA3\AppData\Local\Temp\RIDEpdjdedbf.d\output.xml
Log: C:\Users\INANTHA3\AppData\Local\Temp\RIDEpdjdedbf.d\log.html
Report: C:\Users\INANTHA3\AppData\Local\Temp\RIDEpdjdedbf.d\report.html

test finished 20200720 00:37:26

Starting test: SampleTests.Test title
20200720 00:37:16.867 : DEBUG : POST [arguments]/session {“capabilities”: {“firstMatch”: [{“127.0.0.1:4723/wd/hub platformName”: “Windows deviceName=WindowsPC app=“C:Program Files (x86)ABBRobotStudio 2020BinRobotStudio.exe””}]}, “desiredCapabilities”: {“127.0.0.1:4723/wd/hub platformName”: “Windows deviceName=WindowsPC app=“C:Program Files (x86)ABBRobotStudio 2020BinRobotStudio.exe””}}
20200720 00:37:16.868 : DEBUG : Starting new HTTP connection (1): arguments:80
20200720 00:37:19.542 : DEBUG : Incremented Retry for (url=’/session’): Retry(total=2, connect=None, read=None, redirect=None, status=None)
20200720 00:37:19.543 : WARN : Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<urllib3.connection.HTTPConnection object at 0x0000021089D7FB38>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed’)’: /session
20200720 00:37:19.545 : DEBUG : Starting new HTTP connection (2): arguments:80
20200720 00:37:21.805 : DEBUG : Incremented Retry for (url=’/session’): Retry(total=1, connect=None, read=None, redirect=None, status=None)
20200720 00:37:21.807 : WARN : Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<urllib3.connection.HTTPConnection object at 0x0000021089DAA0F0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed’)’: /session
20200720 00:37:21.807 : DEBUG : Starting new HTTP connection (3): arguments:80
20200720 00:37:24.070 : DEBUG : Incremented Retry for (url=’/session’): Retry(total=0, connect=None, read=None, redirect=None, status=None)
20200720 00:37:24.072 : WARN : Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<urllib3.connection.HTTPConnection object at 0x0000021089D7FDD8>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed’)’: /session
20200720 00:37:24.073 : DEBUG : Starting new HTTP connection (4): arguments:80
20200720 00:37:26.346 : FAIL : No application is open
20200720 00:37:26.347 : DEBUG :
Traceback (most recent call last):
File “<c:\users\inantha3\appdata\local\programs\python\python37\lib\site-packages\decorator.py:decorator-gen-33>”, line 2, in capture_page_screenshot
File “c:\users\inantha3\appdata\local\programs\python\python37\lib\site-packages\AppiumLibrary\keywords\keywordgroup.py”, line 21, in _run_on_failure_decorator
raise err
File “c:\users\inantha3\appdata\local\programs\python\python37\lib\site-packages\AppiumLibrary\keywords\keywordgroup.py”, line 16, in _run_on_failure_decorator
return method(*args, **kwargs)
File “c:\users\inantha3\appdata\local\programs\python\python37\lib\site-packages\AppiumLibrary\keywords_screenshot.py”, line 31, in capture_page_screenshot
if hasattr(self._current_application(), ‘get_screenshot_as_file’):
File “c:\users\inantha3\appdata\local\programs\python\python37\lib\site-packages\AppiumLibrary\keywords_applicationmanagement.py”, line 349, in _current_application
raise RuntimeError(‘No application is open’)
20200720 00:37:26.355 : WARN : Keyword ‘Capture Page Screenshot’ could not be run on failure: No application is open
20200720 00:37:26.376 : FAIL : MaxRetryError: HTTPConnectionPool(host=‘arguments’, port=80): Max retries exceeded with url: /session (Caused by NewConnectionError(’<urllib3.connection.HTTPConnection object at 0x0000021089DB7320>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed’))
20200720 00:37:26.377 : DEBUG :
Traceback (most recent call last):
File “<c:\users\inantha3\appdata\local\programs\python\python37\lib\site-packages\decorator.py:decorator-gen-36>”, line 2, in open_application
File “c:\users\inantha3\appdata\local\programs\python\python37\lib\site-packages\AppiumLibrary\keywords\keywordgroup.py”, line 21, in _run_on_failure_decorator
raise err
File “c:\users\inantha3\appdata\local\programs\python\python37\lib\site-packages\AppiumLibrary\keywords\keywordgroup.py”, line 16, in _run_on_failure_decorator
return method(*args, **kwargs)
File “c:\users\inantha3\appdata\local\programs\python\python37\lib\site-packages\AppiumLibrary\keywords_applicationmanagement.py”, line 52, in open_application
application = webdriver.Remote(str(remote_url), desired_caps)
File “c:\users\inantha3\appdata\local\programs\python\python37\lib\site-packages\appium\webdriver\webdriver.py”, line 118, in init
super(WebDriver, self).init(command_executor, desired_capabilities, browser_profile, proxy, keep_alive)
File “c:\users\inantha3\appdata\local\programs\python\python37\lib\site-packages\selenium\webdriver\remote\webdriver.py”, line 157, in init
self.start_session(capabilities, browser_profile)
File “c:\users\inantha3\appdata\local\programs\python\python37\lib\site-packages\appium\webdriver\webdriver.py”, line 159, in start_session
response = self.execute(RemoteCommand.NEW_SESSION, parameters)
File “c:\users\inantha3\appdata\local\programs\python\python37\lib\site-packages\selenium\webdriver\remote\webdriver.py”, line 319, in execute
response = self.command_executor.execute(driver_command, params)
File “c:\users\inantha3\appdata\local\programs\python\python37\lib\site-packages\selenium\webdriver\remote\remote_connection.py”, line 374, in execute
return self._request(command_info[0], url, body=data)
File “c:\users\inantha3\appdata\local\programs\python\python37\lib\site-packages\selenium\webdriver\remote\remote_connection.py”, line 402, in _request
resp = http.request(method, url, body=body, headers=headers)
File “c:\users\inantha3\appdata\local\programs\python\python37\lib\site-packages\urllib3\request.py”, line 72, in request
**urlopen_kw)
File “c:\users\inantha3\appdata\local\programs\python\python37\lib\site-packages\urllib3\request.py”, line 150, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File “c:\users\inantha3\appdata\local\programs\python\python37\lib\site-packages\urllib3\poolmanager.py”, line 323, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File “c:\users\inantha3\appdata\local\programs\python\python37\lib\site-packages\urllib3\connectionpool.py”, line 667, in urlopen
**response_kw)
File “c:\users\inantha3\appdata\local\programs\python\python37\lib\site-packages\urllib3\connectionpool.py”, line 667, in urlopen
**response_kw)
File “c:\users\inantha3\appdata\local\programs\python\python37\lib\site-packages\urllib3\connectionpool.py”, line 667, in urlopen
**response_kw)
File “c:\users\inantha3\appdata\local\programs\python\python37\lib\site-packages\urllib3\connectionpool.py”, line 638, in urlopen
_stacktrace=sys.exc_info()[2])
File “c:\users\inantha3\appdata\local\programs\python\python37\lib\site-packages\urllib3\util\retry.py”, line 398, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
Ending test: SampleTests.Test title

Hey man, did you find any solution to this issue, I’m having the same problem with trying to access an android emulator with RF :S
thanks