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
[!] Unexpected error occured: No section: 'config'
Traceback (most recent call last):
File "/jok3r/jok3r.py", line 26, in init
settings = Settings()
File "/jok3r/lib/core/Settings.py", line 156, in init
self.__create_all_services_config_and_checks()
File "/jok3r/lib/core/Settings.py", line 365, in __create_all_services_config_and_checks
self.__parse_service_checks_config_file(f)
File "/jok3r/lib/core/Settings.py", line 379, in __parse_service_checks_config_file
categories = self.__parse_section_config(service, service_config)
File "/jok3r/lib/core/Settings.py", line 421, in __parse_section_config
optparsed = self.config_parsers[service].options('config')
File "/usr/lib/python3.9/configparser.py", line 675, in options
raise NoSectionError(section) from None
configparser.NoSectionError: No section: 'config'
i got this error when i try to execute , i try to reinstall the module parser but nothing anyone had the same error ?? or how i can to fix ?? thanks
The text was updated successfully, but these errors were encountered:
[!] Unexpected error occured: No section: 'config'
Traceback (most recent call last):
File "/jok3r/jok3r.py", line 26, in init
settings = Settings()
File "/jok3r/lib/core/Settings.py", line 156, in init
self.__create_all_services_config_and_checks()
File "/jok3r/lib/core/Settings.py", line 365, in __create_all_services_config_and_checks
self.__parse_service_checks_config_file(f)
File "/jok3r/lib/core/Settings.py", line 379, in __parse_service_checks_config_file
categories = self.__parse_section_config(service, service_config)
File "/jok3r/lib/core/Settings.py", line 421, in __parse_section_config
optparsed = self.config_parsers[service].options('config')
File "/usr/lib/python3.9/configparser.py", line 675, in options
raise NoSectionError(section) from None
configparser.NoSectionError: No section: 'config'
i got this error when i try to execute , i try to reinstall the module parser but nothing anyone had the same error ?? or how i can to fix ?? thanks
The text was updated successfully, but these errors were encountered: