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

[BUG] Video file name too long error #1116

Open
392media opened this issue May 15, 2024 · 0 comments
Open

[BUG] Video file name too long error #1116

392media opened this issue May 15, 2024 · 0 comments

Comments

@392media
Copy link

Describe the bug
Video using long title could break max file name length limits in underlying file system.

To Reproduce
Steps to reproduce the behavior:
Install YTDL-M on a Linux system, backend filesystem is XFS.
Download video with long title like this one
https://www.youtube.com/watch?v=n1uXjQHPFCU
The job will fail and generates a Python error in the log
"ERROR: [Errno 36] File name too long: ..."

Expected behavior
Successful download with file name truncated to meet limits (usually 256)

Screenshots

Environment

  • YoutubeDL-Material version
  • Docker tag: nightly

Ideally you'd copy the info as presented on the "About" dialogue
in YoutubeDL-Material.

Additional context
Add any other context about the problem here. For example, a YouTube link.
https://www.youtube.com/watch?v=n1uXjQHPFCU

@392media 392media changed the title Video file name too long error [BUG] Video file name too long error May 15, 2024
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

1 participant