dank074 / Discord-video-stream

Experiment for making video streaming work for discord selfbots.
185 stars 35 forks source link

4.1.0 update causes error: cannot play video navigator is not defined #112

Closed SendToNull closed 3 weeks ago

SendToNull commented 3 weeks ago

just updated my node module to 4.1.0 and I am seeing these errors whenever I try to play a video. Did you guys see this in your testing when developing the new version?

Error during video playback: cannot play video navigator is not defined
Failed to start video stream: cannot play video navigator is not defined
Error playing video: cannot play video navigator is not defined

I'm using the basic example found here https://github.com/dank074/Discord-video-stream/tree/master/examples/basic and I am unable to successfully run this with the new Discord-video-stream version.

SendToNull commented 3 weeks ago

disregard, I had old dependencies that needed to be updated :^)

edit: looks I had downgraded the version for testing and forgot to change it back to 4.1.0, still broken

longnguyen2004 commented 3 weeks ago

Please update your Node.js version to v21 or above

aiko-chan-ai commented 3 weeks ago

https://github.com/dank074/Discord-video-stream/issues/110#issue-2619833614

SendToNull commented 3 weeks ago

looks like that was the issue. I thought I was on Node 22 but I guess for this machine I wasn't -- it was still on 19

Issue is resolved.