Describe the bug
I'm running Radarr as a service on macOS 10.15.1. I am unable to select my external hard drive as my Movie folder. I can confirm that mono and radarr services are both running under the same user, the same user that owns my external volume. The volume is listed under the System section of the app, and Im able to drill into in when attempting to select a movies directory in that drive. However, no folders show up in my Server drive.
As a side note, I had previously been running Radarr in Docker and was able to see these folders no problem. Perhaps docker did something funky?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots





Desktop (please complete the following information):
Debug Logs
just lots of this:

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.91. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
I've found the issue. It is macOS Catalina that is the problem. In order to solve this issue, I had to grant full disk access to /bin/sh:
Restart Radarr and you should be set.
Just wanted to add that I've been having this exact problem since I updated to macOS Catalina 10.15.3. It occurred on Sonarr, but not Radarr. Adding /bin/sh to Full Disk Access fixed it. I tried changing permissions on my drive directly, but had no luck with that.
Is there a more suitable, more secure way of fixing this? Opening your hard drive up to malicious scripts doesn't seem like an ideal solution
Most helpful comment
I've found the issue. It is macOS Catalina that is the problem. In order to solve this issue, I had to grant full disk access to
/bin/sh:Restart Radarr and you should be set.