<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Google computer vision - Internal : Unexpected error Index was outside the bounds of the array. in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Google-computer-vision-Internal-Unexpected-error-Index-was/m-p/67974#M20579</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2018"&gt;@Sibu.joy&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;My guess is that the response processing is throwing the exception. If you look at the definition of the Web API Service for this skill you'll see the following:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27235.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/27367i1C8CF905D209E8FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="27235.png" alt="27235.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I'm thinking the JSON Path definition for &lt;STRONG&gt;Dominant Colours&lt;/STRONG&gt; may be wrong. This skill hasn't been updated in quite a while and Google may have changed the layout of their response JSON. Have you tried testing the action in Postman? If so, you should be able to see what the raw JSON looks like and then adjust that JSON Path definition accordingly.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 18 Dec 2023 15:22:00 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2023-12-18T15:22:00Z</dc:date>
    <item>
      <title>Google computer vision - Internal : Unexpected error Index was outside the bounds of the array.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Google-computer-vision-Internal-Unexpected-error-Index-was/m-p/67973#M20578</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I am trying to use google computer vision to "Get image Properties". I get error as shown below. Can someone help on what the issues is here please? Let me know if you need additional details and I can provide more details on this process.&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27239.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/27365i2B5049332460ED7B/image-size/large?v=v2&amp;amp;px=999" role="button" title="27239.png" alt="27239.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sibu Joy&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Dec 2023 02:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Google-computer-vision-Internal-Unexpected-error-Index-was/m-p/67973#M20578</guid>
      <dc:creator>Sibu.joy</dc:creator>
      <dc:date>2023-12-11T02:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: Google computer vision - Internal : Unexpected error Index was outside the bounds of the array.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Google-computer-vision-Internal-Unexpected-error-Index-was/m-p/67974#M20579</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2018"&gt;@Sibu.joy&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;My guess is that the response processing is throwing the exception. If you look at the definition of the Web API Service for this skill you'll see the following:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27235.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/27367i1C8CF905D209E8FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="27235.png" alt="27235.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I'm thinking the JSON Path definition for &lt;STRONG&gt;Dominant Colours&lt;/STRONG&gt; may be wrong. This skill hasn't been updated in quite a while and Google may have changed the layout of their response JSON. Have you tried testing the action in Postman? If so, you should be able to see what the raw JSON looks like and then adjust that JSON Path definition accordingly.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Dec 2023 15:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Google-computer-vision-Internal-Unexpected-error-Index-was/m-p/67974#M20579</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2023-12-18T15:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Google computer vision - Internal : Unexpected error Index was outside the bounds of the array.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Google-computer-vision-Internal-Unexpected-error-Index-was/m-p/67975#M20580</link>
      <description>&lt;P&gt;Good Day Eric,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks for your response. I figured out what the issue was with this error. I actually had wrong credentials that was not enabled with google vision. This was not a BP issue but something else. But this is resolved now.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Sibu.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sibu Joy&lt;BR /&gt;The Warehouse Group&lt;BR /&gt;Auckland&lt;BR /&gt;+64276452032&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Dec 2023 00:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Google-computer-vision-Internal-Unexpected-error-Index-was/m-p/67975#M20580</guid>
      <dc:creator>Sibu.joy</dc:creator>
      <dc:date>2023-12-19T00:01:00Z</dc:date>
    </item>
  </channel>
</rss>

