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
Traceback (most recent call last):
File "/app/main/lambda_function.py", line 8, in <module>
from Connect import XTSConnect
File "/app/main/Connect.py", line 33, in <module>
class XTSConnect(XTSCommon):
File "/app/main/Connect.py", line 44, in XTSConnect
_default_root_uri = cfg.get('root_url', 'root')
File "/usr/local/lib/python3.9/configparser.py", line 781, in get
d = self._unify_values(section, vars)
File "/usr/local/lib/python3.9/configparser.py", line 1152, in _unify_values
raise NoSectionError(section) from None
configparser.NoSectionError: No section: 'root_url'
The text was updated successfully, but these errors were encountered:
How do i fix this ?
The text was updated successfully, but these errors were encountered: