Jellyfin Forum
Previous/Next Buttons not working - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Previous/Next Buttons not working (/t-previous-next-buttons-not-working)

Pages: 1 2


Previous/Next Buttons not working - roms - 2024-01-18

When I'm playing a TV Shows, the previous and next buttons don't work. On the client I see this request getting a 404 error in the network log:

Code:
wss://my.host/jellyfin-media/socket?api_key=eb4ebd3774f94bf09d05b03d26c59ece&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTIxLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIxLjB8MTcwNTYxOTA4MzUwMQ11

my reverse proxy is configured in apache:
Code:
 <Location /jellyfin-media/socket>
    ProxyPreserveHost On
    ProxyPass "ws://127.0.0.1:8096/jellyfin-media/socket"
    ProxyPassReverse "ws://127.0.0.1:8096/jellyfin-media/socket"
 </Location>
 <Location /jellyfin-media>
    ProxyPass "http://127.0.0.1:8096/jellyfin-media"
    ProxyPassReverse "http://127.0.0.1:8096/jellyfin-media"
 </Location>

Any ideas on how I can get the buttons to work?
Thanks!

client - Firefox + JellyFin web player (noticing same problem with jellyfin-media-player v 1.9.1 client too)
server - 10.8.13 / Linux
apache - 2.4.58


RE: Previous/Next Buttons not working - TheDreadPirate - 2024-01-18

Do you have any themes or custom CSS?


RE: Previous/Next Buttons not working - roms - 2024-01-19

No themes or custom CSS that I know of, just a vanilla install from the arch repos: https://archlinux.org/packages/extra/x86_64/jellyfin-server/ and https://archlinux.org/packages/extra/any/jellyfin-web/
I tried uninstalling all the non-default plugins too, but still experiencing the issue.


RE: Previous/Next Buttons not working - TheDreadPirate - 2024-01-19

In your apache reverse proxy did you pass the web socket?


RE: Previous/Next Buttons not working - roms - 2024-01-19

I think so-- I have the ws url in a location block like this:

Code:
<Location /jellyfin-media/socket>
    ProxyPreserveHost On
    ProxyPass "ws://127.0.0.1:8096/jellyfin-media/socket"
    ProxyPassReverse "ws://127.0.0.1:8096/jellyfin-media/socket"
</Location>

which I copied from here: https://jellyfin.org/docs/general/networking/apache#apache-with-subpath-exampleorgjellyfin

everything else seems to be working with the proxy.

I also just tested using the direct host:8096 url and it has the same behavior (minus the 404 error in the network logs) so I suspect the problem is not related to reverse proxy but something else.


RE: Previous/Next Buttons not working - TheDreadPirate - 2024-01-19

Long shot. Are you using an ad blocker?


RE: Previous/Next Buttons not working - roms - 2024-01-19

(2024-01-19, 06:52 PM)TheDreadPirate Wrote: Long shot.  Are you using an ad blocker?
That's a great idea I'd totally overlooked.
Unfortunately, even after disabling ublock origin problem persists.


RE: Previous/Next Buttons not working - TheDreadPirate - 2024-01-19

What library type is your media in? Has Jellyfin properly identified them? Can you provide file and folder name examples?


RE: Previous/Next Buttons not working - roms - 2024-01-21

I think I figured it out, and I think it's just my use case butting against a design choice.

When I have "Play next episode automatically" unchecked in the playback options, the Next/Prev buttons only work when playing an episode directly from a "card"--either an entry in the library screen, or a season from a show's details page (likewise, when the episode finishes, the next episode will automatically begin if playback is started this way). If I manually navigate to a season and select an episode from the list, the player plays only that episode and the next/prev buttons don't detect any other episodes in the queue (and the next episode doesn't being automatically.)

With the automatic next episode enabled, the buttons work regardless of how I play an episode.

Is this consistent (if not indeed the intended) behavior, or is this a quirk of my install?


RE: Previous/Next Buttons not working - tmsrxzar - 2024-01-21

"Is this consistent (if not indeed the intended) behavior, or is this a quirk of my install?"

consistent with my own use of jellyfin; if automatic is not selected it does not queue the subsequent episodes and therefor there is not a "next video"
i never noticed the previous button but it does track that it would be missing as well