Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't connect to any WebTorrent trackers In Chrome #59

Open
117503445 opened this issue Oct 23, 2023 · 1 comment
Open

Can't connect to any WebTorrent trackers In Chrome #59

117503445 opened this issue Oct 23, 2023 · 1 comment

Comments

@117503445
Copy link

image

App.vue:221 Error: Connection error: Failed to construct 'RTCPeerConnection': 'stun:global.stun.twilio.com:3478?transport=udp' is not a valid stun or turn URL.
    at p.r (websocket-tracker.js:413:35)
    at Object.h (events.js:243:26)
    at u.emit (events.js:153:5)
    at p._destroy (index.js:461:19)
    at p.destroy (index.js:404:10)
    at index.js:107:33

Can't connect to tracer in chrome, but FireFox can.

I think the reason is that one of the dependencies is using the wrong STUN server stun:global.stun.twilio.com:3478?transport=udp but this is illegal.

You can refer to twilio/twilio-video.js#1934

@subins2000
Copy link
Owner

Yikes so that's why it's not working on Chrome. I think updating simple-peer of p2pt dependency should fix this. Need some time to figure how to do this without breaking anything else. Hmmmm

@117503445 117503445 changed the title connect to any WebTorrent trackers In Chrome Can't connect to any WebTorrent trackers In Chrome Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants