Guest User

Untitled

a guest
Jul 7th, 2022
657
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.80 KB | None | 0 0
  1. 2022-07-08  00:45:08 ERROR    plugins.smartvisu   SmartVisuGenerator: Exception: 'img_set'
  2. > Traceback (most recent call last):
  3. >   File "/home/smarthome/smarthomeng/plugins/smartvisu/__init__.py", line 135, in run
  4. >     svgen = SmartVisuGenerator(self, self.visu_definition)
  5. >   File "/home/smarthome/smarthomeng/plugins/smartvisu/svgenerator.py", line 70, in __init__
  6. >     self.pages()
  7. >   File "/home/smarthome/smarthomeng/plugins/smartvisu/svgenerator.py", line 263, in pages
  8. >     menu_entry = self.create_menuentry(menu=menu, entry_name=str(item), item_path=item.property.path, separator=separator,
  9. >   File "/home/smarthome/smarthomeng/plugins/smartvisu/svgenerator.py", line 287, in create_menuentry
  10. >     if menu_entry.get('img', '') == ''and menu_entry['img_set'] == False:
  11. > KeyError: 'img_set'
Advertisement
Add Comment
Please, Sign In to add comment