[Developers] mqlwrite error: codec can't decode bytes in position 4-6: invalid data

Aseem Mohanty aseem at metaweb.com
Thu Sep 25 21:02:12 UTC 2008


Hi Augusto,

This seems to be a shortcoming in the JSON libraries we use. We are 
working on a fix. For the time being you can try using the unicode point 
for the e with an accent: \u00e9 instead.

If that does not work please let us know.

AM

Augusto Callejas wrote:
> hi-
> 
> i get this error, i assume its because of the character ��.
> this is on sandbox, not production server.
> 
> ===
> {  "query139" : {    "query" : [ {      "create" : "unconditional",
> "type" : "/business/company",      "id" : null,      "/type/object/name" : [
> "Glac�au's Vitamin Water" ]    } ]  } }
> ---
> {  "status":"500 Internal Server Error",  "code":"/api/status/error",
> "messages":[    "'utf8' codec can't decode bytes in position 4-6: invalid
> data"  ],  
> "transaction_id":"cache;cache01.sandbox.sjc1:8101;2008-09-25T20:18:36Z;0003"
> }
> ===
> 
> is there any way around problem?
> 
> thanks,
> augusto.
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Developers mailing list
> Developers at freebase.com
> http://lists.freebase.com/mailman/listinfo/developers


More information about the Developers mailing list