Google Vision template

Hey Buildship crew @harini , for the Google Vision template, does the secret API key have to be from browserless? I tried setting one up with Cloud Vision to try it out, however, an error message pops up in the response (partial code here): { "error": { "message": "Request failed with status code 401", "name": "AxiosError", "stack": "AxiosError: Request failed with status code 401\n at settle (/usr/src/app/bucket/builtNodes/ce37e1f3-eb9c-4360-8622-e17fa00701d2/1705789325299.cjs:82:2036)\n at RedirectableRequest.handleResponse (/usr/src/app/bucket/builtNodes/ce37e1f3-eb9c-4360-8622-e17fa00701d2/1705789325299.cjs:83:13507)\n at RedirectableRequest.emit (node:events:517:28)\n at RedirectableRequest._processResponse (/usr/src/app/bucket/builtNodes/ce37e1f3-eb9c-4360-8622-e17fa00701d2/1705789325299.cjs:64:16072)\n at RedirectableRequest._onNativeResponse (/usr/src/app/bucket/builtNodes/ce37e1f3-eb9c-4360-8622-e17fa00701d2/1705789325299.cjs:64:10916)\n at Object.onceWrapper (node:events:632:26)\n at ClientRequest.emit (node:events:517:28)\n at HTTPParser.parserOnIncomingClient (node:_http_client:700:27)\n at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)\n at TLSSocket.socketOnData (node:_http_client:541:22)", Would appreciate your help here!
2 Replies
Gaurav Chadha
Gaurav Chadha10mo ago
Hi @DigitalSurrealist, Yes, the API key needs to be from the Browserless. Can you do a quick troubleshooting, delete the template and re-clone it from templates again. Also, does it also throws the Axios error on running the test individually on node "Draw Multiple Object Bounds"?
No description
DigitalSurrealist
Hello @Gaurav Chadha . When trying to test it out on hoppscotch the error test for "Draw Multiple Object Bounds" occurs. Using the Browserless API solves everything but I'm not sure about using the paid pricing just yet as I was trying out a new project to work. The project was for object detection that I want to explore with making my own nodes to work. I could use the free trial to see if it works though. Thanks for assisting me here!