View Single Post
Old 10-21-2009, 01:05 AM   #1
codemac
Junior Member
codemac began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Oct 2009
Device: Sony PRS-600
Question IOError errno 5?

Code:
(5, 'Input/output error')

Traceback (most recent call last):
  File "/usr/lib/calibre/calibre/gui2/device.py", line 57, in run
    self.result = self.func(*self.args, **self.kwargs)
  File "/usr/lib/calibre/calibre/gui2/device.py", line 224, in _upload_books
    metadata=metadata, end_session=False)
  File "/usr/lib/calibre/calibre/devices/prs505/driver.py", line 126, in upload_books
    self.put_file(infile, paths[-1], replace_file=True)
  File "/usr/lib/calibre/calibre/devices/usbms/cli.py", line 61, in put_file
    shutil.copyfileobj(infile, dest)
  File "/usr/lib/python2.6/shutil.py", line 30, in copyfileobj
    fdst.write(buf)
IOError: [Errno 5] Input/output error
This is the error I get when I try to upload anything to my new PRS600. This is using version 0.6.19 of Calibre. If anyone has had the same problem or has any tips, I'd appreciate it!
codemac is offline   Reply With Quote