cant get plexconnect on my apple tv

hello friends i follow the steps of the guide but i just get this:

Capture.png

what happen what can do?

I tried again and now when I enter to trailers app in the Apple TV say plex connect no response from media setver

Is your Plex Server running on the IP address of 192.168.178.10? I believe that is the default value of the PMS server in Settings.py, and I *think* you need to change it to be the IP address of the machine where PMS is running. If you happen to be running PMS on the same machine as PlexConnect, then the IP_Self line in the output above tells you what IP that would be (192.168.1.2 in your case from the info).

Look for the line in Settings.py:

'ip_pms'          :('192.168.178.10',), \

Change it to

'ip_pms'          :('192.1681.4',), \

Hope that makes sense, and also hope that I'm correct about that!

Do u think bacause in the instructions say just put the dns of the apt in the settings

Try it, it should automatically find your server but it has not in your case so has fallen back to the default one.

We are looking to make gDM more reliable but you can hard code the IP into your settings until then.

Why when I enter to trailers app in the Apple TV say plex connect no response from media setver

@markuswarren I did that but I saw the same when I enter to trailers app in the Apple TV say plex connect no response from media setver

Please post the contents of your settings.cfg file.

this is the content of the settings.cfg file:

[PlexConnect]
port_pms = 32400
enable_plexgdm = True
ip_pms = 192.168.178.10
ip_dnsmaster = 8.8.8.8
enable_dnsserver = True
 

I hate to ask the obvious, but do you have Plex Media Server installed on your computer where your media is? Does your PMS have an up to date library? 

I ask this because Python isn't discovering a PMS. Also because everything I listed I did and wondered why it wasn't working.

this is the content of the settings.cfg file:

[PlexConnect]
port_pms = 32400
enable_plexgdm = True
ip_pms = 192.168.178.10
ip_dnsmaster = 8.8.8.8
enable_dnsserver = True
 

I think that the ip_dnsmaster is supposed to be 192.168.178.10, not the ip_pms. 

Not overly tech-savvy so I could be wrong here

I think that the ip_dnsmaster is supposed to be 192.168.178.10, not the ip_pms. 
Not overly tech-savvy so I could be wrong here


No 8.8.8.8 should be good.

ip_pms = 192.168.178.10


Change that in settings.cfg to the IP of your PMS (192.1681.4).

There has been a change to the code, once the program has run for the first time it will create settings.cfg, it is this file the application looks to for configuration now.

I don’t have plex media center where can I get that?

It’s Plex Media Server (PMS) and it is available on the Plex site. Plexconnect is a client for PMS.

But in the instructions doesn’t say I have to install plex media server

The overview states it is a client for the Plex media server.

I Have to install plex media center?

The server (PMS).

Where can get The server (PMS)?