Untitled
unknown
plain_text
3 years ago
1.1 kB
11
Indexable
self = WebsocketConnection('127.0.0.1', 13000, None) def _ensure_connection_is_open(self): if self._errors: error = self._errors.pop() self.close() > raise ConnectionError(error) E altunityrunner.exceptions.ConnectionError: Connection to remote host was lost. ..\..\..\..\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\altunityrunner\_websocket.py:180: ConnectionError ----------------------------- Captured log setup ------------------------------ WARNING websocket:_logging.py:66 websocket connected ------------------------------ Captured log call ------------------------------ ERROR websocket:_logging.py:62 Connection to remote host was lost. - goodbye =========================== short test summary info =========================== FAILED tests/free_session_test.py::FreeSessionTest::test_Manual_Finish - altu... ERROR tests/free_session_test.py::FreeSessionTest::test_Manual_Finish - selen...
Editor is loading...