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
Describe the bug
Not finding the Primary Server in the config file source
To Reproduce
Hi there - just grabbed this and ran into an issue running it. Installed per the instructions, made sure all my prerequisites were in, and edited the Config file...The Radarr section is definitely there (didn't touch the headers in the config file).....thoughts?
Expected behavior
Not crash
Configuration
N/A
Logs
feez@dh-download:~/RadarrSync-1.2$ python3 ./RadarrSync.py
Traceback (most recent call last):
File "./RadarrSync.py", line 213, in <module>
radarrServer['url'] = ConfigSectionMap("Radarr")['url']
File "./RadarrSync.py", line 19, in ConfigSectionMap
options = Config.options(section)
File "/usr/lib/python3.6/configparser.py", line 675, in options
raise NoSectionError(section) from None
configparser.NoSectionError: No section: 'Radarr'
The text was updated successfully, but these errors were encountered:
Describe the bug
Not finding the Primary Server in the config file source
To Reproduce
Hi there - just grabbed this and ran into an issue running it. Installed per the instructions, made sure all my prerequisites were in, and edited the Config file...The Radarr section is definitely there (didn't touch the headers in the config file).....thoughts?
Expected behavior
Not crash
Configuration
N/A
Logs
The text was updated successfully, but these errors were encountered: