Need little help troubleshooting jellyfin
from url@feddit.fr to selfhosted@lemmy.world on 18 Aug 13:43
https://feddit.fr/c/selfhosted@lemmy.world/p/473353/need-little-help-troubleshooting-jellyfin

Hello guys so I installed jellyfin on termux. It ran fine few hours ago. I turned it off and got running few times. Now when I’m trying to start jellyfin I’m getting this error

You must install .NET to run this application.
App: /data/data/com.termux/files/usr/lib/jellyfin/jellyfin
Architecture: arm64 App host version: 9.0.18
.NET location: Not found
Learn more:
aka.ms/dotnet/app-launch-failed
Download the .NET runtime:
aka.ms/dotnet-core-applaunch?missing_runtime=true…
Failed to resolve libhostfxr.so [not found]. Error code: 0x80008083
Any suggestion to fix it ?

#selfhosted

threaded - newest

frongt@lemmy.zip on 18 Aug 14:59 next collapse

Through termux? You’re running this on an android phone? I didn’t know you could do that. What process did you follow? What happens if you rerun the installation process?

url@feddit.fr on 18 Aug 15:19 collapse

You can just install it with pkg in jellyfin-server. I actually run a lot of stuff on termux. Like Forgejo, syncthing, Readeck, TOR as dns resolver
But i dont want to set it up again

CausticFlames@sopuli.xyz on 18 Aug 15:49 next collapse

I don’t know all that much about jellyfins runtime on android in general, but if it depends on dotnet could you try running dotnet —info

If that returns nothing or outdated packages, you could probably install or update them with something along the lines of:

pkg update

apt install --reinstall \ dotnet-hostfxr-9.0 \ dotnet-runtime-9.0 \ aspnetcore-runtime-9.0 \ dotnet-host

WhyAUsername_1@lemmy.world on 19 Aug 05:21 collapse

While we are here, why not use docker? If you trouble shoot your way into getting docker running, then everything will work automatically.

url@feddit.fr on 19 Aug 06:20 collapse

I thought about udocker for termux. I went with plain old ftp :)