IOError in assemble

Report & discuss bugs found in 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.
Post Reply
loge

IOError in assemble

Post by loge »

Hi,

sometimes i get things like that:

Disk exception Traceback (most recent call last): File "sabnzbd/assembler.pyc", line 270, in run File "sabnzbd/assembler.pyc", line 306, in _assemble IOError: No such file or directory: '/Users/marclogemann/downloads/incomplete/foofoo1.rar'

After that error, the downloaded file are neither in incomplete not in complete folder. This is ugly because this way i cant do anything manually after the error occured with the files.

I am using 0.3.4 stable.

Thanks for hints.

Marc
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: IOError in assemble

Post by shypike »

This is too little information, without log files, there's nothing we can do.

Also, are you sure you are using an unmodified 0.3.4 release?
The line 307 reported in your message contains only a "sleep" command, very unlikely to
cause the reported error. And line 270 would report a "disk-full" error.

You could try the new 0.4.0 beta's  ;D
Post Reply