We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug While the container is running and operating as "normal", this message is logged every 5 minutes:
ERROR : radarr : TypeError has occurred : __new__() got an unexpected keyword argument 'addOptions' while creating Movie structure
To Reproduce Steps to reproduce the behavior:
Expected behavior No error.
Screenshots N/A
Environment (please complete the following information):
Additional context
Varken is writing data to the radarr table with "no" issue despite the error log
My config:
[radarr-1] url = redacted apikey = redacted ssl = false verify_ssl = true queue = true queue_run_seconds = 300 get_missing = true get_missing_run_seconds = 300
The text was updated successfully, but these errors were encountered:
add missing key addOptions and removed space. Fixes #68
060580f
70a6a30
No branches or pull requests
Describe the bug
While the container is running and operating as "normal", this message is logged every 5 minutes:
ERROR : radarr : TypeError has occurred : __new__() got an unexpected keyword argument 'addOptions' while creating Movie structure
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error.
Screenshots
N/A
Environment (please complete the following information):
Additional context
Varken is writing data to the radarr table with "no" issue despite the error log
My config:
[radarr-1] url = redacted apikey = redacted ssl = false verify_ssl = true queue = true queue_run_seconds = 300 get_missing = true get_missing_run_seconds = 300
The text was updated successfully, but these errors were encountered: