Sperryfreak01 / RadarrSync

120 stars 46 forks source link

Failing to find primary server in config #23

Open Sperryfreak01 opened 6 years ago

Sperryfreak01 commented 6 years ago

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'
dxbluke commented 5 years ago

Hi, this is still an issue in my setup using docker. Has there been any progress? Thanks