i still get the "Trailers is unavailable. Try again later." message on Apple TV (3) although the log looks fine to me. See here: http://pastebin.com/YEm5nGZW
My Apple TV 3 Firmware is 5.2.1
PMS runs on my Mac Mini. IP Address: 192.168.1.2
PlexConnect also runs on the Mac Mini.
Mac Mini has OSX Mountain Lion.
Media is stored on external harddrive.
PlexConnect Version (most recent one: 13.06.2013 23:44)
So all the other channels (Youtube, etc.) work fine over the DNS, but when i launch the Trailers app, it just shows "Trailers is unavailable. Try again later.". I never saw the plex menu, although the log correctly says "***intercept request". Any ideas?
No, it's not the same problem - at least as far as I can understand. Alex1399 isn't getting any Plex content - or is he? You are set up and browsing your library...
5.0.2 doesn't support the NavBar in trailers app. Therefor you get that ugly, but fully functional fall back. It is not an error... it's a feature.
By the way... how is PlexConnect handling those two aTV in parallel? Any issues?
Do you have a second computer to help in debugging? From there use a Browser and try to request a PlexConnect page: "http://192.168.1.2" should actually do the trick. Since it won't be an aTV, I would expect a 403, "Not Serving Client <..>" message.
I almost thought it would work now, cause when i followed your instructions i figured out, that a pow-server (for ruby-on-rails-development) was running on port 80, so when i visit (192.168.1.2) from a different computer (or just try "localhost" on the current one) POW responded. Unfortunately after shutting down POW the problem still exist...
*Update:*
I found something interesting in the POW documentation:
"The firewall rule installed by Pow redirects all incoming traffic on port 80 to port 20559, where Pow runs. This means if you have another web server running on port 80, like the Apache that comes with Mac OS X, it will be inaccessible without either disabling the firewall rule or updating that server's configuration to listen on another port."
So i somehow have to find where to change this firewall rule.