I am running PlexConnect locally on a jailbroken Apple TV 2. Everything is working as expected however I have one server that I can access via plex/web (plex.tv), plex ios, plex android, plex pht but it is not listed on my shared libraries in PlexConnect. Two other libraries are displaying fine, it's just one particular server that isn't. The ip and port are listed in http://plex.tv/pms/servers and http://plex.tv/pms/resources.xml but on the MyPlex page
But in reality it’s port 32400, the ip and port display correctly via the plex.tv/pms/servers and plex.tv/pms/resources.xml but the ip is blank on the my plex server page and the port is shown as 0
I haven’t tried my c# plex API wrapper but will and report what it has
Check the log (loglevel=High). During PlexGDM or signing in you should find 1) the XML returned from myplex server and 2) a list of used/accepted servers. Compare the content of both...
ok so I guess I need to post a bug for the Plex crew because I have verified that plexconnect calling the plex api and my c# wrapper only receive 3 servers but on plex.tv list of servers there is 4
Making an api call to http://plex.tv/pms/servers doesn't list this missing server I haven't looked at the python code but I am assuming that this is the api PlexConnect is using
however making an api request to http://plex.tv/pms/resources.xml I get all of my servers. I verified this in the browser with myplex cookie and also with some C# code calling into the plex api.
Hopefully the chat with Elan is fruitful, there should be plenty of bandwidth to go around, enjoy some of the library while you code PlexConnect 0.40 :)
Just an update on this, looks like my server was "lite" published. I specified the port manually, even though I was using the default 32400 and looks like it's full published now