-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
None
-
Affects Version/s: No-Version
-
Component/s: Apps - Confluence Questions
-
Severity 3 - Minor
NOTE: This bug report is for Confluence Server. Using Confluence Cloud? See the corresponding bug report.
File "/opt/python/domains/atlassian.com/answers/lib/python2.6/site-packages/django/core/handlers/base.py", line 100, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/opt/python/domains/atlassian.com/answers/ADM-24721/forum/modules/decorators.py", line 95, in decorated
return decoratable(*args, **kwargs)
File "/opt/python/domains/atlassian.com/answers/ADM-24721/forum/modules/decorators.py", line 55, in _call_
res = self._callable(*args, **kwargs)
File "/opt/python/domains/atlassian.com/answers/ADM-24721/forum/views/readers.py", line 172, in tagged
context=context)
File "/opt/python/domains/atlassian.com/answers/ADM-24721/forum/views/readers.py", line 224, in question_list
return RssQuestionFeed(request, questions, page_title, list_description, paginator_context or QuestionListPaginatorContext())(request)
File "/opt/python/domains/atlassian.com/answers/lib/python2.6/site-packages/django/contrib/syndication/views.py", line 38, in _call_
feedgen = self.get_feed(obj, request)
File "/opt/python/domains/atlassian.com/answers/lib/python2.6/site-packages/django/contrib/syndication/views.py", line 149, in get_feed
self.__get_dynamic_attr('item_link', item),
File "/opt/python/domains/atlassian.com/answers/lib/python2.6/site-packages/django/contrib/syndication/views.py", line 71, in __get_dynamic_attr
return attr(obj)
File "/opt/python/domains/atlassian.com/answers/ADM-24721/forum/feed.py", line 49, in item_link
return item.leaf.get_absolute_url()
AttributeError: 'NoneType' object has no attribute 'get_absolute_url'
<WSGIRequest
GET:<QueryDict:
>,
POST:<QueryDict: {}>,
COOKIES:{},
META:
>
- relates to
-
CONFCLOUD-46965 500 error when viewing tags - AttributeError: 'NoneType' object has no attribute 'get_absolute_url'
-
- Closed
-