Channels load, Library does not

I was very excited when I read about PlexConnect. Thanks for this.

 

Channels is working fine. Search appears to be missing the 'search' button.

 

Library just says 'Trailers is unavailable. Try again later.'

 

 

  • ATV3
  • iOS 5.2.1
  • DNS server set on the ATV: 10.0.1.10
  • Device & OS with PlexConnect: Mac mini 10.8.3
  • Local IP address of the device that PlexConnect is installed on: 10.0.1.10
  • Device and OS with PMS: Mac mini 10.8.3
  • Local IP address of the device that the Plex media server: 10.0.1.10
  • Media is on usb drive connected to Time Capsule
  • PlexConnect version: GitHub source, June 8, 3pm CST

Settings.py

 


#!/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 '10.0.1.10'
def getPort_PMS():
    return 32400
 
#
# DNS/WebServer
def getIP_DNSmaster():  # Router, ISP's DNS, ...
    return '8.8.8.8'  # google public DNS
 
def getHostToIntercept():
    return 'trailers.apple.com'

 

 

You are running an older version that Elan forked to test out some UI ideas.

It has a bug in it, if you hit select rather than play there is a bug in the pre play screen that can cause this.

Either:

  • Download the latest version from the main branch (link in the install guide - although channels probably will be broken until it gets fixed - likely tomorrow)
  • Use the workaround of hitting the play button to start a movie/episode

i dont see any movies or tv episodes.

i'll download the main branch now, thanks.

same result. log: http://pastebin.com/7wD76pKL

I reinstalled PMS and now I can see my library, but the videos do not play. Just says, 'Trailers is unavailable. Try again later.'

The press play workaround gives the same error.

log: http://pastebin.com/DFDNMjre

Can you go into settings in the UI ans change video quality to 12Mbps please.

works! also works when Force Transcode is on false.

thanks!