简单搜了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'
是部分用户,发生频率不确定
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
https://www.v2ex.com/t/3909
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.