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

ENOENT: no such file or directory #7

Closed
DorianVasco opened this issue Feb 25, 2020 · 4 comments
Closed

ENOENT: no such file or directory #7

DorianVasco opened this issue Feb 25, 2020 · 4 comments
Labels
is: bug Something isn't working

Comments

@DorianVasco
Copy link

I installed and ran the app on a fresh sub domain, but the download of a converted does not work.
I checked the file names in the video/ directory and indeed they differ from the requested file name:

  • file name should be: ETH Zürich - Bereit.mp4
  • file name is: ETH Zürich - Bereit.f137.mp4
@Tzahi12345
Copy link
Owner

Did some testing where this issue came up. I fixed it by installing youtube-dl globally. Run

sudo apt-get install youtube-dl and let me know if that fixes the issue for you.

@DorianVasco
Copy link
Author

Yep, that fixed it!

@DorianVasco
Copy link
Author

Well, kind of: the playback on the following page does work, but the download is still broken, maybe because of the file name encoding?

  • file name in video/ dir: ETH Zürich - Bereit.mp4
  • requested file name: ETH%20Z%C3%BCrich%20-%20Bereit.mp4

the error on the node side is:
Error: ENOENT: no such file or directory, stat '/var/customers/webs/dorian/ytdl.dododata.de/backend/video/ETH%20Z%C3%BCrich%20-%20Bereit.mp4'

@Tzahi12345
Copy link
Owner

Tracked down the bug, thanks for the help! I've released a new update (3.2) that fixes this, and implements a few other features. Check it out here.

Feel free to reopen if it comes back up, or open up a new issue if another bug comes around.

@Tzahi12345 Tzahi12345 added the is: bug Something isn't working label Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants