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
WebAppDIRAC/src/WebAppDIRAC/WebApp/handler/TransformationMonitorHandler.py
Line 276 in 8b90bb9
2024-04-18T09:05:03,530125Z WebApp/TransformationMonitorHandler [140547306841856] ERROR: Exception serving request 'AuthorDN':KeyError('AuthorDN') Traceback (most recent call last): File "/opt/dirac/versions/v9.0.0a28-1713361636/Linux-x86_64/lib/python3.11/site-packages/DIRAC/Core/Tornado/Server/private/BaseRequestHandler.py", line 642, in _executeMethod return self.methodObj(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/dirac/versions/v9.0.0a28-1713361636/Linux-x86_64/lib/python3.11/site-packages/WebAppDIRAC/WebApp/handler/TransformationMonitorHandler.py", line 156, in web_action return self.__getLoggingInfo(id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/dirac/versions/v9.0.0a28-1713361636/Linux-x86_64/lib/python3.11/site-packages/WebAppDIRAC/WebApp/handler/TransformationMonitorHandler.py", line 276, in __getLoggingInfo DN = i["AuthorDN"] ~^^^^^^^^^^^^ KeyError: 'AuthorDN'
The text was updated successfully, but these errors were encountered:
fstagni
Successfully merging a pull request may close this issue.
WebAppDIRAC/src/WebAppDIRAC/WebApp/handler/TransformationMonitorHandler.py
Line 276 in 8b90bb9
The text was updated successfully, but these errors were encountered: