We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--- Logging error --- Traceback (most recent call last): File "logging/init.py", line 1113, in emit UnicodeEncodeError: 'ascii' codec can't encode characters in position 120-128: ordinal not in range(128) Call stack: File "worker/downloader.py", line 347, in run File "worker/downloader.py", line 52, in download_track File "utils/spotify.py", line 353, in get_song_info File "utils/spotify.py", line 101, in sanitize_data File "logging/init.py", line 1489, in info File "logging/init.py", line 1634, in _log File "logging/init.py", line 1644, in handle File "logging/init.py", line 1706, in callHandlers File "logging/init.py", line 978, in handle File "logging/init.py", line 1118, in emit Message: 'Sanitising string: "\u30a8\u30f3\u30f4\u30a3\u30fc\u30d9\u30a4\u30d3\u30fc x KING"; Allow path separators: {allow_path_separators}' Arguments: () [2023-07-19 13:29:33,895 :: spotutils :: utils/spotify.py -> 101: sanitize_data() :: INFO] -> Sanitising string: "KARENT"; Allow path separators: {allow_path_separators} [2023-07-19 13:29:33,895 :: spotutils :: utils/spotify.py -> 101: sanitize_data() :: INFO] -> Sanitising string: "2021 Kanaria"; Allow path separators: {allow_path_separators} [2023-07-19 13:29:33,895 :: spotutils :: utils/spotify.py -> 101: sanitize_data() :: INFO] -> Sanitising string: "2021 Kanaria / CFM inc."; Allow path separators: {allow_path_separators} [2023-07-19 13:29:34,589 :: worker.downloader.SESSION_DL_TH-ebbbeb6a-f769-4ee1-9023-5965a9243783 :: worker/downloader.py -> 222: download_track() :: ERROR
The text was updated successfully, but these errors were encountered:
It happens with japanese titles, not sure how to fix
Sorry, something went wrong.
Check your locale settings, make sure it's something like utf-8 as right now it looks like your terminal emulator is setting it to ascii.
No branches or pull requests
--- Logging error ---
Traceback (most recent call last):
File "logging/init.py", line 1113, in emit
UnicodeEncodeError: 'ascii' codec can't encode characters in position 120-128: ordinal not in range(128)
Call stack:
File "worker/downloader.py", line 347, in run
File "worker/downloader.py", line 52, in download_track
File "utils/spotify.py", line 353, in get_song_info
File "utils/spotify.py", line 101, in sanitize_data
File "logging/init.py", line 1489, in info
File "logging/init.py", line 1634, in _log
File "logging/init.py", line 1644, in handle
File "logging/init.py", line 1706, in callHandlers
File "logging/init.py", line 978, in handle
File "logging/init.py", line 1118, in emit
Message: 'Sanitising string: "\u30a8\u30f3\u30f4\u30a3\u30fc\u30d9\u30a4\u30d3\u30fc x KING"; Allow path separators: {allow_path_separators}'
Arguments: ()
[2023-07-19 13:29:33,895 :: spotutils :: utils/spotify.py -> 101: sanitize_data() :: INFO] -> Sanitising string: "KARENT"; Allow path separators: {allow_path_separators}
[2023-07-19 13:29:33,895 :: spotutils :: utils/spotify.py -> 101: sanitize_data() :: INFO] -> Sanitising string: "2021 Kanaria"; Allow path separators: {allow_path_separators}
[2023-07-19 13:29:33,895 :: spotutils :: utils/spotify.py -> 101: sanitize_data() :: INFO] -> Sanitising string: "2021 Kanaria / CFM inc."; Allow path separators: {allow_path_separators}
[2023-07-19 13:29:34,589 :: worker.downloader.SESSION_DL_TH-ebbbeb6a-f769-4ee1-9023-5965a9243783 :: worker/downloader.py -> 222: download_track() :: ERROR
The text was updated successfully, but these errors were encountered: