Problem to connect

Hi, I got a problem to connect, when I open PlexConnect, the screen shows:

 

Hi, I got this problem, when I opened PlexConnect the screen shows all this information:

PlexConnect : ***
PlexConnect : PlexConnect
PlexConnect: Press ENTER to shut down.
PlexConnect : ***
Plex Connect: IP_self : 192.168.0.100
PlexGDM: ***
PlexGDM: Looking up Plex Media Server
PlexGDM: ***
PlexGDM: No servers discovered
DNSServer : ***
DNSServer: Starting up.
DNSServer: intercept trailers.apple.com: 192.168.0.100
DNSServer: forward other to higher level DNS: 192.168.0.1
DNSServer: ***
WebServer: ***
WebServer: Servint HTTP on 0.0.0.0 port 80.

 

The problem is: No servers discovered

 

This is what I got on settings: 

#!/usr/bin/python
 
"""
Global Settings...
"""
 
#
# Plex Media Server
def getPlexGDM():
    return True  # True: use PlexGDM (GoodDayMate) to auto discover PMS
 
def getIP_PMS():  # default IP, if GDM fails... todo: do we need this fall back?
    return '192.168.178.2'
def getPort_PMS():
    return 32400
 
#
# DNS/WebServer
def getIP_DNSmaster():  # Router, ISP's DNS, ...
    return '192.168.0.1'  # google public DNS
 
def getHostToIntercept():
    return 'trailers.apple.com'

 

 

I hope you can help me.

 

So? Do you have the PMS in reach? Firewall?

So? Do you have the PMS in reach? Firewall?

I created a rule to python in firewall. What do you mean with PMS?, sorry, I don't know too much about this.

Are you running Plex Media Server (PMS)?

I don't think so... I just followed the steps on the guide, I just open PlexConnect.py, I don't have Plex Media Server.

EDIT

All right, now I got 

<span style="font-size:12px;">Plex Media Server 0.9.7.12</span>

Now it says servers discovered: 1

That's the only change presented on the screen, should I be able to run Plex on my Apple TV now? I'm gonna try when I back from work.

Thank you.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.