GoogleCloudPlatform / node-red-contrib-google-cloud

Node-RED nodes for Google Cloud Platform
Apache License 2.0
90 stars 57 forks source link

getMetadata error: No such object #128

Open daaz94 opened 11 months ago

daaz94 commented 11 months ago

When using the gcs-read node for an object that is not present in the specified bucket, the node prints "getMetadata error: No such object" error in console but does not return the message, so the flow hangs. I think it's missing a node.send(msg); in that try-catch block (line 95)