我正在尝试通过saucelabs运行testcafe脚本。但是得到以下错误信息。
MAIN failed to create listener on port 4445
MAIN possible socket error: libevent connection error
Failed to start Selenium listener. Please make sure there are no other applications using the Selenium port, or specify an alternative port for Sauce Connect via the --se-port option (exit code 2).
答案 0 :(得分:3)
似乎另一个应用程序已在使用4445端口(请参阅类似的讨论here)。 另外,您可以使用官方的Saucelabs Troubleshooting Guide来解决此问题。