Не запускаются тесты в Grid-е. Ошибка WebDriverException: Message: Session not available and is not anong the last 1000 terminated session

Всем привет, подскажите если кто то сталкивался с проблемой, пытаюсь запутить тесты в гриде, но падают с ошибкой “WebDriverException: Message: Session not available and is not anong the last 1000 terminated session”

Код

driver = webdriver.Remote(command_executor="http://localhost:4444/wd/hub/", desired_capabilities={"browserName": "chrome"},)

Ошибка: