2024-08-28, 09:23 PM
(This post was last modified: 2024-08-28, 09:23 PM by TheDreadPirate.)
(2024-08-28, 08:32 PM)umunas Wrote:Code:20:24:08] [ERR] [1] Main: The server is expected to host the web client, but the provided content directory is either invalid or empty: /usr/lib/jellyfin/bin/jellyfin-web. If you do not want to host the web client with the server, you may set the '--nowebclient' command line flag, or set'hostwebclient=false' in your config settings
How are you starting Jellyfin? If you are simply typing in "jellyfin", that is not how you start Jellyfin.
Code:
sudo systemctl start jellyfin
If that doesn't work, can you share the output of this command via pastebin?
Code:
sudo journalctl -u jellyfin -n 200 --no-pager