执行appium 启动命令:

appium --log-timestamp

 

无法启动成功,并有提示如下:

 

2020-07-13 07:32:48:654 - [HTTP] Could not start REST http interface listener. The requested port may already be in use. Please make sure there is no other instance of this server running already.

Fatal Error: listen EADDRINUSE: address already in use 0.0.0.0:4723

    at Server.setupListenHandle [as _listen2] (net.js:1309:16)

    at listenInCluster (net.js:1357:12)

    at doListen (net.js:1496:7)

    at processTicksAndRejections (internal/process/task_queues.js:85:21)

 

解决方法:在终端输入命令:killall -9 node

 

相关文章:

  • 2022-01-07
  • 2022-12-23
  • 2021-04-16
  • 2022-01-02
猜你喜欢
  • 2022-01-05
  • 2021-09-06
  • 2021-11-28
  • 2022-12-23
  • 2021-08-18
相关资源
相似解决方案