You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2015-01-14_16:06:04.86102 ERROR:msglogger:
2015-01-14_16:06:04.86104 Traceback (most recent call last):
2015-01-14_16:06:04.86104 File "/srv/edi/edi/apps/msg-logger/logger.py", line 113, in handle_msg
2015-01-14_16:06:04.86105 cur.execute(sql, (now, msg.routing_key, msg.properties["content_type"], msg.body))
2015-01-14_16:06:04.86105 ProgrammingError: You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly recommended that you instead just switch your application to Unicode strings.
The text was updated successfully, but these errors were encountered:
An excerpt from the log:
2015-01-14_16:06:04.86102 ERROR:msglogger:
2015-01-14_16:06:04.86104 Traceback (most recent call last):
2015-01-14_16:06:04.86104 File "/srv/edi/edi/apps/msg-logger/logger.py", line 113, in handle_msg
2015-01-14_16:06:04.86105 cur.execute(sql, (now, msg.routing_key, msg.properties["content_type"], msg.body))
2015-01-14_16:06:04.86105 ProgrammingError: You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly recommended that you instead just switch your application to Unicode strings.
The text was updated successfully, but these errors were encountered: