Skip to content

[BUG] Syncing Managed Users #47

@Nerdy-Technician

Description

@Nerdy-Technician

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When I try to sync Managed Users, they are not showing up when I try to import plex users,

Expected Behavior

When I click Users, Import Users it should import Plex users

Steps To Reproduce

Run the Latest version of the Docker Image , setup Overseer

is from my mass compose, the ID and GUID is correct

Environment

- OS:Ubuntu 22.04
- How docker service was installed: distro's packagemanager

CPU architecture

x86-64

Docker creation

overseerr:
        image: sctx/overseerr:latest
        container_name: Plex_Requests
        restart: unless-stopped
        environment:
          - LOG_LEVEL=debug
          - TZ=Europe/London
          - PGID=666
          - PUID=1024
        ports:
          - 5055:5055
        volumes:
          - ./Appdata/Overseerr/config:/app/config
        healthcheck:
          test: ["CMD", "wget", "--spider", "http://localhost:5055"]
          interval: 30s
          timeout: 10s
          retries: 3

Container logs

No Log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions