• 34 Posts
  • 558 Comments
Joined 3 years ago
cake
Cake day: April 19th, 2023

help-circle

  • I can’t change the transcoding path, if I change it from /cache to /transcoding I get this error:

    AxiosError
    
    Request failed with status code 404
    
    Qt@https://jellyfin/web/node_modules.axios.bundle.js?c6f75fd5d790d35851b6:2:25313
    b@https://jellyfin/web/node_modules.axios.bundle.js?c6f75fd5d790d35851b6:2:34005
    
    83202/dr/i/<@https://jellyfin/web/node_modules.axios.bundle.js?c6f75fd5d790d35851b6:2:57370
    83202/hr/hr/i/<@https://jellyfin/web/node_modules.axios.bundle.js?c6f75fd5d790d35851b6:2:58302
    br@https://jellyfin/web/node_modules.axios.bundle.js?c6f75fd5d790d35851b6:2:58415
    u@https://jellyfin/web/node_modules.axios.bundle.js?c6f75fd5d790d35851b6:2:59896
    

    And if I press F5 I have to login again

    –Edit–

    Nevermind I got it all fixed. I had to edit config/encoding.xml and manually change the transcoding path and mount a fresh docker volume at that path. I’m on 10.11.1 and everything’s good.


  • Jellyfin won’t start, it keeps creating file that blocks it from starting up for some reason:

    System.InvalidOperationException: Exepected to find only .jellyfin-transcode but found marker for /cache/.jellyfin-cache.
       at Emby.Server.Implementations.AppBase.BaseApplicationPaths.CheckOrCreateMarker(String path, String markerName, Boolean recursive)
       at Emby.Server.Implementations.AppBase.BaseApplicationPaths.CreateAndCheckMarker(String path, String markerName, Boolean recursive)
       at MediaBrowser.Common.Configuration.EncodingConfigurationExtensions.GetTranscodePath(IConfigurationManager configurationManager)
       at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
    

    I delete the file, restart jellyfin only for it to show up again. Rolling back to 10.11.0 lets jellyfin start.


















  • Sometimes (not in this instance) the error message is completely worthless. I remember one time trying to configure automatic backups in Cloud Native Postgres and it just wasn’t working, the errors were opaque. So I asked on the project’s github what the problem was and the devs were quite unhelpful. Some random user came along and said “Oh you need to set the S3 region like this…” and backups started working.