• 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 Search does not work after update to 10.9.x

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    Search does not work after update to 10.9.x

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #11
    2024-05-25, 03:05 PM
    At this point submit a github issue. Because I've got nothing.

    https://github.com/jellyfin/jellyfin/issues
    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]
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,177
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #12
    2024-05-26, 05:34 AM (This post was last modified: 2024-05-26, 05:39 AM by Efficient_Good_5784. Edited 3 times in total.)
    Looking at the log output from some comments back: "Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 6: 'database table is locked'."

    How did you do the upgrade to v10.9? Seems like your database file got locked.

    Did you copy it while the server was running? A long time ago, I remember reading about some people that copied their database file while it's being accessed which caused issues with their server.
    Jellyfin locks the database file while it's in use. So if you copy the locked database and use it for a new server, you'll most likely get errors.
    Kevin Nord
    Offline

    Junior Member

    Posts: 27
    Threads: 7
    Joined: 2023 Jun
    Reputation: 0
    #13
    2024-06-02, 07:51 PM (This post was last modified: 2024-06-02, 07:52 PM by Kevin Nord. Edited 1 time in total.)
    (2024-05-26, 05:34 AM)Efficient_Good_5784 Wrote: Looking at the log output from some comments back: "Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 6: 'database table is locked'."

    How did you do the upgrade to v10.9? Seems like your database file got locked.

    Did you copy it while the server was running? A long time ago, I remember reading about some people that copied their database file while it's being accessed which caused issues with their server.
    Jellyfin locks the database file while it's in use. So if you copy the locked database and use it for a new server, you'll most likely get errors.

    I upgraded using apt upgrade. I'm honestly not sure what happens behind the scenes as far as package managers installing, but I didn't manually back anything up.
    I don't want to change my sig with every new version. I'm running whatever the currently packaged version for Ubuntu Server 22.04 Smiling-face
    Kevin Nord
    Offline

    Junior Member

    Posts: 27
    Threads: 7
    Joined: 2023 Jun
    Reputation: 0
    #14
    2024-07-01, 03:28 PM
    For anyone who comes in the future, I was unable to resolve this issue and ended up reinstalling.
    I don't want to change my sig with every new version. I'm running whatever the currently packaged version for Ubuntu Server 22.04 Smiling-face
    10rounds
    Offline

    Junior Member

    Posts: 19
    Threads: 4
    Joined: 2024 May
    Reputation: 0
    Country:United Kingdom
    #15
    2024-08-25, 10:06 PM (This post was last modified: 2024-08-25, 10:14 PM by 10rounds. Edited 1 time in total.)
    I recently upgraded my Jellyfin instance on a Raspberry Pi from version 10.8.x to 10.9.9 via apt, and then to 10.9.10 today. I seem to be encountering the same issue discussed in this thread. Post-upgrade, the Jellyfin web interface loads correctly, and I can play music without any issues. However, the system intermittently hangs completely. Despite waiting for about an hour, the system remains unresponsive, requiring a hard reboot.

    After experiencing this issue several times, I performed a backup and an SQLite database health check, both of which reported no problems. I then realized that the hang consistently occurs when I perform a search through the web interface, leading me to believe that this may be the trigger after the upgrade. Interestingly, I have some scripts that perform searches via the API, and those seem to work fine without causing any hangs.

    I’ve reviewed the Jellyfin logs but couldn’t find anything related to the issue. Could you please advise on what further information I could provide to help diagnose and report this problem?

    Thank you.
    prahal
    Offline

    Junior Member

    Posts: 19
    Threads: 6
    Joined: 2024 May
    Reputation: 1
    Country:France
    #16
    2024-08-25, 10:26 PM
    (2024-08-25, 10:06 PM)10rounds Wrote: I recently upgraded my Jellyfin instance on a Raspberry Pi from version 10.8.x to 10.9.9 via apt, and then to 10.9.10 today. I seem to be encountering the same issue discussed in this thread. Post-upgrade, the Jellyfin web interface loads correctly, and I can play music without any issues. However, the system intermittently hangs completely. Despite waiting for about an hour, the system remains unresponsive, requiring a hard reboot.

    Before experiencing this issue, I performed a backup and an SQLite database health check, both of which reported no problems. The hang consistently occurs when I perform a search through the web interface, leading me to believe that this may be the trigger after the upgrade. Interestingly, I have some scripts that perform searches via the API, and those seem to work fine without causing any hangs.

    I’ve reviewed the Jellyfin logs but couldn’t find anything related to the issue. Could you please advise on what further information I could provide to help diagnose and report this problem?

    Thank you.

    Your issue is unrelated and will get lost if you do not open a dedicated thread for it

    This thread is about jellyfin search failing to return a search result and jellyfin logs telling that the database is locked (which means another process already has a "lock" on it to avoid corruption of the database. But here the board does not stop responding. We only have a locked database message in the log.

    Your issue is your board is locking which means it freezed and does not respond anymore.

    This thread issue is likely fixed for a while as the database locking issue has been fixed for a few minor releases.

    It is unlikely jellyfin has anything to do with your board freezing. Such freezes are kernel space issues. Latest Jellyfin likely calls into kernel code that is broken (probably video hardware decoding was enabled in 10.9 for your board). But your board freezing when so is a kernel bug. Or a hardware bug that might be worked around in the kernel.
    Pages (2): « Previous 1 2

    « 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