I updated to 0.8.12 and get the following error -- this is from archlinux pkg updated today -- but I received similar message using command-line on ubuntu using today's binary:
Code:
calibre, version 0.8.12
ERROR: Conversion Error: <b>Failed</b>: Fetch news from The Economist (RSS)
Fetch news from The Economist (RSS)
Resolved conversion options
calibre version: 0.8.12
...{OPTIONS HERE}...
InputFormatPlugin: Recipe Input running
Traceback (most recent call last):
File "/usr/bin/calibre-parallel", line 19, in <module>
sys.exit(main())
File "/usr/lib/calibre/calibre/utils/ipc/worker.py", line 181, in main
result = func(*args, **kwargs)
File "/usr/lib/calibre/calibre/gui2/convert/gui_conversion.py", line 25, in gui_convert
plumber.run()
File "/usr/lib/calibre/calibre/ebooks/conversion/plumber.py", line 937, in run
accelerators, tdir)
File "/usr/lib/calibre/calibre/customize/conversion.py", line 204, in __call__
log, accelerators)
File "/usr/lib/calibre/calibre/web/feeds/input.py", line 105, in convert
ro.download()
File "/usr/lib/calibre/calibre/web/feeds/news.py", line 737, in download
res = self.build_index()
File "/usr/lib/calibre/calibre/web/feeds/news.py", line 874, in build_index
feeds = feeds_from_index(self.parse_index(), oldest_article=self.oldest_article,
File "/tmp/calibre_0.8.12_tmp_KXHovR/calibre_0.8.12_BkAxYX_recipes/recipe0.py", line 69, in parse_index
self.feed_dict.items()])
File "/tmp/calibre_0.8.12_tmp_KXHovR/calibre_0.8.12_BkAxYX_recipes/recipe0.py", line 73, in eco_sort_sections
raise ValueError('No new articles found')
ValueError: No new articles found
Is anyone seeing this in the updated version?