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 Serverdef getPlexGDM():return True # True: use PlexGDM (GoodDayMate) to auto discover PMSdef 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/WebServerdef getIP_DNSmaster(): # Router, ISP's DNS, ...return '192.168.0.1' # google public DNSdef getHostToIntercept():return 'trailers.apple.com'
I hope you can help me.