google-cloud-java
google-cloud-java copied to clipboard
emoji error
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
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!
Closing for inactivity.