netflix-clone-react-node icon indicating copy to clipboard operation
netflix-clone-react-node copied to clipboard

Video file not found in assets folder

Open MiSu2002 opened this issue 2 years ago • 6 comments

After running the project, an error encountered that video.mp4 is not present in assets folder Screenshot 2023-01-17 at 12 46 06 PM

MiSu2002 avatar Jan 17 '23 07:01 MiSu2002

i'm getting same problem

dixit18 avatar Mar 01 '23 11:03 dixit18

This problem you guys getting because when we push play button which is on the netflix or we can say ("/") component, in code in assets folder there is no video, so you can put one by own, author forget to add video in the assets

sachin-vinod avatar Mar 11 '23 10:03 sachin-vinod

@sachin-vinod You are right... It's just a small issue that can be easily fixed. But it really is not necessary to play the same video for all movies. I hope the author updates the code for better UX.

MiSu2002 avatar Mar 11 '23 11:03 MiSu2002

Is there any way to have different videos in different movie hovers, not manually!

debsouryadatta avatar Apr 01 '23 11:04 debsouryadatta

@debsouryadatta You can use API to fetch movies or tv video. If you are using TMDB API, it's available there, check the TMDB API documentation. You can fetch using the movie or tv id.

MiSu2002 avatar Apr 01 '23 15:04 MiSu2002

@MiSu2002 ok cool, I will go through it

debsouryadatta avatar Apr 02 '23 02:04 debsouryadatta