This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC1310: TIdep0084, NodeJS error

Part Number: CC1310
Other Parts Discussed in Thread: TIDEP0084

I'm currently using the Tidep0084 project, when running for an extended period of time, sometimes I get an error:

events.js:183
      throw er; // Unhandled 'error' event
      ^

Error: connect ENETUNREACH 2406:da00:ff00::3449:f345:8883 - Local (:::0)
    at internalConnect (net.js:964:16)
    at defaultTriggerAsyncIdScope (internal/async_hooks.js:281:19)
    at GetAddrInfoReqWrap.emitLookup [as callback] (net.js:1110:9)
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:72:10)

This seems to be an error with the 'events' node module, anyone have any insight?

  • Hi Riles,

    I have notified the author of the design report and asked him to get back to you.

    Regards,
    Fredrik
  • Hi Riles,

    I havent seen this issue before but looks like this occurs when you have network issues looks like it may only occur sometimes and also temporarily in your case. 

    There is some information on this on node git hub:  which may be useful. This post for example suggests using node v7.9.0 vs node v7.1. Although I am not sure what version you are using. Hopefully this will provide you with some next steps. Please let the community know as well once you resolve the issue.