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
Traceback (most recent call last):
File "C:\Users\OZ\miniconda3\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\OZ\miniconda3\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\OZ\miniconda3\Scripts\qobuz-dl.exe_main.py", line 7, in
File "C:\Users\OZ\AppData\Roaming\Python\Python39\site-packages\qobuz_dl\cli.py", line 176, in main
_handle_commands(qobuz, arguments)
File "C:\Users\OZ\AppData\Roaming\Python\Python39\site-packages\qobuz_dl\cli.py", line 83, in _handle_commands
qobuz.download_list_of_urls(arguments.SOURCE)
File "C:\Users\OZ\AppData\Roaming\Python\Python39\site-packages\qobuz_dl\core.py", line 180, in download_list_of_urls
self.handle_url(url)
File "C:\Users\OZ\AppData\Roaming\Python\Python39\site-packages\qobuz_dl\core.py", line 166, in handle_url
make_m3u(new_path)
File "C:\Users\OZ\AppData\Roaming\Python\Python39\site-packages\qobuz_dl\utils.py", line 73, in make_m3u
pl.write("\n\n".join(track_list))
File "C:\Users\OZ\miniconda3\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 3589-3590: character maps to
I don't have python knowledge and I try your add encoding. Added that one line but still not working. Is it different problem?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If an album or playlist has a song containing special characters, qobuz-dl cannot create m3u file.