Hi @iamdinux I actually figured it out!
I was seeing nothing on the screen, just the app name “Plex” in the top left corner on the top bar. Nothing visual would start up. I eventually guessed (just a couple days ago actually) that it was probably some weird caching issue. I did cd ~ ; find Library -depth 2 | grep -i plex | grep -i plex
and basically deleted everything from ./Library/*/Plex
.
-
First I quit plex (from the top left menu, quit application)
-
Then deleted these directories (
rm -rf
). This included (but not exhaustive I don’t remember everything I deleted)
Library/Application Support/Plex
Library/Saved Application State/tv.plex.desktop.savedState
Library/Logs/Plex
Library/Caches/Plex
- Then started plex up again and it worked!