You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When acknowledging an alert from an Icinga2 server a traceback occurs
submitting the form:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/Nagstamon/QUI/__init__.py", line 3967, in acknowledge
self.server.set_acknowledge(info_dict)
File "/usr/lib/python3/dist-packages/Nagstamon/Servers/Generic.py", line 359, in set_acknowledge
all_services)
File "/usr/lib/python3/dist-packages/Nagstamon/Servers/IcingaWeb2.py", line 368, in _set_acknowledge
CSRFToken = formtag.findNext('input', {'name':'CSRFToken'})['value']
AttributeError: 'NoneType' object has no attribute 'findNext'
Aborted
The icinga-web2 version used is 2.6.2.
The text was updated successfully, but these errors were encountered:
From https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944646
When acknowledging an alert from an Icinga2 server a traceback occurs
submitting the form:
The icinga-web2 version used is 2.6.2.
The text was updated successfully, but these errors were encountered: