LaurenceRawlings / savify

Download Spotify songs to mp3 with full metadata and cover art!
MIT License
1.17k stars 80 forks source link

[BUG] non-1252 characters fail to log properly #82

Open overestimate opened 1 year ago

overestimate commented 1 year ago

Describe the bug Characters not inside the Windows-1252 character set make the logger error.

To Reproduce Savify https://open.spotify.com/track/4d1bJi6R3XJQARgyKwZi3d

Expected behavior Logging that download started/finished, without triggering any errors.

Screenshots image

Desktop (please complete the following information):

Additional context Downloads still work and save properly. Output to stdout works fine. It is only logging that's bugged.

overestimate commented 1 year ago

Low-priority, will see if I can fix it easily hoping it's an easy fix.