Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle

Notices

Reply
 
Thread Tools Search this Thread
Old 01-21-2009, 08:29 AM   #16
Nate the great
Sir Penguin of Edinburgh
Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.
 
Nate the great's Avatar
 
Posts: 12,375
Karma: 23555235
Join Date: Apr 2007
Location: DC Metro area
Device: Shake a stick plus 1
I tried with both calibre running and not running. The response was the same. All the prs500 commands had the same error. The error message was:

File "main.py", line 337, in <module>
File "main.py", line 205, in main
File "calibre\devices\scanner.pyo", line 40, in scan
WindowsError: [Error 13] The data is invalid

Here is the error message for the debug command.
File "debug.py", line 105, in <module>
File "debug.py", line 89, in main
File "<string>", line 1, in <module>
File "calibre\devices\scanner.pyo", line 40, in scan
WindowsError: [Error 13] The data is invalid
Nate the great is offline   Reply With Quote
Old 01-21-2009, 11:22 PM   #17
pilotbob
Grand Sorcerer
pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.
 
pilotbob's Avatar
 
Posts: 19,832
Karma: 11844413
Join Date: Jan 2007
Location: Tampa, FL USA
Device: Kindle Touch
Quote:
Originally Posted by user_none View Post
Code:
calibre-debug -c "from calibre.devices.scanner import DeviceScanner; s = DeviceScanner(); s.scan(); print repr(s.devices)"
Results:

[(1452, 32773, 272), (1452, 32773, 272), (1452, 32773, 272), (1452, 33346, 22), (1452, 32773, 272), (2652, 17664, 256), (1452, 33295, 55), (1452, 32773, 272), (1452, 32774, 512), (1452, 4102, 38421), (1452, 34050, 352), (1452, 544, 105), (1452, 772, 272), (1452, 32774, 512), (1293, 548, 256), (3010, 12288, 0), (1256, 12856, 256), (1452, 4611, 1), (6473, 1, 921)]

Code:
prs500 info
prs500 df
prs500 books
The results of all these commands is the same error message:

Code:
Traceback (most recent call last):
  File "/Applications/calibre.app/Contents/Resources/loaders/prs500.py", line 9, in <module>
    main()
  File "/Applications/calibre.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/devices/prs500/cli/main.py", line 215, in main
  File "calibre/devices/usbms/device.pyo", line 296, in open
  File "calibre/devices/usbms/device.pyo", line 225, in open_osx
  File "calibre/devices/usbms/device.pyo", line 216, in get_osx_mountpoints
  File "calibre/devices/usbms/device.pyo", line 209, in get_dev_node
NameError: global name 're' is not defined
BOb
pilotbob is offline   Reply With Quote
Advert
Old 01-22-2009, 01:22 PM   #18
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,860
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@Nate

What does running

Code:
calibre-debug -c "from calibre import plugins; plugins['winutil'][0].get_usb_devices()"
give you?
kovidgoyal is offline   Reply With Quote
Old 01-22-2009, 01:43 PM   #19
Nate the great
Sir Penguin of Edinburgh
Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.
 
Nate the great's Avatar
 
Posts: 12,375
Karma: 23555235
Join Date: Apr 2007
Location: DC Metro area
Device: Shake a stick plus 1
Quote:
File "debug.py", line 105, in <module>
File "debug.py", line 89, in main
File "<string>", line 1, in <module>
WindowsError: [Error 13] The data is invalid
And this was on XP Home, with the second build of 4.129.
Nate the great is offline   Reply With Quote
Old 01-22-2009, 01:50 PM   #20
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,860
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Quote:
Originally Posted by Nate the great View Post
And this was on XP Home, with the second build of 4.129.
Hmm is there something unusual on your system? This function is used by the driver detection code for all devices and I've never seen this error being reported before.
kovidgoyal is offline   Reply With Quote
Advert
Old 01-22-2009, 01:54 PM   #21
Nate the great
Sir Penguin of Edinburgh
Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.
 
Nate the great's Avatar
 
Posts: 12,375
Karma: 23555235
Join Date: Apr 2007
Location: DC Metro area
Device: Shake a stick plus 1
Yes. I installed the USB driver for the ebookwise 1150. I know that it has caused a number of problems on my system. This could be one of the things it is screwing up.
Nate the great is offline   Reply With Quote
Old 01-22-2009, 04:08 PM   #22
Nate the great
Sir Penguin of Edinburgh
Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.
 
Nate the great's Avatar
 
Posts: 12,375
Karma: 23555235
Join Date: Apr 2007
Location: DC Metro area
Device: Shake a stick plus 1
Quote:
Originally Posted by Nate the great View Post
Yes. I installed the USB driver for the ebookwise 1150. I know that it has caused a number of problems on my system. This could be one of the things it is screwing up.
I sent an email to ETI (they wrote the driver). I think the problem is fixed. I'll try again later tonight.
Nate the great is offline   Reply With Quote
Old 01-22-2009, 04:31 PM   #23
Nate the great
Sir Penguin of Edinburgh
Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.
 
Nate the great's Avatar
 
Posts: 12,375
Karma: 23555235
Join Date: Apr 2007
Location: DC Metro area
Device: Shake a stick plus 1
The command Kovid suggested did not give me any output. Here is the output from the ones John requested:

Quote:
[u'usb\\root_hub&vid10de&pid026d&rev00a3', u'usb\\root_hub20&vid10de&pid026e&rev00a3', u'usb\\vid_058f&pid_9360&rev_0100', u'usb\\vid_0b38&pid_0003&rev_0100', u'usb\\vid_0b38&pid_0003&rev_0100&mi_00', u'usb\\vid_0b38&pid_0003&rev_0100&mi_01', u'usb\\vid_1241&pid_1177&rev_0200', u'usb\\vid_1949&pid_0001&rev_0399']
The prs500 commands all gave the same response.
Quote:
Traceback (most recent call last):
File "main.py", line 337, in <module>
File "main.py", line 215, in main
File "calibre\devices\usbms\device.pyo", line 290, in open
File "calibre\devices\usbms\device.pyo", line 180, in open_windows
NameError: global name 'WINDOWS_MAIN_MEM' is not defined
Nate the great is offline   Reply With Quote
Old 01-22-2009, 04:45 PM   #24
user_none
Sigil & calibre developer
user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.
 
user_none's Avatar
 
Posts: 2,488
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
@pilotbob, This was caused by a missing import. It has been fixed for the next release.

@Nate, Similar issue. The latest 0.4.129 build has the fix. Try redownloading and installing again.
user_none is offline   Reply With Quote
Old 01-22-2009, 05:22 PM   #25
pilotbob
Grand Sorcerer
pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.
 
pilotbob's Avatar
 
Posts: 19,832
Karma: 11844413
Join Date: Jan 2007
Location: Tampa, FL USA
Device: Kindle Touch
Quote:
Originally Posted by user_none View Post
@pilotbob, This was caused by a missing import. It has been fixed for the next release.
Cool thanks. I look forward to the big 30. (well .130).

Bob
pilotbob is offline   Reply With Quote
Old 01-22-2009, 06:59 PM   #26
Nate the great
Sir Penguin of Edinburgh
Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.
 
Nate the great's Avatar
 
Posts: 12,375
Karma: 23555235
Join Date: Apr 2007
Location: DC Metro area
Device: Shake a stick plus 1
Quote:
Originally Posted by user_none View Post
@pilotbob, This was caused by a missing import. It has been fixed for the next release.

@Nate, Similar issue. The latest 0.4.129 build has the fix. Try redownloading and installing again.
Tried it; didn't work.

Quote:
C:\Program Files\calibre>calibre-debug -c "from calibre.devices.scanner import DeviceScanner; s = DeviceScanner(); s.scan(); print repr(s.devices)"
[u'usb\\root_hub&vid10de&pid026d&rev00a3', u'usb\\root_hub20&vid10de&pid026e&rev
00a3', u'usb\\vid_058f&pid_9360&rev_0100', u'usb\\vid_0b38&pid_0003&rev_0100', u
'usb\\vid_0b38&pid_0003&rev_0100&mi_00', u'usb\\vid_0b38&pid_0003&rev_0100&mi_01
', u'usb\\vid_1241&pid_1177&rev_0200', u'usb\\vid_1949&pid_0001&rev_0399']


C:\Program Files\calibre>prs500 df
Traceback (most recent call last):
File "main.py", line 337, in <module>
File "main.py", line 215, in main
File "calibre\devices\usbms\device.pyo", line 290, in open
File "calibre\devices\usbms\device.pyo", line 180, in open_windows
NameError: global name 'WINDOWS_MAIN_MEM' is not defined
Nate the great is offline   Reply With Quote
Old 01-23-2009, 08:16 PM   #27
Nate the great
Sir Penguin of Edinburgh
Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.
 
Nate the great's Avatar
 
Posts: 12,375
Karma: 23555235
Join Date: Apr 2007
Location: DC Metro area
Device: Shake a stick plus 1
My Kindle is recognized, but I can't send any books to it. I get this error message:
Quote:
Job: **Upload 1 books to device:Howard_Solomon Kane Omnibus**
**TypeError**: 'NoneType' object is unsubscriptable
**Traceback**:
Traceback (most recent call last):
File "calibre\gui2\device.pyo", line 20, in run
File "calibre\gui2\device.pyo", line 142, in _upload_books
File "calibre\devices\usbms\driver.pyo", line 73, in upload_books
File "calibre\startup.pyo", line 116, in my_join
File "ntpath.pyo", line 97, in join
TypeError: 'NoneType' object is unsubscriptable
Nate the great is offline   Reply With Quote
Old 01-23-2009, 11:09 PM   #28
pilotbob
Grand Sorcerer
pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.
 
pilotbob's Avatar
 
Posts: 19,832
Karma: 11844413
Join Date: Jan 2007
Location: Tampa, FL USA
Device: Kindle Touch
Still not working for my on OS X. Here are the results of those commands from before where it was erroring out:

~$ prs500 info
Device name: KINDLE
Device version:
Software version:
Mime type:



~$ prs500 df
/Volumes/Kindle/
Filesystem Size Used Avail Use%
Memory 182M 26M 156M 14%
Stick 0 0 0 0%
Card 0 0 0 0%
~$ prs500 books
Books in main memory:
Traceback (most recent call last):
File "/Applications/calibre.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/customize/ui.py", line 127, in get_file_type_metadata
mi = plugin.get_metadata(stream, ftype.lower().strip())
File "calibre/customize/builtins.pyo", line 140, in get_metadata
File "/Applications/calibre.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/ebooks/mobi/reader.py", line 475, in get_metadata
mr = MobiReader(stream)
File "/Applications/calibre.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/ebooks/mobi/reader.py", line 160, in __init__
raise MobiError('Unknown book type: %s'%self.ident)
MobiError: Unknown book type:
Traceback (most recent call last):
File "/Applications/calibre.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/ebooks/mobi/reader.py", line 487, in get_metadata
im = PILImage.open(buf)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/PIL/Image.py", line 1916, in open
IOError: cannot identify image file
[WARNING] Unknown codepage 235802126. Assuming cp-1252
Reiffen s Choice-asin_B0015UB10M-type_EBOK-v_0 by Unknown at /Volumes/Kindle/documents/Reiffen s Choice-asin_B0015UB10M-type_EBOK-v_0.azw
Prague A Novel-asin_B000FC1K0C-type_EBOK-v_0 by Unknown at /Volumes/Kindle/documents/Prague A Novel-asin_B000FC1K0C-type_EBOK-v_0.azw
Soul-asin_B0019RDOKG-type_EBOK-v_0 by Unknown at /Volumes/Kindle/documents/Soul-asin_B0019RDOKG-type_EBOK-v_0.azw
The Reincarnationist-asin_B001GFKJ72-type_EBOK-v_0 by Unknown at /Volumes/Kindle/documents/The Reincarnationist-asin_B001GFKJ72-type_EBOK-v_0.azw
MaidenFlight-asin_B000R93D4Y-type_EBOK-v_0 by Unknown at /Volumes/Kindle/documents/MaidenFlight-asin_B000R93D4Y-type_EBOK-v_0.azw
Free Range Chickens-asin_B001E2NXFC-type_EBOK-v_0 by Unknown at /Volumes/Kindle/documents/Free Range Chickens-asin_B001E2NXFC-type_EBOK-v_0.azw
The Foreign Correspondent A Nove-asin_B000GCFW00-type_EBOK-v_0 by Unknown at /Volumes/Kindle/documents/The Foreign Correspondent A Nove-asin_B000GCFW00-type_EBOK-v_0.azw
The Way of Shadows-asin_B001E0V112-type_EBOK-v_0 by Unknown at /Volumes/Kindle/documents/The Way of Shadows-asin_B001E0V112-type_EBOK-v_0.azw
The Whiskey Rebels A Novel-asin_B0015DYJVW-type_EBOK-v_0 by Unknown at /Volumes/Kindle/documents/The Whiskey Rebels A Novel-asin_B0015DYJVW-type_EBOK-v_0.azw
Murder List-asin_B000FC27PE-type_EBOK-v_0 by Unknown at /Volumes/Kindle/documents/Murder List-asin_B000FC27PE-type_EBOK-v_0.azw
Already Dead A Novel-asin_B000XUBCZO-type_EBOK-v_0 by Unknown at /Volumes/Kindle/documents/Already Dead A Novel-asin_B000XUBCZO-type_EBOK-v_0.azw
A Dangerous Man A Novel-asin_B000JMKR34-type_EBOK-v_0 by Unknown at /Volumes/Kindle/documents/A Dangerous Man A Novel-asin_B000JMKR34-type_EBOK-v_0.azw
Six Bad Things A Novel-asin_B000FCK8Y6-type_EBOK-v_0 by Unknown at /Volumes/Kindle/documents/Six Bad Things A Novel-asin_B000FCK8Y6-type_EBOK-v_0.azw
Caught Stealing-asin_B000FC1LSI-type_EBOK-v_0 by Unknown at /Volumes/Kindle/documents/Caught Stealing-asin_B000FC1LSI-type_EBOK-v_0.azw
Kindle Download Guide (2009-01-11) by Feedbooks.com at /Volumes/Kindle/documents/Kindle Download Guide (2009-01-12).mobi
._Twilight-The-Twilight-Saga-Book-1- by Unknown at /Volumes/Kindle/documents/._Twilight-The-Twilight-Saga-Book-1-.prc
Sherlock Holmes Omnibus by Conan Doyle, Sir Arthur at /Volumes/Kindle/documents/Sherlock Holmes Omnibus - Conan Doyle_ Sir Arthur.prc
Neptune Crossing by Jeffrey A. Carver at /Volumes/Kindle/documents/Neptune Crossing - Jeffrey A. Carver.prc
Strange Attractors by Jeffrey A. Carver at /Volumes/Kindle/documents/Strange Attractors - Jeffrey A. Carver.prc
The Infinite Sea by Jeffrey A. Carver at /Volumes/Kindle/documents/The Infinite Sea - Jeffrey A. Carver.prc
Grey by Jon Armstrong at /Volumes/Kindle/documents/Grey - Jon Armstrong_35.prc
Unknown by Unknown at /Volumes/Kindle/documents/Richardson_Pamela.prc
Unknown by Unknown at /Volumes/Kindle/documents/Sun of Suns - Karl Schroeder_37.prc
Abraham, Daniel by Daniel Abraham at /Volumes/Kindle/documents/Abraham, Daniel - A Shadow in Summer.prc
My Clippings by Unknown at /Volumes/Kindle/documents/My Clippings.txt

Books on storage card:
~$

OK.. now that I ran the above, it seems to be working. I was able to copy a book with Send To Device. Nice work.

BOb
pilotbob is offline   Reply With Quote
Old 01-24-2009, 08:55 AM   #29
user_none
Sigil & calibre developer
user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.
 
user_none's Avatar
 
Posts: 2,488
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
Quote:
Originally Posted by Nate the great View Post
My Kindle is recognized, but I can't send any books to it. I get this error message:
Fix commited, waiting for import to trunk. Should appear in the next release.
user_none is offline   Reply With Quote
Old 01-27-2009, 07:44 PM   #30
user_none
Sigil & calibre developer
user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.
 
user_none's Avatar
 
Posts: 2,488
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
0.4.131 has been released. pilotbob and nate, can you give this version a try.
user_none is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calibre support of new Kindle 3 chilady1 Calibre 7 01-15-2011 04:36 PM
Does Calibre Support Kindle DX? Sonist Calibre 16 06-20-2009 07:59 PM
Does Calibre support DR1000S? physics@war Calibre 1 05-21-2009 02:48 AM
BeBook support in Calibre timing Calibre 0 05-18-2009 05:30 AM
Cybook support in calibre kovidgoyal Bookeen 159 03-02-2009 04:59 PM


All times are GMT -4. The time now is 02:51 PM.


MobileRead.com is a privately owned, operated and funded community.