I’ve isolated a bug or problem with how a docker app can (not) use websockets. The error is probably being printed from nginx (according to my smart friend).
('78.158.237.146', 48389) - "WebSocket /" 403
zackees/webtorrent-seeder-websocket-bug
/
magnetURI
, which will always be this: magnet:?xt=urn:btih:94993a31534e1a8466230e27be4ab1a5767eb8b5&dn=beavis_and_butthead.mp4&tr=wss%3A%2F%2Fwebtorrent-tracker.onrender.com
This is what it should look like is everything works correctly:
Surprisingly, the following command works just fine on a raw VPS:
webtorrent-hybrid seed beavis_and_butthead.mp4 --keep-seeding --announce wss://webtorrent-tracker.onrender.com --port 80
Install it with:
git clone https://github.com/zackees/webtorrent-seeder-websocket-bug
npm install -g node-gyp-build
npm install -g https://github.com/zackees/webtorrent-hybrid
cd webtorrent-seeder-websocket-bug
webtorrent-hybrid seed beavis_and_butthead.mp4 --keep-seeding --announce wss://webtorrent-tracker.onrender.com --port 80
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!