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

Unsupported tracker protocol #1156

Closed
AdorkDean opened this issue Jul 18, 2017 · 5 comments
Closed

Unsupported tracker protocol #1156

AdorkDean opened this issue Jul 18, 2017 · 5 comments

Comments

@AdorkDean
Copy link

@AdorkDean AdorkDean commented Jul 18, 2017

What version of WebTorrent?
use v0.98.19
What operating system and Node.js version?
use v8.0.0
What browser and version? (if using WebTorrent in the browser)
use react-native in iOS(iOS 9.0.*) & Android
What did you expect to happen?

console print errors as follow:
2017-07-18 16:25:47.968 [info][tid:com.facebook.react.JavaScript] onWarning :Error: Unsupported tracker protocol: udp://explodie.org:6969
2017-07-18 16:25:47.969 [info][tid:com.facebook.react.JavaScript] onWarning :Error: Unsupported tracker protocol: udp://tracker.coppersurfer.tk:6969
2017-07-18 16:25:47.969 [info][tid:com.facebook.react.JavaScript] onWarning :Error: Unsupported tracker protocol: udp://tracker.empire-js.us:1337
2017-07-18 16:25:47.970 [info][tid:com.facebook.react.JavaScript] onWarning :Error: Unsupported tracker protocol: udp://tracker.leechers-paradise.org:6969
2017-07-18 16:25:47.970 [info][tid:com.facebook.react.JavaScript] onWarning :Error: Unsupported tracker protocol: udp://tracker.opentrackr.org:1337
2017-07-18 16:25:47.971 [info][tid:com.facebook.react.JavaScript] onWarning :Error: Unsupported tracker protocol: wss://tracker.btorrent.xyz
2017-07-18 16:25:47.972 [info][tid:com.facebook.react.JavaScript] onWarning :Error: Unsupported tracker protocol: wss://tracker.fastcast.nz
2017-07-18 16:25:47.973 [info][tid:com.facebook.react.JavaScript] onWarning :Error: Unsupported tracker protocol: wss://tracker.openwebtorrent.com

cannot react-native directly use tracker protocol? if is, how to transfer?

thanks.

@andreapaiola

This comment has been minimized.

Copy link
Contributor

@andreapaiola andreapaiola commented Aug 1, 2017

Probably react-native doesn't support udp or wss protocol... I think that you can search modules...

@AdorkDean

This comment has been minimized.

Copy link
Author

@AdorkDean AdorkDean commented Aug 1, 2017

@andreapaiola i use react-native-udp, and the result is the same.
can you recommend some?
thanks

@andreapaiola

This comment has been minimized.

Copy link
Contributor

@andreapaiola andreapaiola commented Aug 1, 2017

Sorry, I have no clue.

@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Apr 26, 2018

Never used react-native before, but I know other users have managed to get WebTorrent working in that environment.

The message Unsupported tracker protocol: udp://... will print when require('dgram') is missing from the environment that WebTorrent is running in. Similarly, Unsupported tracker protocol: wss://... will print when there is no WebRTC implementation available.

@feross feross closed this Apr 26, 2018
@mitra42

This comment has been minimized.

Copy link

@mitra42 mitra42 commented Jul 18, 2018

@feross , I'm seeing the "Unsupported tracker protocol: wss://..." running in node, do you know if there is a WebRTC available in node ?

@lock lock bot locked as resolved and limited conversation to collaborators Oct 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.