leselys icon indicating copy to clipboard operation
leselys copied to clipboard

Unicode issue

Open debunge opened this issue 11 years ago • 1 comments

For RSS feeds with Russian text I'm constantly getting this:

Traceback (most recent call last): File "/root/leselys/local/lib/python2.7/site-packages/celery/utils/log.py", line 96, in format record.msg = str_t(color(safe_str(msg))) UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 10: ordinal not in range(128)

Dependencies

python (2.7.3)
celery (3.0.20)
flask (0.10.1)
leselys (0.2.4)
werkzeug (0.9.1)
requests (1.2.3)

Configuration

Storage: mongodb
Session: memory

debunge avatar Jun 28 '13 20:06 debunge

Are you using latest git version ?

toxinu avatar Jun 30 '13 16:06 toxinu