django_netflix_clone
                                
                                 django_netflix_clone copied to clipboard
                                
                                    django_netflix_clone copied to clipboard
                            
                            
                            
                        GET /localhost:8000/media/movies/SVID_20211215_150139_1.mp4 HTTP/1.1" 404 3816
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.
do you still have the issue??
yes
#2
Please look at this comment here and see if it will help you, if it doesn't let me know
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
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})
)