3

I am trying to run testcafe script through saucelabs. But getting the following error message.

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).
Alex Skorkin
  • 4,034
  • 3
  • 21
  • 44
user3389310
  • 151
  • 5

1 Answers1

3

It looks like another application already used the 4445 port (see a similar discussion here).   Also, you can use the official Saucelabs Troubleshooting Guide to fix this problem.

mlosev
  • 4,634
  • 1
  • 14
  • 27