Does not node-turn work on Windows?
See original GitHub issueWhen I npm run start
, the following logs are output.
[2018-05-06T00:51:38.119] [FATAL] DESKTOP-K8LVLHP - { Error: bind EINVAL fe80::c917:20d5:12d3:3771:3478
at _handle.lookup (dgram.js:266:18)
at process._tickCallback (internal/process/next_tick.js:114:19)
at Function.Module.runMain (module.js:692:11)
at startup (bootstrap_node.js:194:16)
at bootstrap_node.js:666:3
errno: 'EINVAL',
code: 'EINVAL',
syscall: 'bind',
address: 'fe80::c917:20d5:12d3:3771',
port: 3478 }
[2018-05-06T00:51:38.125] [FATAL] DESKTOP-K8LVLHP - { Error: bind EINVAL ::1:3478
at _handle.lookup (dgram.js:266:18)
at process._tickCallback (internal/process/next_tick.js:114:19)
at Function.Module.runMain (module.js:692:11)
at startup (bootstrap_node.js:194:16)
at bootstrap_node.js:666:3
errno: 'EINVAL',
code: 'EINVAL',
syscall: 'bind',
address: '::1',
port: 3478 }
[2018-05-06T00:51:38.129] [FATAL] DESKTOP-K8LVLHP - { Error: bind EINVAL 2001:0:9d38:6abd:1810:14be:c4f9:772f:3478
at _handle.lookup (dgram.js:266:18)
at process._tickCallback (internal/process/next_tick.js:114:19)
at Function.Module.runMain (module.js:692:11)
at startup (bootstrap_node.js:194:16)
at bootstrap_node.js:666:3
errno: 'EINVAL',
code: 'EINVAL',
syscall: 'bind',
address: '2001:0:9d38:6abd:1810:14be:c4f9:772f',
port: 3478 }
[2018-05-06T00:51:38.130] [FATAL] DESKTOP-K8LVLHP - { Error: bind EINVAL fe80::1810:14be:c4f9:772f:3478
at _handle.lookup (dgram.js:266:18)
at process._tickCallback (internal/process/next_tick.js:114:19)
at Function.Module.runMain (module.js:692:11)
at startup (bootstrap_node.js:194:16)
at bootstrap_node.js:666:3
errno: 'EINVAL',
code: 'EINVAL',
syscall: 'bind',
address: 'fe80::1810:14be:c4f9:772f',
port: 3478 }
Does not node-turn work on Windows?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
NLB Issue - Primary node turn to "Converging" after power ...
Hi Guys,. NLB is having issue after power trip on hyper v server. Primary node status turns to "Converging". We did try to...
Read more >Node not recognized although successfully installed
This is what I've done: Install node using the windows installer. Make sure the files were extracted to C:\Program Files (x86)\nodejs\.
Read more >Running on Windows - Node-RED
Installing Node.js Windows Build Tools · Not all Node.js modules will work under Windows, check the install output carefully for any errors. ·...
Read more >Coturn, the fragile colossus | WebRTC for Developers
Node-Turn is an easy-to-use library for playing with a Turn server and discovering how it works. But as this project seems to be...
Read more >Runtime User's Guide - Literature Library | Rockwell Automation
Rockwell Automation is not responsible for these intervening factors. ... Installing RSView32 Runtime on Windows Server 2003, Windows XP,.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
same error on Ubuntu
@dinuchiriac what about
listeningIps
with ipv4 only address ?