Hi,

I'm having trouble with a previously working Label query.
The query looks like this:

*Query:*
SELECT
label.id, label.status, etc.
FROM
label
WHERE
label.status NOT IN ('UNKNOWN', 'REMOVED')

Previously, I would get the label results as expected, but now I am getting 
an error:

*Error Message:*
Status(StatusCode="InvalidArgument", Detail="Request contains an invalid 
argument.", DebugException="Grpc.Core.Internal.CoreErrorDetailException: 
{"created":"@1607124551.350000000","description":"Error received from peer 
ipv6:[2607:f8b0:400a:804::200a]:443","file":"T:\src\github\grpc\workspace_csharp_ext_windows_x64\src\core\lib\surface\call.cc","file_line":1062,"grpc_message":"Request
 
contains an invalid argument.","grpc_status":3}")

*Error Failure Details:*
Failure = {{ "errors": [ { "errorCode": { "requestError": "UNKNOWN" }, 
"message": "The error code is not in this version.", "trigger": { 
"stringValue": "A_label__Label.status" } } ] }}

I've only seen in yesterday and today. Removing the filter on the predicate 
prevents this error from occurring, but is not what I wanted to query.

Label status is still marked as filterable, and the query can still be 
constructed in the interactive query builder. Is anyone else encountering a 
similar issue?

Thanks,
Kevin

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fb5627a3-98e0-4dfb-ad2a-8ca661ce5752n%40googlegroups.com.

Reply via email to