Good morning,
I've been getting this error yesterday and today:
Quote:
Starting login process...
Sending login request...
Performing login callback...
1% Fetching feeds...
1% Got feeds from index page
Traceback (most recent call last):
File "/usr/bin/ebook-convert", line 20, in <module>
sys.exit(main())
File "/usr/lib64/calibre/calibre/ebooks/conversion/cli.py", line 401, in main
plumber.run()
File "/usr/lib64/calibre/calibre/ebooks/conversion/plumber.py", line 1108, in run
self.oeb = self.input_plugin(stream, self.opts,
File "/usr/lib64/calibre/calibre/customize/conversion.py", line 245, in __call__
ret = self.convert(stream, options, file_ext,
File "/usr/lib64/calibre/calibre/ebooks/conversion/plugins/recipe_input.py", line 138, in convert
ro.download()
File "/usr/lib64/calibre/calibre/web/feeds/news.py", line 1028, in download
res = self.build_index()
File "/usr/lib64/calibre/calibre/web/feeds/news.py", line 1207, in build_index
raise ValueError('No articles found, aborting')
ValueError: No articles found, aborting
Traceback (most recent call last):
File "/usr/bin/calibre-smtp", line 20, in <module>
sys.exit(main())
File "/usr/lib64/calibre/calibre/utils/smtp.py", line 291, in main
msg = compose_mail(args[1], args[2], args[3], subject=opts.subject,
File "/usr/lib64/calibre/calibre/utils/smtp.py", line 271, in compose_mail
else open(attachment, 'rb').read()
|
It's a bit different from the error the previous poster experienced. The "No articles found" text suggests to me that the Wall Street Journal may have changed their website so that the recipe no longer recognizes where to fetch articles.