Jump to content

Recommended Posts

rootbeerdan
Posted (edited)

Same, 10+ people have reported to me that the iOS app no longer works for them, including myself.

Edited by rootbeerdan
rootbeerdan
Posted

Screenshot and log file attached.

The log file starts after I restart the server, so it's pretty short but the only "playback" actions were from my iOS device right after restarting. The screenshot is what shows up immediately after attempting to play video or even just music, and it soft-locks the app because it will try to play the next episode after clicking "got it" until it runs out of episodes.

 

embyserver (2).txtimage.thumb.jpeg.e3ca081019b0fb49627bfa3d74974794.jpeg

rootbeerdan
Posted
On 10/16/2023 at 6:11 PM, Luke said:

@rootbeerdanare you still having an issue with this?

Yup, we've just had folks use the PWA on iOS which seems to work fine for our use case.

Posted

Are you using a reverse proxy?

Posted (edited)

I had the same error and its was because of a missing websockets config in my reverse proxy (haproxy). 

 

haproxy.cfg (frontend) :

acl hdr_connection_upgrade hdr(Connection) -i Upgrade
acl hdr_upgrade_websocket  hdr(Upgrade) -i WebSocket
acl host_emby                          hdr_sub(host) -i emby.<mydomain>

 

 

 

 

 

 

Edited by fvboegeld
  • Thanks 1
Posted
11 hours ago, fvboegeld said:

I had the same error and its was because of a missing websockets config in my reverse proxy (haproxy). 

 

haproxy.cfg (frontend) :

acl hdr_connection_upgrade hdr(Connection) -i Upgrade
acl hdr_upgrade_websocket  hdr(Upgrade) -i WebSocket
acl host_emby                          hdr_sub(host) -i emby.<mydomain>

 

 

 

 

 

 

Hey thanks for the post

 I don’t work with haproxy very often

 could you give more details of where / how to do this configuration?  I’m not immediately familiar with websockets 

maybe a screenshot of your config

 

 thanks!!

Posted
On 10/27/2023 at 12:59 AM, Ahole said:

Hey thanks for the post

 I don’t work with haproxy very often

 could you give more details of where / how to do this configuration?  I’m not immediately familiar with websockets 

maybe a screenshot of your config

 

 thanks!!

Are you behind a RP? And if so, which one are you using?

Thanks

rootbeerdan
Posted

Latest update on iOS resolved all issues folks were having, thanks for the fix.

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