Skip to main content

Appium: error: Couldn't start Appium REST http interface listener

Sometime it happens that Appium server doesn't start getting below error message -
error: Couldn't start Appium REST http interface listener. Requested port is already in use. Please make sure there's no other instance of Appium running already.

Solution:
In Windows - Start Task manager > Open Processes Tab >
Kill process 'node.exe'

Start the Appium server again it will resolve the issue.

Comments

Popular posts from this blog