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

Errno 92 #522

Open
vriendin opened this issue Nov 6, 2024 · 0 comments
Open

Errno 92 #522

vriendin opened this issue Nov 6, 2024 · 0 comments

Comments

@vriendin
Copy link

vriendin commented Nov 6, 2024

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

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