google-cloud-java icon indicating copy to clipboard operation
google-cloud-java copied to clipboard

emoji error

Open seqwait opened this issue 1 year ago • 1 comments

If the text contains only emojis , the error

{
  "code" : 400,
  "details" : [ {
    "@type" : "type.googleapis.com/google.rpc.BadRequest",
    "fieldViolations" : [ {
      "field" : "source",
      "description" : "Source language: und"
    } ]
  } ],
  "errors" : [ {
    "domain" : "global",
    "message" : "Invalid Value",
    "reason" : "invalid"
  } ],
  "message" : "Invalid Value"
}

sdk version: 2.34.0 jdk version: 1.8 os version: Ubuntu 20.04.1 LTS

seqwait avatar Feb 06 '24 01:02 seqwait

Hi @seqwait, thanks for reporting this. If possible, would you mind sharing a reproducer (snippet or project)? This could be a server side issue, so indicating the library with which you encounter this error would also help. Thanks!

diegomarquezp avatar Feb 07 '24 15:02 diegomarquezp

Closing for inactivity.

suztomo avatar Mar 07 '24 16:03 suztomo