Docker woes

So I noticed my official plex docker wasn’t updating for eight months. Decided to change it from plexpass to :latest in docker settings.
That seemed fine.
Server did update, but didn’t launch. Local WebUI says:

This XML file does not appear to have any style information associated with it. The document tree is shown below.

I figure, fine, and go to bed. Eight ours later I check on it, and it’s still running ‘maintenance’. I check the docker log and see the following:

Error: Unable to set up server: std::bad_cast (St8bad_cast)
Stopping Plex Media Server.
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec … or kill -l [sigspec]
Starting Plex Media Server.
Error: Unable to set up server: std::bad_cast (St8bad_cast)
Stopping Plex Media Server.
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec … or kill -l [sigspec]
Starting Plex Media Server.
Error: Unable to set up server: std::bad_cast (St8bad_cast)
Stopping Plex Media Server.
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec … or kill -l [sigspec]
Starting Plex Media Server.
Error: Unable to set up server: std::bad_cast (St8bad_cast)
Stopping Plex Media Server.
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec … or kill -l [sigspec]
Starting Plex Media Server.
Error: Unable to set up server: std::bad_cast (St8bad_cast)
Stopping Plex Media Server.
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec … or kill -l [sigspec]
Starting Plex Media Server.
Error: Unable to set up server: std::bad_cast (St8bad_cast)
Stopping Plex Media Server.
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec … or kill -l [sigspec]
Starting Plex Media Server.

And this is now just looping.

Tried restarting the docker to see if it was just stuck, but it just returns to database migration in the local webUI and the same faults in the docker log.

Please advise.

The linuxserver version does the same thing. I’m assuming it’s because the plexpass container wasn’t updated for so long, that too many incremental changes have happened for it to be able to process the update.

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