I’m currently using SABnzbd and “sonarr” on my raspberry pi and am unable to set the drone factory folder in the settings. Attempting to do so and then clicking save returns an error
app.js:18313
Uncaught TypeError:undefined is not a function
if I leave settings and return drone factory goes back to being blank and no files are being imported from SABnzbd
NzbDrone Ver. 2.0.0.2064
SABnzbd Ver. .07.19RC3
Edit: Here is a pastebin of the logs http://pastebin.com/T2fekRwv
Gotten it taken care of it was a permissions issue on the windows side.
Are SAB and sonarr both on the rPi? If so, you don’t need to do anything and sonarr should import automaticalluy, if they’re on separate machines you need to do a bit to get them to talk, but you still don’t use the drone factory folder.
[trace logs] (https://github.com/NzbDrone/NzbDrone/wiki/Log-Files) should show whats going on and why drone is unable to import from SAB already.
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
I posted my logs in my main post now thanks. I don’t know if there is a better way than pastebin, I did a fast search through for the word import and found this
System.UnauthorizedAccessException: Access to the path "/mnt/WinShare/Media/Anime/Akame ga Kill!" is denied.
at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00000] in <filename unknown>:0
at System.IO.Directory.CreateDirectory (System.String path) [
I assume this is referencing the windows share I want it to be moving the files too. I am not sure how to give it permission to access it though.
I’m trying to make a soft link between /mnt/WinShare/Media and ~/Media and have it move things into ~/Media, should that help the situation… Doesn’t look like it did. I’m not sure where to go from here.
Seem to be having issues with the forums, probably my bad I’ll get used to it.
The user that is running mono is not capable of creating a folder on the share, its a permission issue. Could be how the SMB share is mounted or linux permissions don’t permit that user.