Hippotastic
Cadet
- Joined
- Mar 9, 2019
- Messages
- 5
Hi,
I am trouble shooting a working Plex plugin. I say working, it seems to be absolutely fine, but I installed and removed the plex plugin a few times, and one of the previous instances is still ghosting around.
I have my server called Plex. The previous install was called Plex_new. It is still being referenced. I renamed it on a whim, but I am glad I did as it is either helping solve this ( I like to think) or causing the problem as it did not over write the config of the same name.
I looked through the logs and cant find where it is referenced, but I did discover this..
I found the reference to the URL in the file called
Now when i refresh the page, I get both instances...
The right one...
the wrong one...
In my authorised devices, I have only the Plex instance..
I assume that i must be in the database that is replying to the query, so any ideas of how I can flush it out?
I am trouble shooting a working Plex plugin. I say working, it seems to be absolutely fine, but I installed and removed the plex plugin a few times, and one of the previous instances is still ghosting around.
I have my server called Plex. The previous install was called Plex_new. It is still being referenced. I renamed it on a whim, but I am glad I did as it is either helping solve this ( I like to think) or causing the problem as it did not over write the config of the same name.
I looked through the logs and cant find where it is referenced, but I did discover this..
Code:
http://192.168.2.12:32400/servers
I found the reference to the URL in the file called
com.plexapp.system.log
Now when i refresh the page, I get both instances...
The right one...
Code:
<MediaContainer size="1"> <Server name="plex" host="192.168.2.12" address="192.168.2.12" port="32400" machineIdentifier="774d88719d2ede22622ffd63d8f5a832a776af0b" version="1.14.1.5488-cc260c476"/> </MediaContainer>
the wrong one...
Code:
<MediaContainer size="1"> <Server name="Plex_new" host="192.168.2.12" address="192.168.2.12" port="32400" machineIdentifier="0449b03dae290f5e091c32424256665fe9053891" version="1.14.1.5488-cc260c476"/> </MediaContainer>
In my authorised devices, I have only the Plex instance..
Code:
plex a minute ago 1.14.1.5488-cc260c476 Plex Media Server PC FreeBSD 11.2-STABLE (FreeBSD 11.2-STABLE #0 r325575+fc3d65faae6(HEAD): Thu Dec 20 16:12:30 EST 2018 root@nemesis.tn.ixsystems.com:/freenas-releng-final/freenas/_BE/objs/freenas-releng-final/freenas/_BE/os/sys/FreeNAS.amd6
I assume that i must be in the database that is replying to the query, so any ideas of how I can flush it out?