Jellyfin Forum
SOLVED: Cant connect Raspi - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: SOLVED: Cant connect Raspi (/t-solved-cant-connect-raspi)



Cant connect Raspi - bob_stefanio - 2025-08-19

Hi Everyone, 

I am new to jellyfin I set it up on my raspi 4 which also runs omv. It was working fine then I shut down the raspi to move to a new house I have reconnected the raspi and I can access all the drives and shares from OMV however the jellyfin server is not connectable now by any device (android Phone/ Chromecast running jellyfin app) 

I tried many things to get it to work in the end I uninstalled all Jellyfin services and then resinstalled it fresh. Still the same issue. When I try to connect to the web client I get error connection refused. When I try to connect with it says tried two candidates for input without success. 

I am boggled as to why its not working now any help would be apprcaited. 

naspi@nas-pi:~ $ sudo service jellyfin status
● jellyfin.service - Jellyfin Media Server
    Loaded: loaded (/lib/systemd/system/jellyfin.service; enabled; vendor preset: enabled)
    Drop-In: /etc/systemd/system/jellyfin.service.d
            └─jellyfin.service.conf
    Active: active (running) since Tue 2025-08-19 21:32:52 BST; 4s ago
  Main PID: 2699 (jellyfin)
      Tasks: 18 (limit: 8755)
        CPU: 4.768s
    CGroup: /system.slice/jellyfin.service
            └─2699 /usr/bin/jellyfin --webdir=/usr/share/jellyfin/web --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg


RE: Cant connect Raspi - bob_stefanio - 2025-08-19

I have attached a log it seems to failing to run due to 

Unhandled Exception
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)


RE: Cant connect Raspi - bob_stefanio - 2025-08-19

Scratch that I fixed it no idea how the permissons get messed up but I just ran.

sudo chown -R jellyfin:jellyfin /var/lib/jellyfin
sudo chmod -R u+rwX /var/lib/jellyfin