Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Error: send EHOSTDOWN
-
Whenever I run monaca debug. I’m able to connect to monaca debugger via iOS device. However terminal is outputting nonstop the following messages.
Was wondering if there is any way to get rid of these messages. Thanks!
{ Error: send EHOSTDOWN XXXXXX:1337 at Object._errnoException (util.js:1026:11) at _exceptionWithHostPort (util.js:1049:20) at SendWrap.afterSend [as oncomplete] (dgram.js:474:11) code: 'EHOSTDOWN', errno: 'EHOSTDOWN', syscall: 'send', address: 'XXXXXX', port: 1337 } { Error: send EHOSTDOWN XXXXXX:1337 at Object._errnoException (util.js:1026:11) at _exceptionWithHostPort (util.js:1049:20) at SendWrap.afterSend [as oncomplete] (dgram.js:474:11) code: 'EHOSTDOWN', errno: 'EHOSTDOWN', syscall: 'send', address: 'XXXXXX', port: 1337 }
-
-
Different issue. It is coming up in my terminal constantly when I turn monaca debug or preview
-
Having the exact same issue. Was this ever resolved?
-
@rlam3 Hi, I couldn’t reproduce the issue. I’ve tried running
monaca debug
asmonaca preview
on both Cordova and transpilable projects but there is no such error. It’d be helpful if you could tell me how to reproduce this issue. I can also take a look at your project if you submit your project here.
-
This was happening for me while I had my iphone plugged in via USB. Doing this created a new network (ethx / 169.254.x.x) which Monaca appeared to be trying to use rather than say localhost or wifi. Unplugging the phone from USB fixed it.