Calibre/nook Trouble
Debug with nook connected
out of memory
Traceback (most recent call last):
File "site-packages\calibre\gui2\device.py", line 88, in run
File "site-packages\calibre\gui2\device.py", line 512, in _books
File "site-packages\calibre\devices\mtp\driver.py", line 285, in books
File "site-packages\calibre\devices\mtp\driver.py", line 308, in write_metadata_cache
File "site-packages\calibre\ebooks\metadata\book\json_codec.p y", line 134, in encode_to_file
File "tempfile.py", line 612, in write
MemoryError: out of memory
Under the configure log
{'device_version': u'1.0',
'friendly_name': u'',
'has_bulk_properties': True,
'has_storage': True,
'manufacturer_name': u'BN LLC',
'model_name': u'MyNOOK',
'protocol': u'MTP: 1.00',
'serial_number': u'3024400030724313',
'storage': [{'capacity': 63831015424L,
'capacity_objects': 0L,
'description': u'SD Card',
'filesystem': u'Generic hierarchical',
'free_objects': 1073741824L,
'free_space': 36914069504L,
'id': u's20001',
'name': u'SD Card',
'rw': True,
'type': u'removable_ram'},
{'capacity': 28998381568L,
'capacity_objects': 0L,
'description': u'Internal Storage',
'filesystem': u'Generic hierarchical',
'free_objects': 1073741824L,
'free_space': 28153122816L,
'id': u's10001',
'name': u'Internal Storage',
'rw': True,
'type': u'fixed_ram'}],
'type': 'media player'}
|