Hi,
I'm trying to create a very simple recipe for the site
http://www.rebelion.org
I'm trying to just feed from one RSS source:
http://rebelion.org/rss_portada.php
I don't know why, it's not working. For each article it tries to download, following error like this one is given:
Fetching http://www.rebelion.org/noticias/ame...olonial-147596
Traceback (most recent call last):
File "/usr/lib/calibre/calibre/utils/threadpool.py", line 95, in run
(request, request.callable(*request.args, **request.kwds))
File "/usr/lib/calibre/calibre/web/feeds/news.py", line 811, in fetch_article
return self._fetch_article(url, dir, f, a, num_of_feeds)
File "/usr/lib/calibre/calibre/web/feeds/news.py", line 807, in _fetch_article
raise Exception(_('Could not fetch article. Run with -vv to see the reason'))
Exception: Could not fetch article. Run with -vv to see the reason
I attach two files. The recipe one and the full output I receive when trying to create with -vv. Format is txt to allow uploading.
Thank you!