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

404 #1

Open
privatesam opened this issue Jul 17, 2017 · 3 comments
Open

404 #1

privatesam opened this issue Jul 17, 2017 · 3 comments

Comments

@privatesam
Copy link

I keep getting a 404 when I attempt to open a video file using your server:

10.7.7.80 - - [17/Jul/2017 23:27:54] "GET /library/Movies%2Mv1184_watts_sd.mp4 HTTP/1.1" 404 -

Any ideas?

@derolf
Copy link
Owner

derolf commented Jul 18, 2017

How do you get that link? Through the browser?

@privatesam
Copy link
Author

Thats the error that gets thrown on the cli in on the server when I try and click on a video in the browser.

@rognod
Copy link

rognod commented Oct 25, 2017

Hey,
I was getting the same error. If you remove the try: except block in @app.route("/library/<path:path>") you can see where it fails if you have debug mode enabled. Then you'll see that the app wants to write to a file in cache/ but gets a No such file or directory error. So just create a directory named cache inside the library directory and you're good.
Maybe @derolf can add an empty folder to the repository so in the future people can just clone the app and start using it.

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

No branches or pull requests

3 participants