Advertisement
Guest User

Untitled

a guest
Feb 12th, 2018
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. Conversion options changed from defaults:
  2. test: None
  3. output_profile: u'kindle_pw'
  4. 1% Converting input to HTML...
  5. InputFormatPlugin: Recipe Input running
  6. Using custom recipe
  7. 1% Fetching feeds...
  8. Traceback (most recent call last):
  9. File "/usr/bin/ebook-convert", line 20, in <module>
  10. sys.exit(main())
  11. File "/usr/lib/calibre/calibre/ebooks/conversion/cli.py", line 391, in main
  12. plumber.run()
  13. File "/usr/lib/calibre/calibre/ebooks/conversion/plumber.py", line 1088, in run
  14. accelerators, tdir)
  15. File "/usr/lib/calibre/calibre/customize/conversion.py", line 245, in __call__
  16. log, accelerators)
  17. File "/usr/lib/calibre/calibre/ebooks/conversion/plugins/recipe_input.py", line 119, in convert
  18. ro.download()
  19. File "/usr/lib/calibre/calibre/web/feeds/news.py", line 1023, in download
  20. res = self.build_index()
  21. File "/usr/lib/calibre/calibre/web/feeds/news.py", line 1190, in build_index
  22. feeds = feeds_from_index(self.parse_index(), oldest_article=self.oldest_article,
  23. File "<string>", line 179, in parse_index
  24. File "<string>", line 109, in parse_todays_page
  25. AttributeError: 'NoneType' object has no attribute 'findAll'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement