Hi Phillip,

Thanks for all the additional information. Giving us the batch job IDs 
meant I could retrieve the output that was being parsed, which made it 
easily reproducible. It was indeed an issue in the Perl library. I've made 
a fix, and the fix will be in the next push of the Perl client library. In 
the meantime, if you would like to fix it in your own code base until that 
push goes out, here's the fix.

In ErrorUtils.pm replace:

($field_path_elements && (scalar $field_path_elements > 0))


with
 

>  ($field_path_elements && (scalar @{$field_path_elements} > 0))


The issue was that if the field path elements for that error only had one 
element (which is not very common), Perl assumes it's just a string rather 
than an array. By forcing it always to an array, everything works properly. 
I gave it a try across all your errors, and it looks good to go.

Happy coding,
Nadine, AdWords API Team 

On Wednesday, June 14, 2017 at 5:24:02 PM UTC-4, Shwetha Vastrad (AdWords 
API Team) wrote:
>
> Hi Phillip, 
>
> In that case, do you happen to have the BatchJobIds in which this error 
> occurred? It'll be helpful in identifying the source of the issue. 
>
> Thanks,
> Shwetha, AdWords API Team.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9cb47318-cdec-4fca-89a6-0d8ac69f7aee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • OperationAcces... Phillip Pegelow
    • Re: Opera... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
      • Re: O... Phillip Pegelow
        • R... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
          • ... 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum

Reply via email to