jakewaldron / PlexEmail

This script aggregates all new TV, movie and music releases for the past configured time then optionally writes to your web directory and sends out an email.
206 stars 32 forks source link

UnicodeDecodeError #66

Open nonadz opened 7 years ago

nonadz commented 7 years ago

Im having a issue when using swedish characters (ÅÄÖåäö).

Info from log:

2017-01-10 00:56:20,953 - ERROR:Logging an uncaught exception Traceback (most recent call last): File "plexEmail.py", line 1261, in emailTVSeasons += emailText UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 211: ordinal not in range(128)

Thanks!