Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 1332, in _execute result = method(*self.path_args, **self.path_kwargs) File "/root/www/avati/handler/index.py", line 95, in get self.post_model.update_post_by_post_id(post.id, {"view_num": post.view_num+1}) AttributeError: 'NoneType' object has no attribute 'id' ```