hhromic / e131-node

Node.js client/server library for the E1.31 (sACN) protocol
Apache License 2.0
28 stars 12 forks source link

Error [ERR_SOCKET_CANNOT_SEND]: Unable to send data #11

Closed hiteshk086 closed 1 year ago

hiteshk086 commented 5 years ago

Error [ERR_SOCKET_CANNOT_SEND]: Unable to send data at Socket.onListenError (dgram.js:386:22) at Object.onceWrapper (events.js:285:13) at Socket.emit (events.js:197:13) at state.handle.lookup (dgram.js:301:14) at processTicksAndRejections (internal/process/next_tick.js:76:17) Emitted 'error' event at: at Socket.onListenError (dgram.js:386:8) at Object.onceWrapper (events.js:285:13) [... lines matching original stack trace ...] at processTicksAndRejections (internal/process/next_tick.js:76:17)

Could you please help me to resolved this issue?

hhromic commented 5 years ago

Hi, can you copy a snippet of code that produces this error? A minimal example reproducing the error. Thanks!

hhromic commented 1 year ago

Closing due to inactivity.