Bug 53504 - appcenter/config: AttributeError: 'NoneType' object has no attribute 'is_installed'
appcenter/config: AttributeError: 'NoneType' object has no attribute 'is_inst...
Status: NEW
Product: UCS
Classification: Unclassified
Component: App Center
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: App Center maintainers
App Center maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2021-06-23 11:52 CEST by Christian Castens
Modified: 2023-07-07 16:43 CEST (History)
0 users

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2021053021000249, 2021053021000258, 2021022621000593, 2022122021000207
Bug group (optional): Error handling, External feedback
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Castens univentionstaff 2021-06-23 11:52:13 CEST
Version: 4.4-8 errata983 (Blumenthal)

Error:
Internal server error during "appcenter/config".
Request: appcenter/config

Traceback (most recent call last):
  File "%PY2.7%/univention/management/console/base.py", line 359, in __error_handling
    six.reraise(etype, exc, etraceback)
  File "%PY2.7%/univention/management/console/base.py", line 262, in execute
    function.__func__(self, request, *args, **kwargs)
  File "%PY2.7%/univention/management/console/modules/decorators.py", line 180, in _response
    request.options = sanitize_args(sanitizer, 'request.options', {'request.options': request.options})
  File "%PY2.7%/univention/management/console/modules/decorators.py", line 189, in sanitize_args
    return sanitizer.sanitize(name, args)
  File "%PY2.7%/univention/management/console/modules/sanitizers.py", line 187, in sanitize
    new_value = self._sanitize(value, name, further_arguments)
  File "%PY2.7%/univention/management/console/modules/sanitizers.py", line 279, in _sanitize
    altered_value[attr] = sanitizer.sanitize(attr, value)
  File "%PY2.7%/univention/management/console/modules/sanitizers.py", line 187, in sanitize
    new_value = self._sanitize(value, name, further_arguments)
  File "%PY2.7%/univention/management/console/modules/appcenter/sanitizers.py", line 78, in _sanitize
    if not app.is_installed() and not app.install_permissions_exist():
AttributeError: 'NoneType' object has no attribute 'is_installed'

Role: domaincontroller_master
Comment 1 Maximilian Janßen univentionstaff 2023-07-07 16:43:49 CEST
Version: 4.4-9 errata1354 (Blumenthal)