Open darkknight7777777 opened 2 years ago
I have the same issue, it seems to come from the parsing of the GENERAL_PROVIDERS variable. The issue is not present in v1.0.6 so you can just use it as you docker image in the meantime. I could have go at trying to solve this issue over the weekend.
Describe the bug When trying to run excludarr in docker I get the error listed below from debug.
To Reproduce Steps to reproduce the behavior:
GENERAL_FAST_SEARCH=true GENERAL_LOCALE=en_US GENERAL_PROVIDERS=amazon prime video RADARR_URL=http://192.168.0.253:7878/ RADARR_API_KEY=secret RADARR_VERIFY_SSL=false RADARR_EXCLUDE=Blade SONARR_URL=http://sonarr.example.com:8989 SONARR_API_KEY=secret SONARR_VERIFY_SSL=false SONARR_EXCLUDE="Queen of the South, Breaking Bad"
Expected behavior no error
Versions
Debug logging To debug the problem further, we need to know exactly what went wrong. Therefor we ask you to run the command in debug mode. You can achieve this by appending the
--debug
flag after the base commandexcludarr
. e.g.excludarr --debug sonarr exclude -a delete -d -e
.If the output is too long, please paste the output to pastebin or github gist and link it in this issue.
Additional context error looks similar to https://github.com/haijeploeg/excludarr/issues/5, but it states the fix is to use the internal URL, which I'm already doing.
I've tried different locales, different providers, tried removing the RADARR_EXCLUDE variable all together
error output from command