Hello. I'm trying to download a single mp3, enter a link and have a multiple errors now.
How can I fix this?
`Enter the URL of the audio/video you want as MP3:
https://www.youtube.com/watch?v=fSInA9bCz5k
Fetching audio information...
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Users\GT\AppData\Local\Programs\Python\Python313\Scripts\ytconverter.exe_main.py", line 6, in
sys.exit(main())
~~~~^^
File "C:\Users\GT\AppData\Local\Programs\Python\Python313\Lib\site-packages\ytconverter_main.py", line 53, in main
main_loop()
~~~~~~~~~^^
File "C:\Users\GT\AppData\Local\Programs\Python\Python313\Lib\site-packages\ytconverter\cli\menu.py", line 44, in main_loop
single_mp3.run()
~~~~~~~~~~~~~~^^
File "C:\Users\GT\AppData\Local\Programs\Python\Python313\Lib\site-packages\ytconverter\downloaders\single_mp3.py", line 26, in run
sp.check_output(["yt-dlp", "-j", url], text=True, stderr=sp.DEVNULL)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\GT\AppData\Local\Programs\Python\Python313\Lib\subprocess.py", line 472, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
**kwargs).stdout
^^^^^^^^^
File "C:\Users\GT\AppData\Local\Programs\Python\Python313\Lib\subprocess.py", line 577, in run
raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['yt-dlp', '-j', 'https://www.youtube.com/watch?v=fSInA9bCz5k']' returned non-zero exit status 1.`
Hello. I'm trying to download a single mp3, enter a link and have a multiple errors now.
How can I fix this?
`Enter the URL of the audio/video you want as MP3:
Fetching audio information...
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Users\GT\AppData\Local\Programs\Python\Python313\Scripts\ytconverter.exe_main.py", line 6, in
sys.exit(main())
~~~~^^
File "C:\Users\GT\AppData\Local\Programs\Python\Python313\Lib\site-packages\ytconverter_main.py", line 53, in main
main_loop()
~~~~~~~~~^^
File "C:\Users\GT\AppData\Local\Programs\Python\Python313\Lib\site-packages\ytconverter\cli\menu.py", line 44, in main_loop
single_mp3.run()
~~~~~~~~~~~~~~^^
File "C:\Users\GT\AppData\Local\Programs\Python\Python313\Lib\site-packages\ytconverter\downloaders\single_mp3.py", line 26, in run
sp.check_output(["yt-dlp", "-j", url], text=True, stderr=sp.DEVNULL)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\GT\AppData\Local\Programs\Python\Python313\Lib\subprocess.py", line 472, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
**kwargs).stdout
^^^^^^^^^
File "C:\Users\GT\AppData\Local\Programs\Python\Python313\Lib\subprocess.py", line 577, in run
raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['yt-dlp', '-j', 'https://www.youtube.com/watch?v=fSInA9bCz5k']' returned non-zero exit status 1.`