adamant-kite-43734
04/02/2026, 8:27 PMmicroscopic-cat-74984
04/06/2026, 6:42 PMLogin to controller ...
Traceback (most recent call last):
File "/usr/local/bin/nv_exporter.py", line 645, in <module>
if _login("https://" + CTRL_SVC, CTRL_USER, CTRL_PASS) < 0:
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/bin/nv_exporter.py", line 58, in _login
token = json.loads(response.text)["token"]["token"]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
TypeError: 'NoneType' object is not subscriptable
is this a bug? I tried 2.8.12 and 2.8.9 - the latter from another deployment in a different cluster that works. Both are exhibiting the error which leads me to thinlk my config is wrong.microscopic-cat-74984
04/07/2026, 2:41 PM