• 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 Jellyfin not playing

     
    • 0 Vote(s) - 0 Average

    Jellyfin not playing

    doobs
    Offline

    Junior Member

    Posts: 42
    Threads: 8
    Joined: 2024 May
    Reputation: 0
    Country:United States
    #1
    2024-06-01, 04:44 PM (This post was last modified: 2024-06-01, 04:45 PM by doobs.)
    So, I've got Jellyfin installed on a repurposed Protectli Vault FW2B - 2 Port, Firewall Micro Appliance/Mini PC - Intel Dual Core, AES-NI, Barebone, which has an 8gb memory and a 256gb mSATA SSD.

    On it, I'm running:

    Distributor ID: Ubuntu
    Description: Ubuntu 24.04 LTS
    Release: 24.04
    Codename: noble

    Twice now Jellyfin has decided to not play media. When tried from my Android TV or phone, it doesn't play, but when tried from the browser (in PaleMoon) I get a "system can't play this media" type of error.
    Both times, SSH-ing into the device and doing a sudo update and then sudo upgrade has solved the issue.

    While not honorous for me, oftentimes I'm not readily available and my wife is most decidedly not able to go through this gyration.

    I've got another device acting as a server for Jopling in which the following was instantiated:

    sudo apt install unattended-upgrades apt-listchanges
    echo unattended-upgrades unattended-upgrades/enable_auto_updates boolean true | sudo debconf-set-selections
    sudo dpkg-reconfigure -f noninteractive unattended-upgrades

    Can I do this with this device to eliminate the need for the manual update/upgrade cycle?

    Thanks,
    chris
    enesha
    Offline

    Member

    Posts: 52
    Threads: 13
    Joined: 2023 Nov
    Reputation: 1
    Country:United Kingdom
    #2
    2024-06-01, 05:27 PM
    Heya! Smiling-face Not a JF developer, but thought i'd throw sys admin in there Smiling-face doing apt update - upgrade will only do SOMETHING if theres something to do. If there are no updates it update will tell upgrade that and it will just tell you nothing needs to be done. It *should* only affect JF if there's a related upgrade. -server -web or ffmpeg6 etc. only then would it upgrade and restart the process. I say all that just to suggest that doing anything with apt is either placebo or just the recent updates for 10.9.x. Also, were it to be useful, running unattended upgrades would check and do things daily(?) I think, which really wouldn't be on demand for your purposes

    Is there anything you can post from your log abouts the time of some failures?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #3
    2024-06-01, 06:11 PM
    Can you share your full Jellyfin logs with us via pastebin?
    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]
    doobs
    Offline

    Junior Member

    Posts: 42
    Threads: 8
    Joined: 2024 May
    Reputation: 0
    Country:United States
    #4
    2024-06-01, 07:51 PM
    (2024-06-01, 06:11 PM)TheDreadPirate Wrote: Can you share your full Jellyfin logs with us via pastebin?

    Sure.  Where might they be?
    chris
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2024-06-01, 08:56 PM
    /var/log/jellyfin/
    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]
    doobs
    Offline

    Junior Member

    Posts: 42
    Threads: 8
    Joined: 2024 May
    Reputation: 0
    Country:United States
    #6
    2024-06-02, 01:11 PM
    Never done a pastebin before...

    This is the log from yesterday:

    https://pastebin.com/HUUuemnf

    cheers
    chris
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2024-06-02, 03:49 PM
    This log is almost entirely webhook notification messages. I don't see any logs related to playback. Replicate the problem then share the fresh log.
    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]
    doobs
    Offline

    Junior Member

    Posts: 42
    Threads: 8
    Joined: 2024 May
    Reputation: 0
    Country:United States
    #8
    2024-06-03, 11:43 AM
    Well, this is not something that I can replicate.

    As indicated, it has happened twice.

    The server will refuse to playback mp3 files. Haven't tried it with anything else.

    A sudo update/upgrade solves the issue.

    Will enabling auto-updates create any issues?

    This is what I have for my other box:

    sudo apt install unattended-upgrades apt-listchanges
    echo unattended-upgrades unattended-upgrades/enable_auto_updates boolean true | sudo debconf-set-selections
    sudo dpkg-reconfigure -f noninteractive unattended-upgrades

    thanks
    chris
    pcm
    Offline

    Member

    Posts: 62
    Threads: 4
    Joined: 2024 May
    Reputation: 0
    Country:Uzbekistan
    #9
    2024-06-03, 03:41 PM (This post was last modified: 2024-06-03, 03:58 PM by pcm. Edited 6 times in total.)
    Quote:The server will refuse to playback mp3 files. Haven't tried it with anything else.

    Here's what you can do that will help us troubleshoot your problem.

    1. SSH into your jellyfin server host.
    2. Run
    Code:
    cd /var/log/jellyfin && tail -f $(ls -1tr | tail -1)
    4. Hit the enter key a few times so that there will a gap from the last log line
    5. Try playing an mp3 file
    6. If you then switch over to terminal on your server host running the command from step-3, you should see relevant log informing you of precisely what went wrong.
    7. Copy and paste that log
    8. Repeat steps 1-7 for a video/movie/tvshow and paste those logs here if you encounter an error while playing them.

    Quote:A sudo update/upgrade solves the issue.

    Will enabling auto-updates create any issues?

    This is hard for anyone to say without looking at the relevant logs.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2024-06-03, 04:45 PM
    Ok. Without relevant logs its hard to diagnose. The next time this happens copy the log somewhere so it doesn't get overwritten and then share it with us.
    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]
    « 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