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

WebSocket connection to 'wss://tracker.fastcast.nz/' failed: Error in connection establishment: net::ERR_CONNECTION_RESET #743

Closed
douineauromain opened this issue Apr 9, 2016 · 17 comments
Labels
bug

Comments

@douineauromain
Copy link

@douineauromain douineauromain commented Apr 9, 2016

Hello,

It's about #741
image

I still have the problem :(

@douineauromain

This comment has been minimized.

Copy link
Author

@douineauromain douineauromain commented Apr 9, 2016

I tried again and I hadn't the error message, but got nothing on instant.io
image

@rom1504

This comment has been minimized.

Copy link
Member

@rom1504 rom1504 commented Apr 10, 2016

I believe that tracker was down a little while ago. Can you try again ?

@douineauromain

This comment has been minimized.

Copy link
Author

@douineauromain douineauromain commented Apr 10, 2016

Currently I have WebSocket connection to 'wss://tracker.fastcast.nz/' failed: Error in connection establishment: net::ERR_CONNECTION_RESET

@DiegoRBaquero

This comment has been minimized.

Copy link
Member

@DiegoRBaquero DiegoRBaquero commented Apr 10, 2016

@douineauromain

This comment has been minimized.

Copy link
Author

@douineauromain douineauromain commented Apr 10, 2016

Right now I can. So i tried again hadn't the error message but I still have nothing on instant.io

@DiegoRBaquero

This comment has been minimized.

Copy link
Member

@DiegoRBaquero DiegoRBaquero commented Apr 10, 2016

@douineauromain What do you mean "I still have nothing on instant.io"?

Are you sure that what you are trying to download is available on the WebRTC network?

@douineauromain

This comment has been minimized.

Copy link
Author

@douineauromain douineauromain commented Apr 10, 2016

@DiegoRBaquero I mean I copy the magnet: url returned by the client.seed function and paste it in instant.io, and nothing happens

@DiegoRBaquero

This comment has been minimized.

Copy link
Member

@DiegoRBaquero DiegoRBaquero commented Apr 10, 2016

Where are you running that client.seed? Node?

@douineauromain

This comment has been minimized.

Copy link
Author

@douineauromain douineauromain commented Apr 10, 2016

Yes you can have all informations in my first issue : #741

WebTorrent version: 0.90.3
Node.js version: nwjs 0.12.3
Browser name/version (if using WebTorrent in the browser): Chromium 41.0.2272.76

@DiegoRBaquero

This comment has been minimized.

Copy link
Member

@DiegoRBaquero DiegoRBaquero commented Apr 10, 2016

Are you using webtorrent-hybrid? webtorrent in node won't connect to webrtc clients.

@douineauromain

This comment has been minimized.

Copy link
Author

@douineauromain douineauromain commented Apr 10, 2016

No sorry I don't used webtorrent-hybrid but webtorrent.

So I tried with it.

During npm install (on Windows 10) I had
MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visual Studio 2005 or 3) add the location of the component to the system path if it is installed elsewhere. [D:\Users\Romain\[...]\node_modules\sleep\build\binding.sln]

gyp ERR! build error
gyp ERR! stack Error: `C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:2
70:23)
gyp ERR! stack     at emitTwo (events.js:87:13)
gyp ERR! stack     at ChildProcess.emit (events.js:172:7)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Windows_NT 10.0.10586
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node
-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd D:\Users\Romain\[...]\node_modules\sleep
gyp ERR! node -v v5.1.1
gyp ERR! node-gyp -v v3.0.3
gyp ERR! not ok
npm WARN install:sleep@3.0.1 sleep@3.0.1 install: `node-gyp rebuild`
npm WARN install:sleep@3.0.1 Exit status 1

Is this mean all users which will install my software will need to have installed .NET Framework ?

Also I see in log the installation download ElectronJS

> node install.js

Downloading electron-v0.37.5-win32-x64.zip

But I'm using NW.JS instead of ElectronJS is this also a problem ?

I tried without installing .NET and got this :

Uncaught SyntaxError: D:\Users\Romain[...]\node_modules\webtorrent-hybrid\lib\global.js:17
wrtc.on('error', (err, source) => {
                               ^^
Unexpected token =>
feross added a commit to webtorrent/webtorrent-hybrid that referenced this issue Apr 10, 2016
@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Apr 10, 2016

The last error (about =>) is due to an ES6 feature sneaking into the code. Just patched webtorrent-hybrid to remove it. You could also update node to the very latest version to make it work.

@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Apr 10, 2016

The npm install error looks like a bug with a webtorrent-hyrbid dependency depending on xvfb. Just sent a PR to make that an optional dependency: mappum/electron-eval#13 Should make this work for Windows users (unless there are also other issues).

@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Apr 10, 2016

No sorry I don't used webtorrent-hybrid but webtorrent.

You're definitely using webtorrent-hyrbid. If you switch to webtorrent then you shouldn't get any of these compile errors.

@feross feross closed this Apr 10, 2016
@feross feross added the bug label Apr 10, 2016
@Zibri

This comment has been minimized.

Copy link

@Zibri Zibri commented Aug 16, 2017

I cloned instant.io and run it from my host... I get the same result I get on instant.io
"WebSocket connection to 'wss://tracker.fastcast.nz/' failed: Error in connection establishment: net::ERR_CONNECTION_RESET"

@DiegoRBaquero

This comment has been minimized.

Copy link
Member

@DiegoRBaquero DiegoRBaquero commented Aug 16, 2017

@Zibri tracker is down. Can be ignored if you are using other trackers. jakefb is the owner.

@jakefb Can you bring it back up?

@jakefb

This comment has been minimized.

Copy link
Contributor

@jakefb jakefb commented Aug 16, 2017

Hi @Zibri and @DiegoRBaquero, sorry about this. I noticed the website is down this morning. It is an issue with the web server which is hosted by a friend of mine. I am waiting to here back from him on the situation. It could just be a server maintenance. I will try get it back online as soon as possible.

@lock lock bot locked as resolved and limited conversation to collaborators May 9, 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
6 participants
You can’t perform that action at this time.