question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Does not node-turn work on Windows?

See original GitHub issue

When 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:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
thelesbianguycommented, May 18, 2018

same error on Ubuntu

1reaction
atiertantcommented, Jan 31, 2019

@dinuchiriac what about listeningIps with ipv4 only address ?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found