ImmichI
Immich3mo ago
Shalak

MissingSchema: Invalid URL

                             │ /opt/venv/lib/python3.11/site-packages/requests │
                             │ /models.py:438 in prepare_url                   │
                             │                                                 │
                             │    435 │   │   │   raise InvalidURL(*e.args)    │
                             │    436 │   │                                    │
                             │    437 │   │   if not scheme:                   │
                             │ ❱  438 │   │   │   raise MissingSchema(         │
                             │    439 │   │   │   │   f"Invalid URL {url!r}: N │
                             │    440 │   │   │   │   f"Perhaps you meant http │
                             │    441 │   │   │   )                            │
                             ╰─────────────────────────────────────────────────╯
                             MissingSchema: Invalid URL
                             'IMMICH_MEDIA_LOCATION/api/models/immich-app/buffal
                             o_l/revision/main': No scheme supplied. Perhaps you
                             meant
                             https://IMMICH_MEDIA_LOCATION/api/models/immich-app
                             /buffalo_l/revision/main?


This happens when I run face recognition... Immich is installed as a TrueNAS app, any ideas on what's wrong here?
Was this page helpful?