Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No section: 'root_url' #7

Open
yswa-var opened this issue Apr 13, 2023 · 2 comments
Open

No section: 'root_url' #7

yswa-var opened this issue Apr 13, 2023 · 2 comments

Comments

@yswa-var
Copy link

How do i fix this ?

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'
@NawazSid
Copy link

Hi,
See if there's a [rool_url] section in the "config.ini" file

@SHIVANIUM-GIT
Copy link

Hi, See if there's a [rool_url] section in the "config.ini" file

yes, present

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants