Ticket #33860: console_excerpt.txt

File console_excerpt.txt, 5.6 KB (added by Andrew Selby, 2 years ago)

Excerpt from console output showing problematic logging messages

Line 
1"GET /admin/ HTTP/1.1" 302 0
2Exception while resolving variable 'subtitle' in template 'admin/login.html'.
3Traceback (most recent call last):
4 File "/opt/homebrew/Caskroom/miniforge/base/envs/py3.10/lib/python3.10/site-packages/django/template/base.py", line 875, in _resolve_lookup
5 current = current[bit]
6 File "/opt/homebrew/Caskroom/miniforge/base/envs/py3.10/lib/python3.10/site-packages/django/template/context.py", line 83, in __getitem__
7 raise KeyError(key)
8KeyError: 'subtitle'
9
10During handling of the above exception, another exception occurred:
11
12Traceback (most recent call last):
13 File "/opt/homebrew/Caskroom/miniforge/base/envs/py3.10/lib/python3.10/site-packages/django/template/base.py", line 881, in _resolve_lookup
14 if isinstance(current, BaseContext) and getattr(
15AttributeError: type object 'RequestContext' has no attribute 'subtitle'
16
17During handling of the above exception, another exception occurred:
18
19Traceback (most recent call last):
20 File "/opt/homebrew/Caskroom/miniforge/base/envs/py3.10/lib/python3.10/site-packages/django/template/base.py", line 891, in _resolve_lookup
21 current = current[int(bit)]
22ValueError: invalid literal for int() with base 10: 'subtitle'
23
24During handling of the above exception, another exception occurred:
25
26Traceback (most recent call last):
27 File "/opt/homebrew/Caskroom/miniforge/base/envs/py3.10/lib/python3.10/site-packages/django/template/base.py", line 898, in _resolve_lookup
28 raise VariableDoesNotExist(
29django.template.base.VariableDoesNotExist: Failed lookup for key [subtitle] in [{'True': True, 'False': False, 'None': None}, {'csrf_token': <SimpleLazyObject: <function csrf.<locals>._get_val at 0x105385a20>>, 'request': <WSGIRequest: GET '/admin/login/?next=/admin/'>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x105396950>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x105396950>>), 'messages': <FallbackStorage: request=<WSGIRequest: GET '/admin/login/?next=/admin/'>>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30, 'ERROR': 40}}, {}, {'form': <AdminAuthenticationForm bound=False, valid=Unknown, fields=(username;password)>, 'view': <django.contrib.auth.views.LoginView object at 0x1053e9240>, 'site_title': 'Django site admin', 'site_header': 'Django administration', 'site_url': '/', 'has_permission': False, 'available_apps': [], 'is_popup': False, 'is_nav_sidebar_enabled': True, 'title': 'Log in', 'app_path': '/admin/login/?next=/admin/', 'username': '', 'next': '/admin/', 'site': <django.contrib.sites.requests.RequestSite object at 0x1053e95a0>, 'site_name': '127.0.0.1:8000', 'LANGUAGE_CODE': 'en-us', 'LANGUAGE_BIDI': False}, {'block': <Block Node: title. Contents: [<IfNode>, <Variable Node: title>, <TextNode: ' | '>, <Variable Node: site_title|default:_('Django site admin')>]>}]
30Exception while resolving variable 'subtitle' in template 'admin/login.html'.
31Traceback (most recent call last):
32 File "/opt/homebrew/Caskroom/miniforge/base/envs/py3.10/lib/python3.10/site-packages/django/template/base.py", line 875, in _resolve_lookup
33 current = current[bit]
34 File "/opt/homebrew/Caskroom/miniforge/base/envs/py3.10/lib/python3.10/site-packages/django/template/context.py", line 83, in __getitem__
35 raise KeyError(key)
36KeyError: 'subtitle'
37
38During handling of the above exception, another exception occurred:
39
40Traceback (most recent call last):
41 File "/opt/homebrew/Caskroom/miniforge/base/envs/py3.10/lib/python3.10/site-packages/django/template/base.py", line 881, in _resolve_lookup
42 if isinstance(current, BaseContext) and getattr(
43AttributeError: type object 'RequestContext' has no attribute 'subtitle'
44
45During handling of the above exception, another exception occurred:
46
47Traceback (most recent call last):
48 File "/opt/homebrew/Caskroom/miniforge/base/envs/py3.10/lib/python3.10/site-packages/django/template/base.py", line 891, in _resolve_lookup
49 current = current[int(bit)]
50ValueError: invalid literal for int() with base 10: 'subtitle'
51
52During handling of the above exception, another exception occurred:
53
54Traceback (most recent call last):
55 File "/opt/homebrew/Caskroom/miniforge/base/envs/py3.10/lib/python3.10/site-packages/django/template/base.py", line 898, in _resolve_lookup
56 raise VariableDoesNotExist(
57django.template.base.VariableDoesNotExist: Failed lookup for key [subtitle] in [{'True': True, 'False': False, 'None': None}, {'csrf_token': <SimpleLazyObject: <function csrf.<locals>._get_val at 0x105385a20>>, 'request': <WSGIRequest: GET '/admin/login/?next=/admin/'>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x105396950>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x105396950>>), 'messages': <FallbackStorage: request=<WSGIRequest: GET '/admin/login/?next=/admin/'>>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30, 'ERROR': 40}}, {}, {'form': <AdminAuthenticationForm bound=False, valid=Unknown, fields=(username;password)>, 'view': <django.contrib.auth.views.LoginView object at 0x1053e9240>, 'site_title': 'Django site admin', 'site_header': 'Django administration', 'site_url': '/', 'has_permission': False, 'available_apps': [], 'is_popup': False, 'is_nav_sidebar_enabled': True, 'title': 'Log in', 'app_path': '/admin/login/?next=/admin/', 'username': '', 'next': '/admin/', 'site': <django.contrib.sites.requests.RequestSite object at 0x1053e95a0>, 'site_name': '127.0.0.1:8000', 'LANGUAGE_CODE': 'en-us', 'LANGUAGE_BIDI': False}, {'block': <Block Node: content_subtitle. Contents: [<IfNode>]>}]
Back to Top