You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello i cannot start The Jellyfin addon. Log says Access to the path '/share/jellyfin/data/data' is denied.
My setup is a Raspberry Pi 4b with 4gb RAM running Home Assistant OS. I just installed Home assistant and tried to run jellyfin.
Unhandled exception. System.UnauthorizedAccessException: Access to the path '/share/jellyfin/data/data' is denied.
---> System.IO.IOException: Permission denied
--- End of inner exception stack trace ---
at System.IO.FileSystem.CreateDirectory(String fullPath)
at System.IO.Directory.CreateDirectory(String path)
at Emby.Server.Implementations.AppBase.BaseApplicationPaths..ctor(String programDataPath, String logDirectoryPath, String configurationDirectoryPath, String cacheDirectoryPath, String webDirectoryPath)
at Emby.Server.Implementations.ServerApplicationPaths..ctor(String programDataPath, String logDirectoryPath, String configurationDirectoryPath, String cacheDirectoryPath, String webDirectoryPath)
at Jellyfin.Server.Program.CreateApplicationPaths(StartupOptions options)
at Jellyfin.Server.Program.StartApp(StartupOptions options)
at Jellyfin.Server.Program.<Main>(String[] args)
The text was updated successfully, but these errors were encountered:
I am also running into this same error on a x86_64 NUC.
Unhandled exception. System.UnauthorizedAccessException: Access to the path '/share/jellyfin/data/data' is denied.
---> System.IO.IOException: Permission denied
--- End of inner exception stack trace ---
at System.IO.FileSystem.CreateDirectory(String fullPath)
at System.IO.Directory.CreateDirectory(String path)
at Emby.Server.Implementations.AppBase.BaseApplicationPaths..ctor(String programDataPath, String logDirectoryPath, String configurationDirectoryPath, String cacheDirectoryPath, String webDirectoryPath)
at Emby.Server.Implementations.ServerApplicationPaths..ctor(String programDataPath, String logDirectoryPath, String configurationDirectoryPath, String cacheDirectoryPath, String webDirectoryPath)
at Jellyfin.Server.Program.CreateApplicationPaths(StartupOptions options)
at Jellyfin.Server.Program.StartApp(StartupOptions options)
at Jellyfin.Server.Program.<Main>(String[] args)```
Hello i cannot start The Jellyfin addon. Log says Access to the path '/share/jellyfin/data/data' is denied.
My setup is a Raspberry Pi 4b with 4gb RAM running Home Assistant OS. I just installed Home assistant and tried to run jellyfin.
The text was updated successfully, but these errors were encountered: