We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When you open the Katalogus pages for normalizer you'll receive an error like:
AttributeError at /en/aa/kat-alogus/plugins/boefje/kat_manual_ooi/ 'Normalizer' object has no attribute 'oci_image'
To Reproduce Steps to reproduce the behavior:
Expected behavior Normalizer katalogus pages can be opened.
Screenshots
OpenKAT version main
Environment: Request Method: GET Request URL: http://127.0.0.1:8000/en/aa/kat-alogus/plugins/boefje/kat_manual_ooi/ Django Version: 5.0.9 Python Version: 3.11.10 Installed Applications: ['whitenoise.runserver_nostatic', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.humanize', 'django.forms', 'django_components', 'django_components.safer_staticfiles', 'django_otp', 'django_otp.plugins.otp_static', 'django_otp.plugins.otp_totp', 'two_factor', 'account', 'tools', 'fmea', 'rocky', 'crisis_room', 'onboarding', 'katalogus', 'django_password_validators', 'django_password_validators.password_history', 'rest_framework', 'tagulous', 'compressor', 'reports', 'knox', 'csp'] Installed Middleware: ['django.middleware.security.SecurityMiddleware', 'whitenoise.middleware.WhiteNoiseMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.locale.LocaleMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'rocky.middleware.auth_token.AuthTokenMiddleware', 'django_structlog.middlewares.RequestMiddleware', 'django_otp.middleware.OTPMiddleware', 'rocky.middleware.auth_required.AuthRequiredMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware', 'rocky.middleware.onboarding.OnboardingMiddleware', 'csp.middleware.CSPMiddleware'] Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/django/views/generic/base.py", line 104, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/rocky/katalogus/views/mixins.py", line 44, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/django/views/generic/base.py", line 143, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/django/views/generic/list.py", line 174, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/app/rocky/katalogus/views/plugin_detail.py", line 123, in get_context_data context["variants"] = get_katalogus(self.organization.code).get_plugins(oci_image=self.plugin.oci_image) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/pydantic/main.py", line 856, in __getattr__ raise AttributeError(f'{type(self).__name__!r} object has no attribute {item!r}') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Exception Type: AttributeError at /en/aa/kat-alogus/plugins/boefje/kat_manual_ooi/ Exception Value: 'Normalizer' object has no attribute 'oci_image'
The text was updated successfully, but these errors were encountered:
Donnype
No branches or pull requests
Describe the bug
When you open the Katalogus pages for normalizer you'll receive an error like:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Normalizer katalogus pages can be opened.
Screenshots
OpenKAT version
main
The text was updated successfully, but these errors were encountered: