Hello,
Plex Home Theater has been working fine on my mac until now, but recently, I have been seeing the title error every 10 minutes.
I followed the advice of some other thread to run
sudo lsof -i -P | grep -i "listen"
in terminal and the results are:
launchd 1 root 34u IPv6 0xbd23f64fb6fc3111 0t0 TCP localhost:631 (LISTEN)
launchd 1 root 41u IPv4 0xbd23f64fb6fce061 0t0 TCP localhost:631 (LISTEN)
launchd 1 root 44u IPv4 0xbd23f64fb6fce061 0t0 TCP localhost:631 (LISTEN)
launchd 1 root 45u IPv6 0xbd23f64fb6fc3111 0t0 TCP localhost:631 (LISTEN)
SpotifyWe 305 username 6u IPv4 0xbd23f64fbc2602b1 0t0 TCP localhost:4370 (LISTEN)
SpotifyWe 305 username 7u IPv4 0xbd23f64fbc262ec1 0t0 TCP localhost:4380 (LISTEN)
Plex\x20M 321 username 70u IPv4 0xbd23f64fbdc165f1 0t0 TCP *:32400 (LISTEN)
Plex\x20M 321 username 71u IPv4 0xbd23f64fbdc16ec1 0t0 TCP *:32401 (LISTEN)
Plex\x20S 359 username 9u IPv4 0xbd23f64fbe79a5f1 0t0 TCP *:49321 (LISTEN)
Plex\x20D 364 username 28u IPv4 0xbd23f64fbe881d21 0t0 TCP *:1234 (LISTEN)
Plex\x20D 364 username 37u IPv4 0xbd23f64fbe881451 0t0 TCP *:32469 (LISTEN)
PlexHTHel 4752 username 97u IPv4 0xbd23f64fc43ea2b1 0t0 TCP *:3005 (LISTEN)
PlexHTHel 4752 username 123u IPv4 0xbd23f64fbc260b81 0t0 TCP localhost:9090 (LISTEN)
Can anyone help me identify the problem? Some advice says to change the port but I dont know how to do that. Thank you