Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upUnsupported tracker protocol #1156
Comments
This comment has been minimized.
This comment has been minimized.
|
Probably react-native doesn't support udp or wss protocol... I think that you can search modules... |
This comment has been minimized.
This comment has been minimized.
|
@andreapaiola i use react-native-udp, and the result is the same. |
This comment has been minimized.
This comment has been minimized.
|
Sorry, I have no clue. |
This comment has been minimized.
This comment has been minimized.
|
Never used The message |
This comment has been minimized.
This comment has been minimized.
|
@feross , I'm seeing the "Unsupported tracker protocol: wss://..." running in node, do you know if there is a WebRTC available in node ? |
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.