tru2793
tru2793

Reputation: 1

Unable to run protractor config within gulp getting ECONNREFUSED connect ECONNREFUSED 127.0.0.1:4444

Below is a screenshot of my code, when I run selenium by itself, the scripts run fine. But when I try to start webdriver within gulp (what my goal is) I am getting:

 Error code: 135
[12:48:27] E/launcher - Error message: ECONNREFUSED connect ECONNREFUSED 127.0.0
.1:4444
[12:48:27] E/launcher - Error: ECONNREFUSED connect ECONNREFUSED 127.0.0.1:4444

Any advice is appreciated.

code

Upvotes: 0

Views: 98

Answers (1)

Adam reed
Adam reed

Reputation: 31

I feel this is on the network side issue - 127.0.0.1 this IP and 4444 port number might be not able to connect to the server, i faced the same type of error and when looked it was the host being stopped to connect to the server - might be some firewalls - that was in my case which looks similar to me.

Upvotes: 0

Related Questions