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

Failing to find primary server in config #23

Open
Sperryfreak01 opened this issue Sep 10, 2018 · 1 comment
Open

Failing to find primary server in config #23

Sperryfreak01 opened this issue Sep 10, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Sperryfreak01
Copy link
Owner

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'
@Sperryfreak01 Sperryfreak01 self-assigned this Sep 10, 2018
@Sperryfreak01 Sperryfreak01 added the bug Something isn't working label Sep 13, 2018
@dxbluke
Copy link

dxbluke commented Jun 5, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants