• 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 Media Scanning & Identification The path could not be found (Ubuntu local install)

     
    • 0 Vote(s) - 0 Average

    The path could not be found (Ubuntu local install)

    Local installation of Jellyfin Version 10.8.13 on an Ubuntu 20.04.6LTS filesystem with media on a second HDD. When I attempt to add my media folder Jellyfin returns the error, "The path could not be found."
    innerspaceboy
    Offline

    Junior Member

    Posts: 19
    Threads: 2
    Joined: 2024 Apr
    Reputation: 0
    Country:United States
    #24
    2024-04-11, 05:07 PM (This post was last modified: 2024-04-11, 05:10 PM by innerspaceboy. Edited 2 times in total.)
    (2024-04-11, 05:02 PM)TheDreadPirate Wrote: Something is lingering, but I don't know where. Are you ok with purging Jellyfin and starting over? You have nothing you need to preserve, correct? If so, follow these directions to ensure we have a clean start.

    Code:
    sudo systemctl stop jellyfin
    sudo apt purge jellyfin*

    Now we are going to manually delete Jellyfin's data dir and config dir.

    Code:
    sudo rm -rf /var/lib/jellyfin /etc/jellyfin

    Install from our repo via the auto-install script

    Code:
    curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash

    It will automatically start the Jellyfin service.

    Thank you - that was my line of thinking for our next step as well. 

    I ran all the commands you so kindly provided in order. When I ran the final curl command and hit return after the information appeared in the terminal, it showed a lot of info ending with an error message. I captured the error:

    ERROR: Failed to update APT repositories. Something is wrong with your APT sources, GPG keys, or Internet connection. Try again shortly or use https://jellyfin.org/contact to find us for troubleshooting.

    Does that matter or should I proceed with creating a user account and adding the folder? EDIT: Ah, I see I can't access the Jellyfin dashboard URL due to the error - it hasn't installed.

    Here's a full capture of what it returned when I ran the curl command:

      % Total    % Received % Xferd  Average Speed  Time    Time    Time  Current
                                    Dload  Upload  Total  Spent    Left  Speed
      0    0    0    0    0    0      0      0 --:--:-- --:--:-- --:--:--    0> Determining optimal repository settings.

    Found the following details from '/etc/os-release':
      Real OS:            ubuntu
      Repository OS:      ubuntu
      Repository Release: focal
      CPU Architecture:  amd64
    100 10356  100 10356    0    0  31962      0 --:--:-- --:--:-- --:--:-- 32061


    > Fetching repository signing key.

    > Found old-style '/etc/apt/sources.list.d/jellyfin.list' configuration; removing it.

    > Installing Jellyfin repository into APT.
    Types: deb
    URIs: https://repo.jellyfin.org/ubuntu
    Suites: focal
    Components: main
    Architectures: amd64
    Signed-By: /etc/apt/keyrings/jellyfin.gpg

    > Updating APT repositories.
    Hit:1 http://us.archive.ubuntu.com/ubuntu focal InRelease
    Hit:2 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease             
    Hit:3 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease           
    Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease             
    Hit:5 https://dl.google.com/linux/chrome/deb stable InRelease                 
    Hit:6 https://repo.jellyfin.org/ubuntu focal InRelease                       
    Hit:7 http://ppa.launchpad.net/inkscape.dev/stable/ubuntu focal InRelease 
    Hit:8 http://ppa.launchpad.net/libretro/stable/ubuntu focal InRelease
    Hit:9 http://ppa.launchpad.net/libretro/testing/ubuntu focal InRelease
    Ign:10 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu focal InRelease
    Ign:11 http://ppa.launchpad.net/videolan/stable-daily/ubuntu focal InRelease
    Err:12 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu focal Release
      404  Not Found [IP: 185.125.190.80 80]
    Err:13 http://ppa.launchpad.net/videolan/stable-daily/ubuntu focal Release
      404  Not Found [IP: 185.125.190.80 80]
    Reading package lists... Done
    E: The repository 'http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu focal Release' does not have a Release file.
    N: Updating from such a repository can't be done securely, and is therefore disabled by default.
    N: See apt-secure(Nerd-face manpage for repository creation and user configuration details.
    E: The repository 'http://ppa.launchpad.net/videolan/stable-daily/ubuntu focal Release' does not have a Release file.
    N: Updating from such a repository can't be done securely, and is therefore disabled by default.
    N: See apt-secure(Nerd-face manpage for repository creation and user configuration details.
    ERROR: Failed to update APT repositories. Something is wrong with your APT sources, GPG keys, or Internet connection. Try again shortly or use https://jellyfin.org/contact to find us for troubleshooting.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-08, 12:29 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-08, 12:59 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-10, 09:37 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-10, 09:44 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-10, 10:24 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-11, 01:26 AM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 01:50 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-11, 03:08 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 03:17 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-11, 03:22 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 03:31 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-11, 03:33 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 04:12 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-11, 04:15 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 04:21 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-11, 04:30 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 04:33 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-11, 04:42 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 04:46 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 04:43 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-11, 04:45 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 04:53 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-11, 05:02 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 05:07 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-11, 05:23 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 05:40 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 06:03 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 06:18 PM
    RE: The path could not be found (Ubuntu local install) - by TheDreadPirate - 2024-04-11, 06:32 PM
    RE: The path could not be found (Ubuntu local install) - by innerspaceboy - 2024-04-11, 07:07 PM

    • 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