kyoemby 1 Posted yesterday at 01:46 AM Posted yesterday at 01:46 AM 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
Luke 42760 Posted yesterday at 02:00 AM Posted yesterday at 02:00 AM Hi, are you using a reverse proxy?
kyoemby 1 Posted yesterday at 02:01 AM Author Posted yesterday at 02:01 AM Yes I am, forgot to mention that. Does Roku have a problem with reverse proxies?
Luke 42760 Posted yesterday at 02:04 AM Posted yesterday at 02:04 AM 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 1 Posted yesterday at 04:24 AM Author Posted yesterday at 04:24 AM The first post fixed it, thanks
kyoemby 1 Posted 7 hours ago Author Posted 7 hours ago 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. 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now