I am using django-avatar in my website (Django 1.4). However, today I got this error:
UnicodeEncodeError: 'ascii' codec can't encode characters in position 94-100: ordinal not in range(128)
Here is the full error log: http://dpaste.com/755691/
Any ideas what might that be, and how to solve it?