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

Unicode Error while downloading, character '\xf3' #267

Open
PetrPetrov00 opened this issue May 10, 2024 · 0 comments
Open

Unicode Error while downloading, character '\xf3' #267

PetrPetrov00 opened this issue May 10, 2024 · 0 comments

Comments

@PetrPetrov00
Copy link

Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Scripts\qobuz-dl.exe_main
.py", line 7, in
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\qobuz_dl\cli.py", line 176, in main
_handle_commands(qobuz, arguments)
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\qobuz_dl\cli.py", line 83, in _handle_commands
qobuz.download_list_of_urls(arguments.SOURCE)
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\qobuz_dl\core.py", line 180, in download_list_of_urls
self.handle_url(url)
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\qobuz_dl\core.py", line 166, in handle_url
make_m3u(new_path)
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\qobuz_dl\utils.py", line 73, in make_m3u
pl.write("\n\n".join(track_list))
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\encodings\cp1251.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: 'charmap' codec can't encode character '\xf3' in position 5319: character maps to

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