symphonyfintech / xts-pythonclient-api-sdk

31 stars 26 forks source link

No section: 'root_url' #7

Open bbmusa opened 1 year ago

bbmusa commented 1 year ago

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 commented 1 year ago

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

SHIVANIUM-GIT commented 9 months ago

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

yes, present