I have a lot of this unicode error I didn't get before use varnish:
http://dpaste.com/167139/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
handler.addQuickElement(u"pubDate",
rfc2822_date(item['pubdate']).decode('utf-8'))

 File "/usr/lib/python2.4/encodings/utf_8.py", line 16, in decode
   return codecs.utf_8_decode(input, errors, True)

UnicodeDecodeError: 'utf8' codec can't decode bytes in position 2-4:
invalid data
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

It's strange because I made HTTP_ACCEPT_CHARSET header to only utf-8,
and I have only unicode.

as you can see here:
http://hobbygiochi.com/xml/cat/da-vinci-games

the page works, but not always.

Any hint?

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to