Skip to content
New issue

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

TransformationMonitorring, getting LoggingInfo does not work #759

Closed
andresailer opened this issue Apr 18, 2024 · 0 comments · Fixed by #760
Closed

TransformationMonitorring, getting LoggingInfo does not work #759

andresailer opened this issue Apr 18, 2024 · 0 comments · Fixed by #760
Assignees

Comments

@andresailer
Copy link
Contributor

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants