Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • lava lava
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 147
    • Issues 147
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 35
    • Merge requests 35
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • lava
  • lavalava
  • Issues
  • #554

Closed
Open
Created Jul 14, 2022 by Igor Ponomarev@igo95862Contributor

Templates render with a lot of silent errors

To actually see the errors a django.template logger needs to be activated:

                "django.template": {
                    "handlers": ["console"],
                    "level": "DEBUG",
                    "propagate": False,
                },

Most of the errors are related to table template. It seems like it contains a lot of references to the fields that do not actually exist.

Here is a simple request to /scheduler/alljobs

DEBUG 2022-07-14 12:30:50,828 base Exception while resolving variable 'context_help' in template 'lava_scheduler_app/alljobs.html'. Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 829, in _resolve_lookup current = current[bit] File "/usr/lib/python3/dist-packages/django/template/context.py", line 83, in getitem raise KeyError(key) KeyError: 'context_help'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 835, in _resolve_lookup if isinstance(current, BaseContext) and getattr(type(current), bit): AttributeError: type object 'RequestContext' has no attribute 'context_help'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 843, in _resolve_lookup current = current[int(bit)] ValueError: invalid literal for int() with base 10: 'context_help'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 848, in _resolve_lookup raise VariableDoesNotExist("Failed lookup for key " django.template.base.VariableDoesNotExist: Failed lookup for key [context_help] in [{'True': True, 'False': False, 'None': None}, {'csrf_token': <SimpleLazyObject: <function csrf..get_val at 0x7f3896bbc310>>, 'request': <WSGIRequest: GET '/scheduler/alljobs'>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f3896c89d90>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f3896baff40>, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f3896c891f0>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30, 'ERROR': 40}, 'LANGUAGES': [('af', 'Afrikaans'), ('ar', 'Arabic'), ('ast', 'Asturian'), ('az', 'Azerbaijani'), ('bg', 'Bulgarian'), ('be', 'Belarusian'), ('bn', 'Bengali'), ('br', 'Breton'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('dsb', 'Lower Sorbian'), ('el', 'Greek'), ('en', 'English'), ('en-au', 'Australian English'), ('en-gb', 'British English'), ('eo', 'Esperanto'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('es-co', 'Colombian Spanish'), ('es-mx', 'Mexican Spanish'), ('es-ni', 'Nicaraguan Spanish'), ('es-ve', 'Venezuelan Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy', 'Frisian'), ('ga', 'Irish'), ('gd', 'Scottish Gaelic'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hsb', 'Upper Sorbian'), ('hu', 'Hungarian'), ('hy', 'Armenian'), ('ia', 'Interlingua'), ('id', 'Indonesian'), ('io', 'Ido'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('kab', 'Kabyle'), ('kk', 'Kazakh'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lb', 'Luxembourgish'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('mr', 'Marathi'), ('my', 'Burmese'), ('nb', 'Norwegian Bokmål'), ('ne', 'Nepali'), ('nl', 'Dutch'), ('nn', 'Norwegian Nynorsk'), ('os', 'Ossetic'), ('pa', 'Punjabi'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('sw', 'Swahili'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('tt', 'Tatar'), ('udm', 'Udmurt'), ('uk', 'Ukrainian'), ('ur', 'Urdu'), ('vi', 'Vietnamese'), ('zh-hans', 'Simplified Chinese'), ('zh-hant', 'Traditional Chinese')], 'LANGUAGE_CODE': 'en-us', 'LANGUAGE_BIDI': False, 'STATIC_URL': '/static/', 'lava': {'instance_name': 'collabora', 'instance_version': '2022.06', 'branding_url': 'https://lavasoftware.org', 'branding_icon': 'lava_server/images/logo.png', 'branding_alt': 'LAVA Software logo', 'branding_height': 22, 'branding_width': 22, 'branding_bug_url': 'https://git.lavasoftware.org/lava/lava/issues', 'branding_source_url': 'https://git.lavasoftware.org/lava/lava', 'branding_message': '', 'branding_css': ''}, 'ldap_available': False, 'login_message_ldap': '', 'socialaccount_enabled': False}, {}, {'bread_crumb_trail': <lava_server.bread_crumbs.BreadCrumbTrail object at 0x7f3896c70dc0>, 'alljobs_table': <lava_scheduler_app.tables.JobTable object at 0x7f3896c8f880>, 'length': 25, 'terms_data': {'terms': {}}, 'search_data': {'search': ['Description', 'device', 'ID', 'requested_device_type', 'state', 'Sub ID', 'submitter']}, 'discrete_data': {'discrete': ['description', 'device', 'id', 'requested_device_type', 'state', 'sub_id', 'submitter']}, 'times_data': {'times': ['End time (hours)', 'Submit time (hours)']}}, {'block': <Block Node: body. Contents: [<TextNode: '\n \n '>, <django.template.loader_tags.IncludeNode object at 0x7f3896bd2dc0>, <TextNode: '\n\n'>, <Block Node: breadcrumb_container. Contents: [<TextNode: '\n '>, , <TextNode: '\n <ol class="breadcrumb"'>, <Block Node: breadcrumbs. Contents: [<TextNode: '\n '>, <ForNode: for bread_crumb in bread_crumb_trail, tail_len: 5>, <TextNode: '\n '>]>, <TextNode: '\n \n '>]>, <TextNode: '\n\n '>, <Block Node: before_content. Contents: [<TextNode: '\n '>]>, <TextNode: '\n\n '>, <Block Node: content. Contents: []>, <TextNode: '\n\n\n'>, <django.template.loader_tags.IncludeNode object at 0x7f3896bd8be0>, <TextNode: '\n'>]>}, {'block': <Block Node: breadcrumb_container. Contents: [<TextNode: '\n '>, , <TextNode: '\n <ol class="breadcrumb"'>, <Block Node: breadcrumbs. Contents: [<TextNode: '\n '>, <ForNode: for bread_crumb in bread_crumb_trail, tail_len: 5>, <TextNode: '\n '>]>, <TextNode: '\n \n '>]>}] DEBUG 2022-07-14 12:30:50,832 base Exception while resolving variable 'iteritems' in template 'lazytables.html'. Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/utils/datastructures.py", line 78, in getitem list = super().getitem(key) KeyError: 'iteritems'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 829, in _resolve_lookup current = current[bit] File "/usr/lib/python3/dist-packages/django/utils/datastructures.py", line 80, in getitem raise MultiValueDictKeyError(key) django.utils.datastructures.MultiValueDictKeyError: 'iteritems'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 837, in _resolve_lookup current = getattr(current, bit) AttributeError: 'QueryDict' object has no attribute 'iteritems'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 843, in _resolve_lookup current = current[int(bit)] ValueError: invalid literal for int() with base 10: 'iteritems'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 848, in resolve_lookup raise VariableDoesNotExist("Failed lookup for key " django.template.base.VariableDoesNotExist: Failed lookup for key [iteritems] in <QueryDict: {}> DEBUG 2022-07-14 12:30:50,832 base Exception while resolving variable 'search' in template 'lazytables.html'. Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/utils/datastructures.py", line 78, in getitem list = super().getitem(key) KeyError: 'search'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 829, in _resolve_lookup current = current[bit] File "/usr/lib/python3/dist-packages/django/utils/datastructures.py", line 80, in getitem raise MultiValueDictKeyError(key) django.utils.datastructures.MultiValueDictKeyError: 'search'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 837, in _resolve_lookup current = getattr(current, bit) AttributeError: 'QueryDict' object has no attribute 'search'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 843, in _resolve_lookup current = current[int(bit)] ValueError: invalid literal for int() with base 10: 'search'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 848, in resolve_lookup raise VariableDoesNotExist("Failed lookup for key " django.template.base.VariableDoesNotExist: Failed lookup for key [search] in <QueryDict: {}> DEBUG 2022-07-14 12:30:50,832 base Exception while resolving variable 'end' in template 'lazytables.html'. Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/utils/datastructures.py", line 78, in getitem list = super().getitem(key) KeyError: 'end'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 829, in _resolve_lookup current = current[bit] File "/usr/lib/python3/dist-packages/django/utils/datastructures.py", line 80, in getitem raise MultiValueDictKeyError(key) django.utils.datastructures.MultiValueDictKeyError: 'end'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 837, in _resolve_lookup current = getattr(current, bit) AttributeError: 'QueryDict' object has no attribute 'end'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 843, in _resolve_lookup current = current[int(bit)] ValueError: invalid literal for int() with base 10: 'end'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 848, in resolve_lookup raise VariableDoesNotExist("Failed lookup for key " django.template.base.VariableDoesNotExist: Failed lookup for key [end] in <QueryDict: {}> DEBUG 2022-07-14 12:30:50,832 base Exception while resolving variable 'start' in template 'lazytables.html'. Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/utils/datastructures.py", line 78, in getitem list = super().getitem(key) KeyError: 'start'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 829, in _resolve_lookup current = current[bit] File "/usr/lib/python3/dist-packages/django/utils/datastructures.py", line 80, in getitem raise MultiValueDictKeyError(key) django.utils.datastructures.MultiValueDictKeyError: 'start'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 837, in _resolve_lookup current = getattr(current, bit) AttributeError: 'QueryDict' object has no attribute 'start'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 843, in _resolve_lookup current = current[int(bit)] ValueError: invalid literal for int() with base 10: 'start'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 848, in resolve_lookup raise VariableDoesNotExist("Failed lookup for key " django.template.base.VariableDoesNotExist: Failed lookup for key [start] in <QueryDict: {}> DEBUG 2022-07-14 12:30:50,832 base Exception while resolving variable 'health_check' in template 'lazytables.html'. Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/utils/datastructures.py", line 78, in getitem list = super().getitem(key) KeyError: 'health_check'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 829, in _resolve_lookup current = current[bit] File "/usr/lib/python3/dist-packages/django/utils/datastructures.py", line 80, in getitem raise MultiValueDictKeyError(key) django.utils.datastructures.MultiValueDictKeyError: 'health_check'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 837, in _resolve_lookup current = getattr(current, bit) AttributeError: 'QueryDict' object has no attribute 'health_check'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 843, in _resolve_lookup current = current[int(bit)] ValueError: invalid literal for int() with base 10: 'health_check'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 848, in resolve_lookup raise VariableDoesNotExist("Failed lookup for key " django.template.base.VariableDoesNotExist: Failed lookup for key [health_check] in <QueryDict: {}> DEBUG 2022-07-14 12:30:50,832 base Exception while resolving variable 'iteritems' in template 'lazytables.html'. Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/utils/datastructures.py", line 78, in getitem list = super().getitem(key) KeyError: 'iteritems'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 829, in _resolve_lookup current = current[bit] File "/usr/lib/python3/dist-packages/django/utils/datastructures.py", line 80, in getitem raise MultiValueDictKeyError(key) django.utils.datastructures.MultiValueDictKeyError: 'iteritems'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 837, in _resolve_lookup current = getattr(current, bit) AttributeError: 'QueryDict' object has no attribute 'iteritems'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 843, in _resolve_lookup current = current[int(bit)] ValueError: invalid literal for int() with base 10: 'iteritems'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 848, in _resolve_lookup raise VariableDoesNotExist("Failed lookup for key " django.template.base.VariableDoesNotExist: Failed lookup for key [iteritems] in <QueryDict: {}> DEBUG 2022-07-14 12:30:50,833 base Exception while resolving variable 'terms_data' in template 'lazytables.html'. Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 829, in _resolve_lookup current = current[bit] File "/usr/lib/python3/dist-packages/django/template/context.py", line 83, in getitem raise KeyError(key) KeyError: 'terms_data'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 835, in _resolve_lookup if isinstance(current, BaseContext) and getattr(type(current), bit): AttributeError: type object 'RequestContext' has no attribute 'terms_data'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 843, in _resolve_lookup current = current[int(bit)] ValueError: invalid literal for int() with base 10: 'terms_data'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 848, in _resolve_lookup raise VariableDoesNotExist("Failed lookup for key " django.template.base.VariableDoesNotExist: Failed lookup for key [terms_data] in [{'True': True, 'False': False, 'None': None}, {'csrf_token': <SimpleLazyObject: <function csrf.._get_val at 0x7f38962b8310>>, 'request': <WSGIRequest: GET '/scheduler/alljobs'>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f3896c89d90>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f389637fa00>, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f3896c891f0>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30, 'ERROR': 40}, 'LANGUAGES': [('af', 'Afrikaans'), ('ar', 'Arabic'), ('ast', 'Asturian'), ('az', 'Azerbaijani'), ('bg', 'Bulgarian'), ('be', 'Belarusian'), ('bn', 'Bengali'), ('br', 'Breton'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('dsb', 'Lower Sorbian'), ('el', 'Greek'), ('en', 'English'), ('en-au', 'Australian English'), ('en-gb', 'British English'), ('eo', 'Esperanto'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('es-co', 'Colombian Spanish'), ('es-mx', 'Mexican Spanish'), ('es-ni', 'Nicaraguan Spanish'), ('es-ve', 'Venezuelan Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy', 'Frisian'), ('ga', 'Irish'), ('gd', 'Scottish Gaelic'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hsb', 'Upper Sorbian'), ('hu', 'Hungarian'), ('hy', 'Armenian'), ('ia', 'Interlingua'), ('id', 'Indonesian'), ('io', 'Ido'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('kab', 'Kabyle'), ('kk', 'Kazakh'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lb', 'Luxembourgish'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('mr', 'Marathi'), ('my', 'Burmese'), ('nb', 'Norwegian Bokmål'), ('ne', 'Nepali'), ('nl', 'Dutch'), ('nn', 'Norwegian Nynorsk'), ('os', 'Ossetic'), ('pa', 'Punjabi'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('sw', 'Swahili'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('tt', 'Tatar'), ('udm', 'Udmurt'), ('uk', 'Ukrainian'), ('ur', 'Urdu'), ('vi', 'Vietnamese'), ('zh-hans', 'Simplified Chinese'), ('zh-hant', 'Traditional Chinese')], 'LANGUAGE_CODE': 'en-us', 'LANGUAGE_BIDI': False, 'STATIC_URL': '/static/', 'lava': {'instance_name': 'collabora', 'instance_version': '2022.06', 'branding_url': 'https://lavasoftware.org', 'branding_icon': 'lava_server/images/logo.png', 'branding_alt': 'LAVA Software logo', 'branding_height': 22, 'branding_width': 22, 'branding_bug_url': 'https://git.lavasoftware.org/lava/lava/issues', 'branding_source_url': 'https://git.lavasoftware.org/lava/lava', 'branding_message': '', 'branding_css': ''}, 'ldap_available': False, 'login_message_ldap': '', 'socialaccount_enabled': False}, {}, {'table': <lava_scheduler_app.tables.JobTable object at 0x7f3896c8f880>}, {'block': <Block Node: content. Contents: [<TextNode: '\n\n'>, <django.template.defaulttags.LoadNode object at 0x7f38961f47f0>, <TextNode: '\n'>, <Block Node: table. Contents: [<TextNode: '\n

\n <div'>, , <TextNode: 'search_form" action="'>, <django_tables2.templatetags.django_tables2.QuerystringNode object at 0x7f38961f4b20>, <TextNode: '#'>, <Variable Node: table.prefix|default:"table">, <TextNode: '" method="GET">\n '>, <ForNode: for key, value in request.GET.iteritems, tail_len: 6>, <TextNode: '\n <input type="hidden"'>, , <TextNode: 'search" value="'>, , <TextNode: '">\n '>, , <TextNode: '\n '>, , <TextNode: '\n '>, , <TextNode: '\n
\n '>, <Variable Node: table|get_length_select:request.GET>, <TextNode: '\n entries\n'>, , <TextNode: '\n
\n\n<table id="'>, <Variable Node: table.prefix|default:"table">, <TextNode: '" class="table table-hove'>, <ForNode: for column in table.columns, tail_len: 3>, <TextNode: '\n \n '>, <Block Node: table.thead. Contents: [<TextNode: '\n \n '>, <ForNode: for column in table.columns, tail_len: 3>, <TextNode: '\n \n </thea'>]>, <TextNode: '\n '>, <Block Node: table.tbody. Contents: [<TextNode: '\n \n '>, <ForNode: for row in table.page.object_list|default:table.rows, tail_len: 4>, <TextNode: '\n \n '>]>, <TextNode: '\n '>, <Block Node: table.tfoot. Contents: [<TextNode: '\n \n '>]>, <TextNode: '\n\n'>]>, <TextNode: '\n\n'>, , <TextNode: '\n'>]>}, {'block': <Block Node: table. Contents: [<TextNode: '\n
\n <div'>, , <TextNode: 'search_form" action="'>, <django_tables2.templatetags.django_tables2.QuerystringNode object at 0x7f38961f4b20>, <TextNode: '#'>, <Variable Node: table.prefix|default:"table">, <TextNode: '" method="GET">\n '>, <ForNode: for key, value in request.GET.iteritems, tail_len: 6>, <TextNode: '\n <input type="hidden"'>, , <TextNode: 'search" value="'>, , <TextNode: '">\n '>, , <TextNode: '\n '>, , <TextNode: '\n '>, , <TextNode: '\n
\n '>, <Variable Node: table|get_length_select:request.GET>, <TextNode: '\n entries\n'>, , <TextNode: '\n
\n\n<table id="'>, <Variable Node: table.prefix|default:"table">, <TextNode: '" class="table table-hove'>, <ForNode: for column in table.columns, tail_len: 3>, <TextNode: '\n \n '>, <Block Node: table.thead. Contents: [<TextNode: '\n \n '>, <ForNode: for column in table.columns, tail_len: 3>, <TextNode: '\n \n </thea'>]>, <TextNode: '\n '>, <Block Node: table.tbody. Contents: [<TextNode: '\n \n '>, <ForNode: for row in table.page.object_list|default:table.rows, tail_len: 4>, <TextNode: '\n \n '>]>, <TextNode: '\n '>, <Block Node: table.tfoot. Contents: [<TextNode: '\n \n '>]>, <TextNode: '\n\n'>]>}] DEBUG 2022-07-14 12:30:50,833 base Exception while resolving variable 'discrete' in template 'lazytables.html'. Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 829, in _resolve_lookup current = current[bit] TypeError: 'Meta' object is not subscriptable

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 837, in _resolve_lookup current = getattr(current, bit) AttributeError: 'Meta' object has no attribute 'discrete'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 843, in _resolve_lookup current = current[int(bit)] ValueError: invalid literal for int() with base 10: 'discrete'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 848, in _resolve_lookup raise VariableDoesNotExist("Failed lookup for key " django.template.base.VariableDoesNotExist: Failed lookup for key [discrete] in <lava_scheduler_app.tables.JobTable.Meta object at 0x7f3896213280> DEBUG 2022-07-14 12:30:50,833 base Exception while resolving variable 'terms' in template 'lazytables.html'. Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 829, in _resolve_lookup current = current[bit] TypeError: 'Meta' object is not subscriptable

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 837, in _resolve_lookup current = getattr(current, bit) AttributeError: 'Meta' object has no attribute 'terms'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 843, in _resolve_lookup current = current[int(bit)] ValueError: invalid literal for int() with base 10: 'terms'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/template/base.py", line 848, in _resolve_lookup raise VariableDoesNotExist("Failed lookup for key " django.template.base.VariableDoesNotExist: Failed lookup for key [terms] in <lava_scheduler_app.tables.JobTable.Meta object at 0x7f3896213400>

Edited Jul 14, 2022 by Igor Ponomarev
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking