@
Livid V2EX创建主题失败,请看一下。
```
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/tornado/
web.py", line 1141, in _when_complete
callback()
File "/Library/Python/2.7/site-packages/tornado/
web.py", line 1162, in _execute_method
self._when_complete(method(*self.path_args, **self.path_kwargs),
File "/Library/Python/2.7/site-packages/tornado/
web.py", line 2297, in wrapper
return method(self, *args, **kwargs)
File "/www/v2ex/galaxy/handlers/web/
topic.py", line 79, in post
allowed = self.get_allowed_topics(
self.member.id)
AttributeError: 'NewTopicHandler' object has no attribute 'get_allowed_topics'
```