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 trying to run excludarr radarr exclude -a not-monitored
Config seems to be read fine.
Versions
Debug logging
[2023-02-16 12:00:51] - Starting Excludarr v1.0.7 [2023-02-16 12:00:51] - Got radarr as subcommand [2023-02-16 12:00:51] - Reading configuration file [2023-02-16 12:00:51] - Determining which configfile to use [2023-02-16 12:00:51] - Configfile to use: C:\Users\TheMu/.config/excludarr/excludarr.yml [2023-02-16 12:00:51] - Reading configfile: C:\Users\TheMu/.config/excludarr/excludarr.yml [2023-02-16 12:00:51] - Read the following configuration: {'general': {'fast_search': True, 'locale': 'da_DK', 'providers': ['netflix']}, 'tmdb': {'api_key': '<REDACTED>'}, 'radarr': {'url': '192.168.0.10:7878', 'api_key': '<REDACTED>', 'verify_ssl': False, 'exclude': ['']}, 'sonarr': {'url': '192.168.0.10:8989', 'api_key': '<REDACTED>', 'verify_ssl': False, 'exclude': ['']}} [2023-02-16 12:00:51] - Got exclude as subcommand [2023-02-16 12:00:51] - Got CLI values for -p, --provider option: [2023-02-16 12:00:51] - Got CLI values for -l, --locale option: None [2023-02-16 12:00:51] - Got CLI values for -a, --action option: not-monitored [2023-02-16 12:00:51] - Got CLI values for -d, --delete option: False [2023-02-16 12:00:51] - Got CLI values for -e, --exclusion option: False [2023-02-16 12:00:51] - Got CLI values for -y, --yes option: False [2023-02-16 12:00:51] - Got CLI values for --progress option: False [2023-02-16 12:00:51] - Initializing PyRadarr [2023-02-16 12:00:51] - Initializing JustWatch API with locale: da_DK [2023-02-16 12:00:51] - Getting all the movies from Radarr
C:\Users\TheMu\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCa │ │ che\local-packages\Python310\site-packages\requests\sessions.py:792 in get_adapter │ 789 │ │ │ │ return adapter │ │ 790 │ │ │ │ 791 │ │ # Nothing matches :-/ │ │ > 792 │ │ raise InvalidSchema(f"No connection adapters were found for {url!r}") │ │ 793 │ │ │ 794 │ def close(self): │ │ 795 │ │ """Closes all adapters and as such the session""" │ │ │ │ ┌──────────────────────────────── locals ────────────────────────────────┐ │ │ │ adapter = <requests.adapters.HTTPAdapter object at 0x00000156D746C1F0> │ │ │ │ prefix = 'http://' │ │ │ │ self = <requests.sessions.Session object at 0x00000156D742B5B0> │ │ │ │ url = '192.168.0.10:7878/api/v3/movie' │ │ │ └────────────────────────────────────────────────────────────────────────┘ │ └──────────────────────────────────────────────────────────────────────────────────────────────────┘ InvalidSchema: No connection adapters were found for '192.168.0.10:7878/api/v3/movie'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
trying to run excludarr radarr exclude -a not-monitored
Config seems to be read fine.
Versions
Debug logging
The text was updated successfully, but these errors were encountered: