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

No connection adapters were found for '192.168.0.10:7878/api/v3/movie' #83

Open
TheXRMonk opened this issue Feb 16, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@TheXRMonk
Copy link

Describe the bug
trying to run excludarr radarr exclude -a not-monitored

Config seems to be read fine.

Versions

  1. OS Version: windows 11
  2. Excludarr version: 1.0.7
  3. Python version: 3.10.10

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'
@TheXRMonk TheXRMonk added the bug Something isn't working label Feb 16, 2023
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

1 participant