简单搜了AttributeError,发现V2EX以前也出现过类似问题
我的问题现象表现在部分用户注册登录后,右上角面板仅能显示自己的ID,其他的都显示不出来(PC上),在手机上能显示出来,但进入settings时,会直接报500错误
'NoneType' object has no attribute 'settings'
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 511, in __call__
handler.get(*groups)
File "/base/data/home/apps/v2exv2ex/2.345888154485693466/member.py", line 136, in get
template_values['page_title'] = site.title + u' › ' + l10n.settings.decode('utf-8')
AttributeError: 'NoneType' object has no attribute 'settings'
是部分用户,发生频率不确定
我的问题现象表现在部分用户注册登录后,右上角面板仅能显示自己的ID,其他的都显示不出来(PC上),在手机上能显示出来,但进入settings时,会直接报500错误
'NoneType' object has no attribute 'settings'
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 511, in __call__
handler.get(*groups)
File "/base/data/home/apps/v2exv2ex/2.345888154485693466/member.py", line 136, in get
template_values['page_title'] = site.title + u' › ' + l10n.settings.decode('utf-8')
AttributeError: 'NoneType' object has no attribute 'settings'
是部分用户,发生频率不确定