View Single Post
Old 02-14-2011, 05:10 AM   #6
hiperlink
Enthusiast
hiperlink began at the beginning.
 
Posts: 45
Karma: 10
Join Date: Dec 2010
Device: Kindle 3 Wifi only
Quote:
Originally Posted by kovidgoyal View Post
Yeah, I uploaded a fixed build, just re-install 0.7.45 and you should be fine.
Dear Kovid,
is reinstalling applies to the linux (Archlinux) version as well?
I'm on 0.7.45 already, and getting the same error:


Spoiler:
Code:
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 279, in main
    plumber.run()
  File "/usr/lib/calibre/calibre/ebooks/conversion/plumber.py", line 904, 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 734, in download
    res = self.build_index()
  File "/usr/lib/calibre/calibre/web/feeds/news.py", line 873, in build_index
    log=self.log)
  File "/usr/lib/calibre/calibre/web/feeds/__init__.py", line 337, in feeds_from_index
    max_articles_per_feed=max_articles_per_feed)
  File "/usr/lib/calibre/calibre/web/feeds/__init__.py", line 164, in populate_from_preparsed_feed
    article = Article(id, title, link, author, description, published, content)
  File "/usr/lib/calibre/calibre/web/feeds/__init__.py", line 47, in __init__
    self.text_summary = clean_ascii_chars(summary)
  File "/usr/lib/calibre/calibre/utils/cleantext.py", line 24, in clean_ascii_chars
    return pat.sub('', txt)
TypeError: expected string or buffer


Thanks in advence!
hiperlink is offline   Reply With Quote