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
Hi, I just had that issue too. It seems using the default system encoding can cause some issues when special characters are encoded (probably japanese song titles?).
You can force utf-8 encoding by modifying line 278 in file src/spotify_to_tidal/sync.py : with open(file_name, "a", encoding="utf-8") as file:
This may not be the root cause / the best solution, but this quick fix seems to have worked for me. Let me know if that helped you!
UnicodeEncodeError: 'charmap' codec can't encode characters in position 35-42: character maps to
The text was updated successfully, but these errors were encountered: