On Fri, Feb 7, 2014 at 10:07 PM, Jc Lanoƫ <[email protected] > wrote:
> I'm having the same issue. Did you find a solution to fix it, or at least > access the other properties? > >> UnicodeDecodeError: 'utf8' codec can't decode bytes in position 22-27: >> unsupported Unicode code range >> >> Most of the time, this error happens because (as the error message implies) there are non UTF-8 encoded characters in the property. What you can do is try to catch entities that are storing improper information and edit them, or verify that the data is entirely UTF-8 before sending it to the bulkloader. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
