ritz078 / moose

🦌 An application to stream, cast and download torrents.
https://moose.riteshkr.com
MIT License
833 stars 107 forks source link

Javascript error Popups (webtorrent) #240

Closed agent515 closed 3 years ago

agent515 commented 3 years ago

The pop-ups keep coming while listening to Music or Video online. When these errors pop-up, the song progress bar stops but the song keeps playing. But it is a different case with Video playback. The video pauses correctly until Ok is pressed.

Here are the snapshots of the pop-ups: image

image

image

As you can see, the origin of the issue is the webtorrent module.

ritz078 commented 3 years ago

Never trust the stack trace in an electron app since they are trimmed at the bottom sometimes..

Make sure you search for peerPieces, isSeeder and downloadSpeed.

If they are part of webtorrent, we have to evaluate what's undefined. Also you can try upgrading webtorrent package. Maybe that fixes the issue?