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

Invalid letters in filename will download failed #378

Closed
piscesvivian opened this issue Sep 5, 2021 · 2 comments
Closed

Invalid letters in filename will download failed #378

piscesvivian opened this issue Sep 5, 2021 · 2 comments
Assignees
Labels

Comments

@piscesvivian
Copy link

Overview

Error log, with save a mp4 file, which has : in filename on windows

IOError while writing file to E:\icloud-2021-09-06\2021\09\03\1034:4677447615184994.mp4! You might have run out of disk space, or the file might be too large for your OS. Skipping this file...

Steps to Reproduce

  1. Tiktok saved video download failed
  2. url has invalid letters on windows

Expected Behavior

Actual Behavior

Context

@piscesvivian piscesvivian changed the title Invalid letters in filename will download failed on windows Invalid letters in filename will download failed Sep 29, 2021
@MrDecepticon
Copy link

I am assuming the error message does not include the ! at the end and this is in the filename?

2021-12-01 13:57:12 ERROR IOError while writing file to /home/user/iCloud/2021/01/31/IMG_2184.HEIC! You might have run out of disk space, or the file might be too large for your OS. Skipping this file...

@piscesvivian
Copy link
Author

piscesvivian commented Dec 4, 2021

logger.error(
--
92 | "IOError while writing file to %s! "
93 | "You might have run out of disk space, or the file "

! is a log message, filename 1034:4677447615184994.mp4 is illegal on windows. it will raise a IOError.

it's saving from TikTok, a few of these files will contain :

@AndreyNikiforov AndreyNikiforov self-assigned this Feb 6, 2023
This was referenced Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants