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 running the script with python3 domLink.py -D starlink.com . Getting below error
<class 'type'>
Traceback (most recent call last):
File "domLink.py", line 221, in
main()
File "domLink.py", line 150, in main
api_key = args.api if args.api else read_key_from_config()
File "domLink.py", line 47, in read_key_from_config
return config.get('API_KEYS', 'whoxy')
File "/usr/lib/python3.8/configparser.py", line 781, in get
d = self._unify_values(section, vars)
File "/usr/lib/python3.8/configparser.py", line 1149, in _unify_values
raise NoSectionError(section) from None
configparser.NoSectionError: No section: 'API_KEYS'
The text was updated successfully, but these errors were encountered:
! When running the script with python3 domLink.py -D starlink.com . Getting below error
<class 'type'>
Traceback (most recent call last):
File "domLink.py", line 221, in
main()
File "domLink.py", line 150, in main
api_key = args.api if args.api else read_key_from_config()
File "domLink.py", line 47, in read_key_from_config
return config.get('API_KEYS', 'whoxy')
File "/usr/lib/python3.8/configparser.py", line 781, in get
d = self._unify_values(section, vars)
File "/usr/lib/python3.8/configparser.py", line 1149, in _unify_values
raise NoSectionError(section) from None
configparser.NoSectionError: No section: 'API_KEYS'
The text was updated successfully, but these errors were encountered: