So the issue I’m having is that Sonarr can’t import a file, OS is OSX.
Heres the error;
Couldn’t import episode /users/pirmin/Downloads/completed/The.Cleveland.Show.S04E10.HDTV.x264-LOL/The.Cleveland.Show.S04E10.HDTV.x264-LOL.mp4: Access to the path is denied.
Check if the account under which sonarr is being executed can read/write to that location?
Most likely sonarr is running as another user, and not the pirmin user in the error…
Execute ps aux | grep nzbdrone on a command line, assuming you have root or enough permissions to see processes from other users.
(As far as I know it’s still called nzbdrone behind the scenes. If you can’t find anything, substitute nzbdrone by sonarr or even mono. The last one may give a few results depending on if you have other mono applications running as well.)