django_netflix_clone icon indicating copy to clipboard operation
django_netflix_clone copied to clipboard

GET /localhost:8000/media/movies/SVID_20211215_150139_1.mp4 HTTP/1.1" 404 3816

Open vaky49 opened this issue 3 years ago • 5 comments

Hey, first of all thanks for the amazing tutorial !

I followed all the code and settings but when pressing the play, my media file does not run and it gives 404 on this. Can you please help me out ? I exhausted all the solution there are on stackoverlow and other sites.

vaky49 avatar Jan 24 '22 16:01 vaky49

do you still have the issue??

OtchereDev avatar May 16 '22 11:05 OtchereDev

yes

Om-Tiwari avatar Jun 04 '23 10:06 Om-Tiwari

#2

Please look at this comment here and see if it will help you, if it doesn't let me know

OtchereDev avatar Jun 04 '23 16:06 OtchereDev

Hey, I am still facing this issue, Not Found: /localhost:8000/media/movies/videoplayback.mp4 [26/Aug/2023 13:42:39] "GET /localhost:8000/media/movies/videoplayback.mp4 HTTP/1.1" 404 3670, please help

Ayu727575 avatar Aug 26 '23 08:08 Ayu727575

just add one more forward slash before localhost and hopefully it will work. It worked for me. ( Inside showMovie.html
videoEl.setAttribute('src',http://localhost:8000/media/${movie_data[video_param].file}) )

Swati-13 avatar Aug 26 '23 18:08 Swati-13