IOError in assemble

Report & discuss bugs found in SABnzbd

IOError in assemble

Postby loge » May 22nd, 2008, 5:51 am

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
loge
 

Re: IOError in assemble

Postby shypike » May 22nd, 2008, 6:20 am

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
User avatar
shypike
Administrator
Administrator
 
Posts: 16556
Joined: January 18th, 2008, 1:49 pm


Return to Bug Reports