Running Mac OS X, with new 6.38 I am getting an error message:
Spoiler:
Generate catalog
Python function terminated unexpectedly: object of type 'NoneType' has no len()
Catalog_EPUB_MOBI(): Generating epub for sony900 in GUI environment
Book count: 7757
Creating Sections for Descriptions, Authors, Titles, Recently Added, Genres
opts:
catalog_title: My Books Feb 9 10
exclude_genre: \[[\w ]*\]
exclude_tags: ~
note_tag: *
numbers_as_text: False
read_tag: +
search_text: None
sort_by: None
sort_descriptions_by_author: True
sync: False
Begin catalog source generation
Traceback (most recent call last):
File "/Applications/calibre.app/Contents/Resources/Python/lib/python2.6/site.py", line 147, in main
return run_entry_point()
File "/Applications/calibre.app/Contents/Resources/Python/lib/python2.6/site.py", line 116, in run_entry_point
return getattr(pmod, func)()
File "site-packages/calibre/utils/ipc/worker.py", line 99, in main
File "site-packages/calibre/gui2/convert/gui_conversion.py", line 62, in gui_catalog
File "site-packages/calibre/library/catalog.py", line 3141, in run
File "site-packages/calibre/library/catalog.py", line 823, in buildSources
File "site-packages/calibre/library/catalog.py", line 935, in fetchBooksByTitle
TypeError: object of type 'NoneType' has no len()
What do I need to do to clear it up?
Thanks