Hi all,
I don't know wether I should rather file a bug report in calibre's bug-tracker.
I guess I'll do it here first.
When trying to retrieve the xkcd comic via the provided repice, I get the following error, both in the gui version and when running it from the command-line.
Here's the output from the command-line:
Code:
/usr/share/calibre/recipes$ ebook-convert xkcd.recipe ~.mobi
1% Eingabe zu HTML konvertieren ...
InputFormatPlugin: Recipe Input running
1% Rufe Feeds ab...
Traceback (most recent call last):
File "/usr/bin/ebook-convert", line 19, in <module>
sys.exit(main())
File "/usr/lib/calibre/calibre/ebooks/conversion/cli.py", line 254, in main
plumber.run()
File "/usr/lib/calibre/calibre/ebooks/conversion/plumber.py", line 815, in run
accelerators, tdir)
File "/usr/lib/calibre/calibre/customize/conversion.py", line 211, in __call__
log, accelerators)
File "/usr/lib/calibre/calibre/web/feeds/input.py", line 104, in convert
ro.download()
File "/usr/lib/calibre/calibre/web/feeds/news.py", line 707, in download
res = self.build_index()
File "/usr/lib/calibre/calibre/web/feeds/news.py", line 834, in build_index
log=self.log)
File "/usr/lib/calibre/calibre/web/feeds/__init__.py", line 334, in feeds_from_index
max_articles_per_feed=max_articles_per_feed)
File "/usr/lib/calibre/calibre/web/feeds/__init__.py", line 168, in populate_from_preparsed_feed
self.logger.debug('Skipping article %s (%s) from feed %s as it is too old.'%(title, article.localtime.strftime('%a, %d %b, %Y %H:%M'), self.title))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 35: ordinal not in range(128)
Maybe somebody has an idea how this can be fixed?
thx in advance
elementz