I have installed chromium on linux (red had) . I want to create with Chromium Config Tool a new config file and I get always the same message if I try to add a new App node "An internal error has occured. Please refer to the 'errors.txt' file for details."
errors.txt
SyntaxError: invalid syntax
Traceback (most recent call last):
File "graph.py", line 461, in onNewAppNode
node = crutils.NewApplicationNode()
File "crutils.py", line 189, in NewApplicationNode
hosts = GetSiteDefault("frontend_hosts")
File "crutils.py", line 163, in GetSiteDefault
__SiteCache = eval(contents)
File "<string>", line 2
^
SyntaxError: invalid syntax
Thanks in advance!
Michael Warber from HLRS (Stuttgart Germany)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have installed chromium on linux (red had) . I want to create with Chromium Config Tool a new config file and I get always the same message if I try to add a new App node "An internal error has occured. Please refer to the 'errors.txt' file for details."
errors.txt
SyntaxError: invalid syntax
Traceback (most recent call last):
File "graph.py", line 461, in onNewAppNode
node = crutils.NewApplicationNode()
File "crutils.py", line 189, in NewApplicationNode
hosts = GetSiteDefault("frontend_hosts")
File "crutils.py", line 163, in GetSiteDefault
__SiteCache = eval(contents)
File "<string>", line 2
^
SyntaxError: invalid syntax
Thanks in advance!
Michael Warber from HLRS (Stuttgart Germany)