chr15m / bugout

Back end web app services over WebRTC.
https://chr15m.github.io/bugout
MIT License
604 stars 59 forks source link

WebSocket connections to trackers blocked #27

Closed robot45dev closed 4 years ago

robot45dev commented 4 years ago

Everywhere I get a WebSocket connection error to 'wss: //hub.bugout.link/' or 'wss: //tracker.btorrent.xyz/' failed: Unknown reason. At first I thought that the problem was in the Live Development server, but alas, you have the same thing in the demo. Please clarify the status of the project. Screenshot_39

chr15m commented 4 years ago

Hello @robot45dev I am not seeing this on my local networks. Is it possible your ad blocker is preventing access to those domains? This has happened before with some ad blockers and WebTorrent. If not please verify on multiple networks to rule out a network issue.

robot45dev commented 4 years ago

Sorry, you're right, most ad blockers block access to trackers. In my case, AdGuard was to blame. Thank you for solving the problem.