会报如下错误:
could not start REST http interface listener . the requested port may already be in use.please make sure these is no other instance of this server running already.
fatal error :listen EADDRINUSE 0.0.0.0:4701
是的,4702 netstat -ano|findstr 4702
也没结果,但是执行appium -p 4702,就会报如下错误:
[Appium] Welcome to Appium v1.12.1
[Appium] Non-default server args:
[Appium] port: 4702
[HTTP] Could not start REST http interface listener. The requested port may alre
ady be in use. Please make sure there is no other instance of this server runnin
g already.
Fatal Error: listen EADDRINUSE 0.0.0.0:4702
at Object._errnoException (util.js:992:11)
at _exceptionWithHostPort (util.js:1014:20)
at Server.setupListenHandle [as _listen2] (net.js:1355:14)
at listenInCluster (net.js:1396:12)
at doListen (net.js:1505:7)
at _combinedTickCallback (internal/process/next_tick.js:141:11)
at process._tickCallback (internal/process/next_tick.js:180:9)