Being Asked For Authentication

Hi guys, I'm trying to run plex through Trailers app on my ATV3, but when i open the trailers app, I get prompted for user name and password. I am unsure what authentication i'm being asked for. I have previously installed plex on another machine and was never asked for a username and pass when opening the trailers app. I tried using Plex account credentials, but the authentication fails. 

 

I followed the Github guide to install plex connect on a windows pc, linked here. https://github.com/iBaa/PlexConnect/wiki/Install-Guide

 

The certificates are properly installed on the ATV, the dns is manually set to my server machine. I've done everything mentioned on that guide. 

 

I think I should mention that I'm also running Apache web server on the same machine.

 
Im really new to this and would really appreciate some help and would gladly provide additional info whenever needed. 
 
The attached image shows the authentication I'm stuck at.

This is really strange. It definitely doesn't look like PlexConnect...

Does PlexConnect generate any logs?

Strange indeed. I suspected plexconnect because i saw a "settings.js" file with similar text as the authentication page i'm seeing under \assests\js folder.

Here's the log, I just checked it right now after you mentioned it and i see the port 80 error. But how could that be causing the problem hat I'm facing, i have no idea.

21:25:12 PlexConnect: started: 21:25:12

21:25:12 PlexConnect: Version: 0.4-dev
21:25:12 PlexConnect: Python: 2.7.8 (default, Jun 30 2014, 16:03:49) [MSC v.1500 32 bit (Intel)]
21:25:12 PlexConnect: Host OS: win32
21:25:12 PlexConnect: IP_self: 192.168.1.151
21:25:12 DNSServer: started: 21:25:12
21:25:12 DNSServer: ***
21:25:12 DNSServer: DNSServer: Serving DNS on 192.168.1.151 port 53.
21:25:12 DNSServer: ***
21:25:12 WebServer: started: 21:25:12
21:25:12 WebServer: Failed to connect to HTTP on 192.168.1.151 port 80: [Errno 10013] An attempt was made to access a socket in a way forbidden by its access permissions
21:25:12 WebServer: started: 21:25:12
21:25:12 WebServer: ***
21:25:12 WebServer: WebServer: Serving HTTPS on 192.168.1.151 port 443.
21:25:12 WebServer: ***
21:26:57 PlexConnect: Shutting down.
21:26:57 WebServer: Shutting down (HTTPS).
21:26:58 DNSServer: Shutting down.
 

Do you have Apache configured to use Port 80 (I am guessing it is because plexconnect fails using it), therefore the Authentication could be for the default site on apache.

Yeah Apache is using port 80. Can I make plexconnect use a different port than 80?

The ATV only talks over port 80. So to use a different port you need to look at the advanced setup on the wiki and setup http redirects.


https://github.com/iBaa/PlexConnect/wiki/Install-Guide-Additional-Guides

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