Jump to content

No compatible streams are currently available after update the TV app


Recommended Posts

Termindiego25
Posted (edited)

Hi, I updated the app on my LG TV, but I'm now getting the "No compatible streams are currently available" error again.

I'm using Emby Server v4.9.3.0 on an LG 43UN80006LC TV, with webOS v4.63.25 and the app v1.0.50.
To access the server, I'm using Traefik as a reverse proxy and Cloudflare as the tunnel.

It was working before after we fixed some Cloudflare configuration issues, but now it's stopped working again (I don't know if it's because of the latest update or Cloudflare).

Here's the log; I hope it helps to fix it

embyserver.txt

Edited by Termindiego25
SamES
Posted

From my experience, I'm almost certain it's a proxy/cloudflare issue

Posted

Hi, yes are you able to test direct access with the reverse proxy disabled?

Termindiego25
Posted
9 minutes ago, Luke said:

Hi, yes are you able to test direct access with the reverse proxy disabled?

I tried without directly through port 8096, and it works.

But since this worked previously to update the TV app, what could be in conflict with Cloudflare or Traefik?
This is the Traefik conf sites, it is so simple so I think this should not affect:
 

tcp:
  routers:
    emby:
      entryPoints:
        - websecure
      rule: "HostSNI(`emby.domain.com`)"
      service: emby
      tls:
        passthrough: true

  services:
    emby:
      loadBalancer:
        servers:
          - address: "connector:8920"

About Cloudflare, I have disabled Rocket Loader, bypassed cache and disabled compression (according to an old post with recommended configuration on Cloudflare's site)

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...