Hi,
I am getting the error Internal error: 'list' object has no attribute 'items' when selecting a host on a new installation of check_mk 1.2.8p26 on CentOS7 with python 2.7.
Has anyone come across the same error and is there a known fix for it?
Time 2018-05-03 09:27:44
Operating System CentOS Linux release 7.4.1708 (Core)
Check_MK Version 1.2.8p26
Python Version 2.7.5 (default, Aug 4 2017, 00:39:18) [GCC 4.8.5 20150623 (Red Hat 4.8.5-16)]
Exception
AttributeError ('list' object has no attribute 'items')
Traceback
File "/usr/share/check_mk/web/htdocs/index.py", line 135, in handler
handler()
File "/usr/share/check_mk/web/htdocs/views.py", line 793, in page_view
show_view(view, True, True, True)
File "/usr/share/check_mk/web/htdocs/views.py", line 1174, in show_view
browser_reload)
File "/usr/share/check_mk/web/htdocs/views.py", line 1281, in render_view
show_checkboxes and not html.do_actions())
File "/usr/share/check_mk/web/plugins/views/layouts.py", line 94, in render_single_dataset
paint(p, row)
File "/usr/share/check_mk/web/htdocs/views.py", line 2103, in paint
tdclass, content = prepare_paint(p, row)
File "/usr/share/check_mk/web/htdocs/views.py", line 2140, in prepare_paint
tdclass, content = paint_painter(painter, row)
File "/usr/share/check_mk/web/htdocs/views.py", line 2125, in paint_painter
return painter["paint"](row)
File "/usr/share/check_mk/web/plugins/views/painters.py", line 1195, in <lambda>
"paint" : lambda row: paint_custom_vars('service', row),
File "/usr/share/check_mk/web/plugins/views/painters.py", line 1182, in paint_custom_vars
items = row[what + "_custom_variables"].items()
···
--
Kind Regards
Shakeel