Can't access plex on iMac

Server Version#:
Player Version#: 1.25.4.5426-eb46d070e

January 18, 2022

SHA-1 Checksum
b6d0f5e4fa05cec2ebf9bdfb86a83314dc039b89

Hello. I recently got a refurbished iMac 2017 and it is updated to the latest software. I cannot access the server. I tried deleting the app and reinstalling it, I also deleted the server. However, it crashes (the app) when I try to open it. on mobile, it says the user couldn’t be authenticated and this IP seems to be having trouble connecting and signing in to the account. I am not running any VPNs. It detected repeated failures. I tried to find a way to contact plex support by email but I was not successful. So I decided to try this forum. Please help me if you can. Thank you!

This sounds like two independent issues.

As for the server on your iMac…

is the PMS icon still showing in your menu bar or does it crash right after you started it? Can you see any records of those failed starts in your server logs (given the server isn’t running you’ll need to find them manually in ~/Library/Logs/Plex Media Server/)?
If there’s no entries in the logs… try to start the PMS through Terminal to see any error messages it sends to the OS:

  1. Go to /Applications/
  2. Right-Click the Plex Media Server app and click Show Contents
  3. Go to Contents/MacOS
  4. Open Terminal
  5. Drag the Plex Media Server executable from #3 into Terminal and hit return (⏎)

As for the iOS client…

Anything other than a VPN that could prevent the app from authenticating to plex.tv?

crashes after about ten seconds.

terminal info
Error: Unable to set up server: sqlite3_statement_backend::loadOne: database disk image is malformed (N4soci10soci_errorE)
iMac:~ Julia$

Ok… that tells us the server is failing to start because the database has been (badly) corrupted.

If this is a new server, simply delete the server data directory (~/Library/Application Support/Plex Media Server/). If you were trying to migrate an existing setup you can try to repair the database.

I am not that much of an IT person. Is fixing the server pretty easy? I can always look on YouTube. Not sure if I mentioned but in addition to getting a new computer my external hard drive had failed and I moved my data to a new one. Do you think could add into the problems?

Moving your media to a different drive doesn’t impact the server database or cause it to get corrupted.

Did you have a look at the support article?
I consider those instructions to be pretty straight-forward… then again that’s obviously my subjective perspective :wink:
In the end you’ll only need to do this if you had previously setup that server and created libraries, customizations… – if you just want to start over, it’s even easier (simply delete the server data directory; see above).

It’s currently deleting the folder. Looks like there are a lot Of items in it.

Once it is deleted do I simply just try and reopen the app or are there other steps?

Just start your server anew. That should initialize a new database and let you re-setup your server.

This worked for a few days. Now I am getting the error something went wrong please try again. Sometimes, I can access the library but when I click on the title I get that error again. Should I just try the same steps we did before or is there another fix?

Thank you.

Let’s take another look at your server logs. If you keep getting your database corrupted over and over there’s probably something else wrong to cause this (e.g. an HDD dying a slow death).

I just tried your steps again deleting the plex media folder. I will tell you that I am in the process of copying new items into the folder which is the library I’m trying to add to my tv show folder (the folder that has been crashing most often). Do you think that because I am copying new items to that folder that plex is being overworked looking for new items therefore crashing and freezing?

Database corruption isn’t usually related to your server being overworked but e.g. being interrupted while writing data to the database. I’ve seen this happen when users did “backup copies” of their database while their server was active. It can happen if your system crashes while the server is busy…

You best do the database checks and repair attempts while your server is stopped.