View Single Post
Old 09-30-2014, 10:49 PM   #121
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
When using kterm
Code:
cd /mnt/us/librariansync/
./generate_collections.py -export > export.log 2>&1
It builds a partial list in /mnt/us/extensions/exported_collections.json and then conks out with the following export.log:

Code:
Traceback (most recent call last):
  File "./generate_collections.py", line 323, in <module>
    export_existing_collections(c)
  File "./generate_collections.py", line 242, in export_existing_collections
    export.update(collection.to_calibre_plugin_json())
  File "/mnt/us/extensions/librariansync/kindle_contents.py", line 113, in to_calibre_plugin_json
    "items": self.build_legacy_hashes_list(),
  File "/mnt/us/extensions/librariansync/kindle_contents.py", line 98, in build_legacy_hashes_list
    if e.cdekey.startswith('*'):
AttributeError: 'NoneType' object has no attribute 'startswith'
Kindle Touch 5.3.7
librariansync = Update_librariansync_1.6_kindle5.bin
python snapshot = kindle-python-0.10.N-r10933.tar.xz
eschwartz is offline   Reply With Quote