IOError: [Errno 13] Permission denied [moving to NAS]

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: IOError: [Errno 13] Permission denied [moving to NAS]

Post by sander »

I think should try with the same long file names SABnzbd uses as the problem might be in:

your NAS refusing long names
your NAS refusing names with spaces
your NAS refusing subdirectories
your NAS refusing special characters
your NAS refusing copy / write within a subdirectory owned by another user
etc etc

So something along the lines of:

Code: Select all

from = '/home/rickhtpc/Downloads/incomplete/babla.2010.BluRay.AC3-NoGroup/rsg-truegrit-xvid.r53'
to = '/home/rickhtpc/Movies/_UNPACK_blabla 2010 BluRay AC3-NoGroup/rsg-truegrit-xvid.r53'
import shutil
shutil.copyfile(from, to)
Post Reply