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
Using Nagstamon 3.16.2 on Debian - clicking Recheck on a Service on a Checkmk Multisite generates this Stacktrace:
Traceback (most recent call last): File "/usr/lib/python3/dist-packages/Nagstamon/QUI/__init__.py", line 4320, in recheck self.server.set_recheck(info_dict) File "/usr/lib/python3/dist-packages/Nagstamon/Servers/Generic.py", line 413, in set_recheck self._set_recheck(info_dict['host'], info_dict['service']) File "/usr/lib/python3/dist-packages/Nagstamon/Servers/Multisite.py", line 609, in _omd_set_recheck csrf_token = self._get_csrf_token(host, service) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/Nagstamon/Servers/Multisite.py", line 653, in _get_csrf_token csrf_token = self.fetch_url(self.urls["transid"].replace("$HOST$", host).replace("$SERVICE$", service.replace(" ", "+")), "obj").result.find(attrs={"name": "csrf_token"})["value"] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered:
Hi @moschlar - sorry for the late reply. This happens with context menu? I use Checkmk too but cant reproduce this.
Sorry, something went wrong.
No branches or pull requests
Using Nagstamon 3.16.2 on Debian - clicking Recheck on a Service on a Checkmk Multisite generates this Stacktrace:
The text was updated successfully, but these errors were encountered: