• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting SOLVED: Playlist disappear right after library scan

     
    • 0 Vote(s) - 0 Average

    SOLVED: Playlist disappear right after library scan

    Jolaru21
    Offline

    Member

    Posts: 158
    Threads: 28
    Joined: 2023 Jun
    Reputation: 1
    Country:Spain
    #22
    2024-10-01, 05:16 PM (This post was last modified: 2024-10-01, 05:16 PM by Jolaru21.)
    I tried to give both folders of jellyfin full permission and I can't create playlists anymore:

    [2024-10-01 19:13:09.819 +02:00] [ERR] [33] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "POST" "/Playlists".
    System.ArgumentException: parentFolder
    at Emby.Server.Implementations.Playlists.PlaylistManager.CreatePlaylist(PlaylistCreationRequest request)
    at Jellyfin.Api.Controllers.PlaylistsController.CreatePlaylist(String name, IReadOnlyList1 ids, Nullable1 userId, Nullable1 mediaType, CreatePlaylistDto createPlaylistRequest)
    at lambda_method866(Closure, Object)
    at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask
    1 actionResultValueTask)
    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
    --- End of stack trace from previous location ---
    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
    --- End of stack trace from previous location ---
    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
    at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
    at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
    at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
    at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
    at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
    at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
    at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
    at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
    at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
    at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
    at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
    at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
    at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
    at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
    at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
    [2024-10-01 19:13:12.697 +02:00] [INF] [33] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" closed



    Maybe if I revert changes it works, but first I wanted to share with you
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    Messages In This Thread
    Playlist disappear right after library scan - by Jolaru21 - 2024-09-25, 01:48 PM
    RE: Playlist disappear right after library scan - by TheDreadPirate - 2024-09-25, 02:34 PM
    RE: Playlist disappear right after library scan - by Jolaru21 - 2024-09-25, 04:27 PM
    RE: Playlist disappear right after library scan - by theguymadmax - 2024-09-25, 08:47 PM
    RE: Playlist disappear right after library scan - by Jolaru21 - 2024-09-25, 10:49 PM
    RE: Playlist disappear right after library scan - by pixel24 - 2024-09-25, 08:54 PM
    RE: Playlist disappear right after library scan - by pixel24 - 2024-09-26, 10:22 AM
    RE: Playlist disappear right after library scan - by Jolaru21 - 2024-09-26, 12:06 PM
    RE: Playlist disappear right after library scan - by Jolaru21 - 2024-09-26, 08:23 PM
    RE: Playlist disappear right after library scan - by TheDreadPirate - 2024-09-26, 08:26 PM
    RE: Playlist disappear right after library scan - by Jolaru21 - 2024-09-26, 09:02 PM
    RE: Playlist disappear right after library scan - by TheDreadPirate - 2024-09-26, 09:16 PM
    RE: Playlist disappear right after library scan - by Jolaru21 - 2024-09-27, 11:16 PM
    RE: Playlist disappear right after library scan - by TheDreadPirate - 2024-09-28, 01:01 AM
    RE: Playlist disappear right after library scan - by Jolaru21 - 2024-09-28, 09:52 PM
    RE: Playlist disappear right after library scan - by Jolaru21 - 2024-09-29, 08:45 PM
    RE: Playlist disappear right after library scan - by TheDreadPirate - 2024-09-29, 09:42 PM
    RE: Playlist disappear right after library scan - by Jolaru21 - 2024-09-29, 11:57 PM
    RE: Playlist disappear right after library scan - by Jolaru21 - 2024-09-30, 12:09 AM
    RE: Playlist disappear right after library scan - by TheDreadPirate - 2024-09-30, 02:16 PM
    RE: Playlist disappear right after library scan - by Jolaru21 - 2024-10-01, 04:51 PM
    RE: Playlist disappear right after library scan - by Jolaru21 - 2024-10-01, 05:16 PM
    RE: Playlist disappear right after library scan - by Jolaru21 - 2024-10-02, 09:12 AM
    RE: Playlist disappear right after library scan - by TheDreadPirate - 2024-10-02, 01:29 PM
    RE: Playlist disappear right after library scan - by Jolaru21 - 2024-10-02, 03:06 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode