• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Previous/Next Buttons not working

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    Previous/Next Buttons not working

    In a TV Shows, Prev/next buttons don't play the previous or next episode
    roms
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2023 Dec
    Reputation: 0
    Country:United States
    #1
    2024-01-18, 11:35 PM
    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
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-01-18, 11:40 PM
    Do you have any themes or custom CSS?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    roms
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2023 Dec
    Reputation: 0
    Country:United States
    #3
    2024-01-19, 02:04 PM
    No themes or custom CSS that I know of, just a vanilla install from the arch repos: https://archlinux.org/packages/extra/x86...in-server/ and https://archlinux.org/packages/extra/any/jellyfin-web/
    I tried uninstalling all the non-default plugins too, but still experiencing the issue.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-01-19, 04:58 PM
    In your apache reverse proxy did you pass the web socket?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    roms
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2023 Dec
    Reputation: 0
    Country:United States
    #5
    2024-01-19, 06:49 PM (This post was last modified: 2024-01-19, 06:52 PM by roms. Edited 1 time in total. Edit Reason: formatting )
    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/networ...rgjellyfin

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

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-01-19, 06:52 PM
    Long shot. Are you using an ad blocker?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    roms
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2023 Dec
    Reputation: 0
    Country:United States
    #7
    2024-01-19, 06:55 PM
    (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.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-01-19, 07:21 PM
    What library type is your media in? Has Jellyfin properly identified them? Can you provide file and folder name examples?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    roms
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2023 Dec
    Reputation: 0
    Country:United States
    #9
    2024-01-21, 02:47 AM (This post was last modified: 2024-01-21, 02:49 AM by roms. Edited 3 times in total.)
    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?
    tmsrxzar
    Offline

    Senior Member

    Posts: 755
    Threads: 6
    Joined: 2023 Nov
    Reputation: 20
    #10
    2024-01-21, 03:10 AM (This post was last modified: 2024-01-21, 03:11 AM by tmsrxzar.)
    "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
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode