Page 1 of 1

Strange error trying to DL a nzb from a watched folder?

Posted: December 7th, 2012, 7:35 pm
by ruinit
Not sure if this what is going on here. A nzb downloaded by LazyLibrarian to a blackhole folder is unable to be read but sickbead, couch potato, headphoes all work from the same directory I have tried many different nzb's. Any help would be great.

2012-12-07 19:13:41,229::INFO::[dirscanner:313] Trying to import /volume1/downloads/nzb/Janet_Evanovich_Finger_Lickin_Fifteen.nzb
2012-12-07 19:13:42,233::WARNING::[dirscanner:158] Cannot read /volume1/downloads/nzb/Janet_Evanovich_Finger_Lickin_Fifteen.nzb
2012-12-07 19:13:42,234::INFO::[dirscanner:159] Traceback:
Traceback (most recent call last):
File "/volume1/@appstore/sabnzbd/share/SABnzbd/sabnzbd/dirscanner.py", line 143, in ProcessSingleFile
f = open(path, 'rb')
IOError: [Errno 13] Permission denied: '/volume1/downloads/nzb/Janet_Evanovich_Finger_Lickin_Fifteen.nzb'

2012-12-07 19:23:20,911 WARNING: Cannot read /volume1/downloads/nzb/Janet_Evanovich_Twelve_Sharp.nzb
2012-12-07 19:22:39,769 WARNING: Cannot read /volume1/downloads/nzb/Janet_Evanovich_Plum_Lucky.nzb
2012-12-07 19:13:42,233 WARNING: Cannot read /volume1/downloads/nzb/Janet_Evanovich_Finger_Lickin_Fifteen.nzb
2012-12-07 19:01:44,403 WARNING: Cannot read /volume1/downloads/nzb/ebooks/Janet_Evanovich_Love_in_a_Nutshell.nzb

Re: Strange error trying to DL a nzb from a watched folder?

Posted: December 8th, 2012, 2:56 am
by shypike
Looks like you're using different accounts for the programs
and you didn't take care of access rights.
If SABnzbd tells you it cannot read a file, it's because the OS won't allow it.
It a problem of the NZB producing program.

Re: Strange error trying to DL a nzb from a watched folder?

Posted: December 8th, 2012, 11:20 am
by ruinit
shypike wrote:Looks like your using different accounts for the programs
and you didn't take care of access rights.
If SABnzbd tells you it cannot read a file, it's because the OS won't allow it.
It a problem of the NZB producing program.
Ty for your response. Do I understand you correctly that the program that grabs the nzb and saves it to blackhole folder is not permissioning correctly so that sabnzb can access it? That would make sense in that all other nzb's from other sources work?

Thanks again

Re: Strange error trying to DL a nzb from a watched folder?

Posted: December 8th, 2012, 11:56 am
by shypike
It looks like that.

Re: Strange error trying to DL a nzb from a watched folder?

Posted: December 8th, 2012, 12:01 pm
by ruinit
shypike wrote:It looks like that.
Ty for your help :)