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
I am getting NoSection error while running the code. config.ini is in the default state. Am I suppose to change [root_url]?
Or is there any other issue.?
Following error message in Terminal
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:
I am getting NoSection error while running the code. config.ini is in the default state. Am I suppose to change [root_url]?
Or is there any other issue.?
my config.ini
[user]
source=WEBAPI
[SSL]
disable_ssl=True
[root_url]
root=https://ttblaze.iifl.com
broadcastMode=Full
Following error message in Terminal
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: