View Single Post
Old 07-30-2011, 05:27 AM   #1
Mixx
Zealot
Mixx has a complete set of Star Wars action figures.Mixx has a complete set of Star Wars action figures.Mixx has a complete set of Star Wars action figures.Mixx has a complete set of Star Wars action figures.
 
Posts: 143
Karma: 387
Join Date: Sep 2010
Device: Kindle 3
Encoding problem

<This error occurs in a recipe, it might be actually not a recipe problem in the strict sense.>

Hi,

I am getting the following problem in one of the recipes I use:
Code:
Python function terminated unexpectedly
  'charmap' codec can't encode character u'\u0150' in position 2: character maps to <undefined> (Error Code: 1)
Traceback (most recent call last):
  File "site.py", line 132, in main
  File "site.py", line 109, in run_entry_point
  File "site-packages\calibre\utils\ipc\worker.py", line 181, in main
  File "site-packages\calibre\gui2\convert\gui_conversion.py", line 25, in gui_convert
  File "site-packages\calibre\ebooks\conversion\plumber.py", line 930, in run
  File "site-packages\calibre\customize\conversion.py", line 204, in __call__
  File "site-packages\calibre\web\feeds\input.py", line 105, in convert
  File "site-packages\calibre\web\feeds\news.py", line 735, in download
  File "site-packages\calibre\web\feeds\news.py", line 914, in build_index
  File "site-packages\calibre\web\feeds\news.py", line 763, in feeds2index
  File "site-packages\calibre\web\feeds\templates.py", line 40, in generate
  File "site-packages\calibre\web\feeds\templates.py", line 84, in _generate
  File "encodings\cp1252.py", line 12, in encode
UnicodeEncodeError: 'charmap' codec can't encode character u'\u0150' in position 2: character maps to <undefined>
Can anyone give me a hint what the problem might be and if I can do anything about it?

Thanxx, Mixx
Mixx is offline   Reply With Quote