Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ECONNREFUSED error is unhelpful #12

Closed
csnover opened this issue Aug 22, 2014 · 2 comments
Closed

ECONNREFUSED error is unhelpful #12

csnover opened this issue Aug 22, 2014 · 2 comments
Assignees
Milestone

Comments

@csnover
Copy link
Member

csnover commented Aug 22, 2014

This problem is due to upstream Dojo 2 core library passing errors as-is from the underlying Node.js request client instead of making the errors minimally friendly and useful.

@csnover csnover added this to the 1.1 milestone Aug 22, 2014
@csnover
Copy link
Member Author

csnover commented Sep 13, 2014

@csnover csnover closed this as completed Sep 13, 2014
@juanpicado
Copy link

I'm having this issue with Intern 2.2.2 and I think is the issue is related with the ticket #22 , Browserstack boots the device well but in some point, Leadfoot crash in this point, the response object is undefined and is not able to execute response.getHeader. My environment is using Android or iPhone capabilities, it doesn't happen with normal browsers. It could be related with this ticket?

************************************************
response response--> { [Error: [GET /wd/hub/session/5f8d81c1183fdef9ce892b4de27d6a047cef5200] connect ECONNREFUSED]
  code: 'ECONNREFUSED',
  errno: 'ECONNREFUSED',
  syscall: 'connect' }
************************************************
response TYPEOF--> undefined
************************************************
response TYPEOF--> undefined
FATAL ERROR
TypeError: undefined is not a function
  at handleResponse  <node_modules/intern/node_modules/leadfoot/Server.js:81:32>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants