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
I finally found something to download all my sc likes I have around 5k+ likes and it was working fine but at around song 368 it gave this weird error. the -c also doesnt seem to work is there a way to skip this song or just download it.
Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.12/bin/scdl", line 8, in <module> sys.exit(main()) ^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/scdl/scdl.py", line 450, in main download_url(client, typing.cast(SCDLArgs, python_args)) File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/scdl/scdl.py", line 584, in download_url download_track( File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/scdl/scdl.py", line 1123, in download_track filename, is_already_downloaded = download_hls( ^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/scdl/scdl.py", line 1051, in download_hls re_encode_to_out( File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/scdl/scdl.py", line 1462, in re_encode_to_out with get_stdout() if to_stdout else open(filename, "wb") as out_handle: # type: ignore[attr-defined] ^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 92] Illegal byte sequence: '\U000e0000\U000e0000.mp3'
I think it has to do with the fact that the song has the same name as a previous one
kind regards
The text was updated successfully, but these errors were encountered:
I finally found something to download all my sc likes I have around 5k+ likes and it was working fine but at around song 368 it gave this weird error. the -c also doesnt seem to work is there a way to skip this song or just download it.
Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.12/bin/scdl", line 8, in <module> sys.exit(main()) ^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/scdl/scdl.py", line 450, in main download_url(client, typing.cast(SCDLArgs, python_args)) File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/scdl/scdl.py", line 584, in download_url download_track( File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/scdl/scdl.py", line 1123, in download_track filename, is_already_downloaded = download_hls( ^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/scdl/scdl.py", line 1051, in download_hls re_encode_to_out( File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/scdl/scdl.py", line 1462, in re_encode_to_out with get_stdout() if to_stdout else open(filename, "wb") as out_handle: # type: ignore[attr-defined] ^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 92] Illegal byte sequence: '\U000e0000\U000e0000.mp3'
I think it has to do with the fact that the song has the same name as a previous one
kind regards
The text was updated successfully, but these errors were encountered: