• 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 No files will play on clients.

    Pages (4): 1 2 3 4 Next »

     
    • 0 Vote(s) - 0 Average

    No files will play on clients.

    Attempted to play video on Android TV, Android phone and Firefox browser, but all fail.
    damnsignin
    Offline

    Junior Member

    Posts: 23
    Threads: 2
    Joined: 2024 Mar
    Reputation: 0
    #1
    2024-03-05, 02:53 AM (This post was last modified: 2024-03-05, 02:54 AM by damnsignin.)
    I have set up Jellyfin on a Raspberry Pi 5, via CasaOS, with three external Firecuda 5TB HDDs on a powered USB hub, using this guide:

    https://www.youtube.com/watch?v=MgOFtewmBi8

    After some studying about using fstab, I have everything connected, configured and Jellyfin has my entire library scanned, albeit without metadata support, to access on my home network.

    But nothing will play on my any of my devices. Any video will give "This item cannot be played" messages and a few will close out saying they quit after multiple failed attempts. No music or audio files will play either. The Jellyfin client app will load the music, but sits at 0:00 with no actual play. I think (and I may be thinking wrong) I'm missing permissions on the Raspberry Pi configuration to let Jellyfin play to anything on my network, but after two days of Google searches and reading through guides and notes, I cannot figure out how to troubleshoot this issue. I'm completely stumped.

    I'm using Jellyfin 10.8.13 on the latest CasaOS and Raspberry Pi OS Full.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-03-05, 04:46 AM
    Can you share your Jellyfin logs with us via sourcebin or 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]
    damnsignin
    Offline

    Junior Member

    Posts: 23
    Threads: 2
    Joined: 2024 Mar
    Reputation: 0
    #3
    2024-03-05, 07:18 AM (This post was last modified: 2024-03-05, 07:19 AM by damnsignin. Edited 2 times in total.)
    Which log file? I've got three log files with the combined size of the Encyclopedia Britannica from the adding of 12TB of files to Jellyfin and two dozen FFmpeg transcode files from attempts to run files.
    damnsignin
    Offline

    Junior Member

    Posts: 23
    Threads: 2
    Joined: 2024 Mar
    Reputation: 0
    #4
    2024-03-06, 02:55 AM
    I tried to paste the non-ffmpeg log files to pastebin, but they're too big. One file is 95.3MB and the other is 2.23MB.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2024-03-07, 07:47 PM
    Those are absolutely gigantic logs.

    Stop your server, rename your jellyfin logs. Start your server, replicate the problem, share the fresh log 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]
    damnsignin
    Offline

    Junior Member

    Posts: 23
    Threads: 2
    Joined: 2024 Mar
    Reputation: 0
    #6
    2024-03-08, 12:57 AM
    Here it is

    https://pastebin.com/U2zjraAc
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2024-03-08, 03:48 AM
    This looks like a permissions issue or the files are otherwise inaccessible to Jellyfin.

    Code:
    [2024-03-07 16:55:13.928 -08:00] [ERR] [33] MediaBrowser.Controller.Entities.BaseItem: Error refreshing owned items for "/NAS_C/Media/Media/Movies/Code 8/(2024) Part 2.mp4"
    System.IO.DirectoryNotFoundException: Could not find a part of the path '/NAS_C/Media/Media/Movies/Code 8'.
    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]
    damnsignin
    Offline

    Junior Member

    Posts: 23
    Threads: 2
    Joined: 2024 Mar
    Reputation: 0
    #8
    2024-03-08, 04:44 AM
    I was afraid of that. But I don't know how to grant permissions to Jellyfin. I've looked it up and failed to figure out what place I need to edit to give Jellyfin permissions.
    34626
    Offline

    Member

    Posts: 173
    Threads: 36
    Joined: 2023 Jul
    Reputation: 0
    Country:Denmark
    #9
    2024-03-08, 11:29 AM
    Open a terminal and cd to the external drive mount like:

    cd /to/path/of/mounted/drive/

    Then execute:
    sudo chmod -R 777 *

    This command will give all permission to all files in the folder you execute it and all files and folders that is in below that path.

    You might need to restart the Jellyfin server and scan the library (Please test only on one external drive).

    I would recommand you to run Jellyfin in a docker, then you can set permissions for the folders in docker which is better.
    Serv: N5105 - 32GB RAM, 1 WD Red SA500 2TB, 2 8TB, 2 4TB WD Red Plus, LC-35U3-C-HUB
    OS: Debian
    Clients: Pi4 with LibreELEC + JellyCon and Jellyfin Media Player
    Network: 2 TP-Link AX23, OpenWRT mesh 802.11s and 1 Gbit
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2024-03-08, 06:12 PM
    (2024-03-08, 11:29 AM)34626 Wrote: Open a terminal and cd to the external drive mount like:

    cd /to/path/of/mounted/drive/

    Then execute:
    sudo chmod -R 777 *

    This command will give all permission to all files in the folder you execute it and all files and folders that is in below that path.

    You might need to restart the Jellyfin server and scan the library (Please test only on one external drive).

    I would recommand you to run Jellyfin in a docker, then you can set permissions for the folders in docker which is better.

    This would work, but only if there isn't an ACL or some other mount parameter restricting the permissions.
    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]
    Pages (4): 1 2 3 4 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