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

Gets stuck trying to get subs #43

Open
Ca5hM0ney opened this issue May 28, 2024 · 0 comments
Open

Gets stuck trying to get subs #43

Ca5hM0ney opened this issue May 28, 2024 · 0 comments

Comments

@Ca5hM0ney
Copy link

Hi, getting an error when trying to download music videos
Gets stuck trying to get subs. I've tired -ln but get same error.
Any help would be greatly appreciated.
Thank you

[15:34:25] [ManzanaCore] INFO: Extracting closed-captions...
┌─────────────────────────────── Traceback (most recent call last) ────────────────────────────────┐
│ C:\Users\Aiden\Downloads\Manzana-Apple-Music-Downloader-2.4.0\manzana.py:83 in │
│ │
│ 80 │ print(LOGO) │
│ 81 │ args = main() │
│ 82 │ config.get_config() │
│ > 83 │ run(args) │
│ 84 │
│ │
│ C:\Users\Aiden\Downloads\Manzana-Apple-Music-Downloader-2.4.0\core\control.py:369 in run │
│ │
│ 366 │ │ │ │ │ │ │ │
│ 367 │ │ │ │ │ │ │ logger.info("Extracting closed-captions...") │
│ 368 │ │ │ │ │ │ │ cc(__dec_v_fp, __sub_fp) │
│ > 369 │ │ │ │ │ │ │ if os.path.getsize(__sub_fp) == 0: │
│ 370 │ │ │ │ │ │ │ │ logger.info("No closed-captions available!") │
│ 371 │ │ │ │ │ │ │ │ __sub_fp = None │
│ 372 │
│ │
│ C:\Users\Aiden\AppData\Local\Programs\Python\Python39\lib\genericpath.py:50 in getsize │
│ │
│ 47 │
│ 48 def getsize(filename): │
│ 49 │ """Return the size of a file, reported by os.stat().""" │
│ > 50 │ return os.stat(filename).st_size │
│ 51 │
│ 52 │
│ 53 def getmtime(filename): │
└──────────────────────────────────────────────────────────────────────────────────────────────────┘
FileNotFoundError: [WinError 2] The system cannot find the file specified:
'C:\Users\Aiden\Downloads\Manzana-Apple-Music-Downloader-2.4.0\temp\sub_mv_1743044806.srt'

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