Jellyfin Forum
SOLVED: Cannot start server after update - 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: Cannot start server after update (/t-solved-cannot-start-server-after-update)



Cannot start server after update - tacrec - 2024-11-08

Just updated to 10.10.1 on Windows 10 and server does not start.  10.9 ran fine yesterday.

https://pastebin.com/kqRcFRKN


RE: Cannot start server after update - theguymadmax - 2024-11-08

Code:
[2024-11-08 13:00:36.556 -08:00] [ERR] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: Failed version check: "C:\ffmpeg\bin"
[2024-11-08 13:00:36.557 -08:00] [ERR] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: Path set by "command line or environment variable" is invalid

Remove the ffmpeg path from your system environmental variables.


RE: Cannot start server after update - tacrec - 2024-11-08

How would I do that without being able to access the dashboard?


RE: Cannot start server after update - theguymadmax - 2024-11-09

In the start menu or a run box type “sysdm.cpl” and open that up.
Navigate to Advanced -> Environment Variables
In User Variables - click Path, then choose edit. Check for "C:\ffmpeg\bin" and delete if found.
Do the same thing for the System Variables.
Restart your computer.


RE: Cannot start server after update - tacrec - 2024-11-10

OK thanks, it works now.