You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i trying to start aker i got this error
#python aker.py
Traceback (most recent call last):
File "aker.py", line 180, in
Aker().build_tui()
File "aker.py", line 111, in init
config = Configuration(config_file)
File "aker.py", line 60, in init
self.log_level = self.configparser.get('General', 'log_level')
File "/usr/lib/python2.7/site-packages/backports/configparser/init.py", line 858, in get
d = self._unify_values(section, vars)
File "/usr/lib/python2.7/site-packages/backports/configparser/init.py", line 1228, in _unify_values
raise NoSectionError(section)
backports.configparser.NoSectionError: No section: 'General'
what should i do and we need a reference video for how to install or how start with this tool .
thank you
The text was updated successfully, but these errors were encountered:
This[1] playbook does take care of the installation.
Your error implies you do not have a complete /etc/aker/aker.ini. Can you please paste this file content
when i trying to start aker i got this error
#python aker.py
Traceback (most recent call last):
File "aker.py", line 180, in
Aker().build_tui()
File "aker.py", line 111, in init
config = Configuration(config_file)
File "aker.py", line 60, in init
self.log_level = self.configparser.get('General', 'log_level')
File "/usr/lib/python2.7/site-packages/backports/configparser/init.py", line 858, in get
d = self._unify_values(section, vars)
File "/usr/lib/python2.7/site-packages/backports/configparser/init.py", line 1228, in _unify_values
raise NoSectionError(section)
backports.configparser.NoSectionError: No section: 'General'
what should i do and we need a reference video for how to install or how start with this tool .
thank you
The text was updated successfully, but these errors were encountered: