Unable to access media library

Server Version#: latest
Player Version#: ?

Hello, I am trying to spin up plex from the official image (but I also tried with the linuxserver.io), the container runs without error but the app can’t access or at let me add any media files or folder.

If I enter on the container, I can see the directory mounted and I can add/delete files etc.. without problem, also, the same volumes are working fine in Jellyfin and Audiobookshelf

here the compose I am using:

  plex:
    image: plexinc/pms-docker
    container_name: plex
    environment:
      - PLEX_UID=1000
      - PLEX_GID=1000
      - TZ=Europe/Rome
#      - PLEX_CLAIM=claim-c5erHy9yeaL2cBzP_3uk
    volumes:
      - ./plex/config:/config
      - ./plex/transcode/temp:/transcode
      - ./plex/musica:/data/music
#      - musica_giove_ro:/music
#      - musica_giove_ro:/media/music/
#      - musica_giove_ro:/data/music/
    ports:
      - 32400:32400
      - 3005:3005/tcp
      - 8324:8324/tcp
      - 32469:32469/tcp
      - 1905:1900/udp
      - 32410:32410/udp
      - 32412:32412/udp
      - 32413:32413/udp
      - 32414:32414/udp
    restart: unless-stopped
    networks:
      - rete_esterna
# #    security_opt:
# #      - no-new-privileges:true


#   plex:
#     image: lscr.io/linuxserver/plex:latest
#     container_name: plex
#     environment:
#       - PUID=1000
#       - PGID=1000
#       - TZ=Europe/Rome
#       - VERSION=docker
# #      - PLEX_CLAIM= claim-c5erHy9yeaL2cBzP_3uk
#     volumes:
#       - ./plex/config:/config
#       - ./plex/musica:/music
#       - ./plex/musica:/data/music
#       - musica_giove_ro:/music
#       - musica_giove_ro:/media/music/
#       - musica_giove_ro:/data/music/
#     ports:
#       - 32400:32400
#       - 1905:1900/udp
#       - 5353:5353/udp
#       - 8324:8324/tcp
#       - 32410:32410/udp
#       - 32412:32412/udp
#       - 32413:32413/udp
#       - 32414:32414/udp
#       - 32469:32469/tcp
#     restart: unless-stopped
#     networks:
#       - rete_esterna
#     security_opt:
#       - no-new-privileges:true

I don’t know where to crush my head because apparently everything is ok..
BUT…

This happens even if I mount a local folder, there is no way to add some media library.

I tried to delete the config folder, use --force-recreate etc but nothing works..

docker logs plex
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 40-plex-first-run: executing... 
Attempting to obtain server token from claim token
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
Plex Media Server first run setup complete
[cont-init.d] 40-plex-first-run: exited 0.
[cont-init.d] 45-plex-hw-transcode-and-connected-tuner: executing... 
[cont-init.d] 45-plex-hw-transcode-and-connected-tuner: exited 0.
[cont-init.d] 50-plex-update: executing... 
[cont-init.d] 50-plex-update: exited 0.
[cont-init.d] done.
[services.d] starting services
Starting Plex Media Server.
[services.d] done.
Critical: libusb_init failed

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.