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
{{ message }}
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.
Extreme noob here. I installed the required modules and the program seems to start fine, but when I try to download something it gives me this error:
Traceback (most recent call last):
File "C:\Users\MYUSERNAME\Desktop\crunchyroll-dl-master\crunchyroll_downloader.py", line 318, in
PATH_ffmpeg = os.path.normpath(which("ffmpeg"))
File "C:\Users\MYUSERNAME\AppData\Local\Programs\Python\Python39\lib\ntpath.py", line 452, in normpath
path = os.fspath(path)
TypeError: expected str, bytes or os.PathLike object, not NoneType
The text was updated successfully, but these errors were encountered: