You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
im getting this error when i run helper = ViewClient.view_client_helper()
⚠️ CulebraTester2 server should have been started and localport 9987 redirected to remote port 9987.
2023-01-06 01:56:02,452 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000018EBC1D9460>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it')': /v2/uiDevice/dumpWindowHierarchy?format=JSON
2023-01-06 01:56:06,501 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000018EBC1D95E0>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it')': /v2/uiDevice/dumpWindowHierarchy?format=JSON
The text was updated successfully, but these errors were encountered:
im getting this error when i run
helper = ViewClient.view_client_helper()
2023-01-06 01:56:02,452 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000018EBC1D9460>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it')': /v2/uiDevice/dumpWindowHierarchy?format=JSON
2023-01-06 01:56:06,501 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000018EBC1D95E0>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it')': /v2/uiDevice/dumpWindowHierarchy?format=JSON
The text was updated successfully, but these errors were encountered: