我正在尝试登录到管理页面,但出现服务器错误。
It shows in sentry: ==================== AttributeError django.utils.translation.trans_real in do_translate NoneType' object has no attribute 'replace'
似乎消息值为“无”。我不知道如何解决该问题以及发生了什么。我应该从哪里开始解决该问题?
# str() is allowing a bytestring message to remain bytestring on Python 2
eol_message = message.replace(str('\r\n'), str('\n')).replace(str('\r'), str('\n'))