Relative Content

Tag Archive for javascriptnode.jswebtorrent

WebTorrent : TypeError: Cannot read properties of undefined (reading ‘find’)

I’m working on a school project, I’m setting up some kind of streaming website. I’m supposed to be able to stream a movie using WebTorrent asynchronously.
I’m using NodeJS, React and Mongo. I have some kind of ‘home page’ displaying movies thumbnails, when I click on one I get redirected to the streaming page with the torrent id in the url. With that the server can gather data for that movie from database. Here is the code for the streaming page :