i am getting the following message whenever i try to open my node-red inside my raspberry pi
6 Nov 03:39:52 - [info] [udp out:8a2aee6c.3c7c6] udp ready: 0.0.0.0:5005
6 Nov 03:39:52 - [info] [udp out:15b7225d.69ed5e] udp re-use socket: -> 0.0.0.0:5005
6 Nov 03:39:52 - [red] Uncaught Exception:
6 Nov 03:39:52 - Error: setBroadcast EBADF
at Socket.setBroadcast (dgram.js:770:11)
at Timeout._onTimeout (/usr/lib/node_modules/node-red/node_modules/@node-red/nodes/core/network/32-udp.js:184:26)
at listOnTimeout (internal/timers.js:554:17)
at processTimers (internal/timers.js:497:7)
initially it opened once and i created certain nodes for udp data transfer after i deployed it, it terminated the node-red connection and since then whenever i try to open node-red the above quoted message comes up any help will be appriciated
thank you