julio8a · GitHub

linuxserver.io


Expected Behavior

Plex shook la start up and be usable.

Current Behavior

Getting an error and maxed out my cpu the entire time.

‘’’

Error starting framework core for /usr/lib/plexme
diaserver/Resources/Plug-ins-d87012962/LyricFind.
bundle.
Error starting framework core for /usr/lib/plexme
diaserver/Resources/Plug-ins-d87012962/OpenSubtit
les.bundle.
Error starting framework core for /usr/lib/plexme
diaserver/Resources/Plug-ins-d87012962/PersonalMe
dia.bundle.
‘’’

Steps to Reproduce

  1. This happened after the latest update. When I start up the container.

Environment

OS: Raspbian OS
CPU architecture: arm64
How docker service was installed:
from the official docker repo

Command used to create docker container (run/create/compose/screenshot)

‘’’

version: "2.1"
services:
plex:
image: linuxserver/plex
container_name: plex
network_mode: host
environment:
- PUID=1000
- PGID=1000
- VERSION=docker
- UMASK_SET=022
volumes:
- /home/pi/containers/plex/config:/config
- /PiServer/Media/tv-shows:/tv-shows
- /PiServer/Media/movies:/movies
- /PiServer/Media/music:/music
- /PiServer/Media/photos:/photos
- /PiServer/Media/audio-books:/audio-books
restart: unless-stopped
‘’’

Docker logs

‘’’

GID/UID

User uid: 1000
User gid: 1000

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 40-chown-files: executing...
[cont-init.d] 40-chown-files: exited 0.
[cont-init.d] 45-plex-claim: executing...
[cont-init.d] 45-plex-claim: exited 0.
[cont-init.d] 50-gid-video: executing...
[cont-init.d] 50-gid-video: exited 0.
[cont-init.d] 60-plex-update: executing...
Docker is used for versioning skip update check
[cont-init.d] 60-plex-update: exited 0.
[cont-init.d] 99-custom-scripts: executing...
[custom-init] no custom files found exiting...
[cont-init.d] 99-custom-scripts: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
Starting Plex Media Server.
Error starting framework core for /usr/lib/plexme
diaserver/Resources/Plug-ins-d87012962/TheMovieDB
.bundle.
Error starting framework core for /usr/lib/plexme
diaserver/Resources/Plug-ins-d87012962/Fanart-TV.
bundle.
‘’’

Read the original on github.com ↗