Unhelpful error
I'm trying to write a recipe, and have created the tuple with the array of article URLs. Calibre is then giving me a rather unhelpful message AFTER the return from my routine;
Traceback (most recent call last):
File "/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/site.py", line 147, in main
return run_entry_point()
File "/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/site.py", line 116, in run_entry_point
return getattr(pmod, func)()
File "site-packages/calibre/utils/ipc/worker.py", line 187, in main
File "site-packages/calibre/gui2/convert/gui_conversion.py", line 25, in gui_convert
File "site-packages/calibre/ebooks/conversion/plumber.py", line 959, in run
File "site-packages/calibre/customize/conversion.py", line 204, in __call__
File "site-packages/calibre/web/feeds/input.py", line 105, in convert
File "site-packages/calibre/web/feeds/news.py", line 824, in download
File "site-packages/calibre/web/feeds/news.py", line 970, in build_index
File "site-packages/calibre/web/feeds/__init__.py", line 341, in feeds_from_index
File "site-packages/calibre/web/feeds/__init__.py", line 154, in populate_from_preparsed_feed
AttributeError: 'str' object has no attribute 'get'
Unfortunately, that most recent, __init__.py, is binary so I can't see what it's really doing, as is news.py.
What is the str (presumably a string?) that it's having a problem with?
|