Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vaky49 opened this issue Jan 24, 2022 · 5 comments · May be fixed by #8
Open

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

vaky49 opened this issue Jan 24, 2022 · 5 comments · May be fixed by #8

Comments

@vaky49
Copy link

vaky49 commented Jan 24, 2022

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.

@OtchereDev
Copy link
Owner

do you still have the issue??

@Om-Tiwari
Copy link

yes

@OtchereDev
Copy link
Owner

OtchereDev commented Jun 4, 2023

#2

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

@Ayu727575
Copy link

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

@Swati-13
Copy link

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})
)

@fsb4000 fsb4000 linked a pull request Sep 14, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants