You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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'
The text was updated successfully, but these errors were encountered: