Jump to content

Roku Client not allowing me to log in


Recommended Posts

Posted

My other Emby clients are allowing me to log in but my Roku app is not allowing me to log in, I am manually connecting to server and not using Emby Connect and it allows me to connect to server but when I put in the correct credentials it says invalid login.

embyserver.txt

Posted

Yes I am, forgot to mention that. Does Roku have a problem with reverse proxies?

Posted

No it doesn't. I would first start by comparing your reverse proxy settings to this:

If that doesn't help, then I would read this topic because your issue is the same: 

And your solution can be found by reading my two posts starting here: 

 

kyoemby
Posted

I added this to the Custom NGINX Configuration for my Emby proxy in NGINX Proxy Manager:

limit_req zone=general burst=20 nodelay;
    proxy_set_header Range $http_range;
    proxy_set_header If-Range $http_if_range;
    proxy_set_header X-Real-IP $http_cf_connecting_ip;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header Host $host;
    client_max_body_size 1000M;

I am running my DNS through Cloudflare so that's what the cf part is for in there


and I also did the full https:// part for the host because I haven't had to do that on my other non Roku tv's but that might've helped as well.

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...