But this is on my old N810. Anyone want to send me an N900 ? I was right, it is the .part file name. Very quickly hacking out the .part filename: Code: return filename #+ u'.part' and commenting out the rename Code: #self.try_rename(tmpfilename, filename) Fixes it completely (based on the last 10 seconds of testing). Now sleep. -John
return filename #+ u'.part'
#self.try_rename(tmpfilename, filename)