Leszek Boroch
Leszek Boroch
Error is caused by national characters in logs. In my case system locales is set to pl_PL.UTF-8 and some bacula messages are translated to Polish for example: ``` 2012-07-13 10:05:11...
``` root@hades:~# cd /usr/share/almir/ root@hades:/usr/share/almir# bin/pshell production.ini Python 2.7.3 (default, Apr 20 2012, 22:39:59) [GCC 4.6.3] on linux2 Type "help" for more information. Environment: app The WSGI application. registry Active...
Sorry, ``` convert_unicode=True ``` is not working. I'm not sure if it should because logtext is stored as BLOB, not text. From http://groups.google.com/group/sqlalchemy/browse_thread/thread/5d8b870ca8782e1c : Blob is a binary type, not...
Maybe this will help? http://docs.sqlalchemy.org/en/latest/core/types.html#coercing-encoded-strings-to-unicode
Same here