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
spam don't handle the non unicode character
for example when a user insert a symbol like "à, ò, è, é, ù, ì" in asset comment the spam give an error like: ordinal non in range(128) and all asset for that categories are not visualized.
The text was updated successfully, but these errors were encountered:
maybe we should use this:
text = '[%s v000]\n%s' % (('created'), comment or '').decode('utf-8')
in place of this:
text = '[%s v000]\n%s' % (('created'), comment or '')
spam don't handle the non unicode character
for example when a user insert a symbol like "à, ò, è, é, ù, ì" in asset comment the spam give an error like: ordinal non in range(128) and all asset for that categories are not visualized.
The text was updated successfully, but these errors were encountered: