mdable2 / beer-recommendation-app

Take a picture of the beer menu at restaurants and get back the top choice based on your preferences!
MIT License
0 stars 0 forks source link

BUG: ocr-save google cloud function does not get called #9

Closed mdable2 closed 5 years ago

mdable2 commented 5 years ago

Even though the pubsub message is broadcast (is it though?) the ocr-save function never fires. And when it did once, I get the error: "Error: cannot communicate with function. Function cannot be initialized."

mdable2 commented 5 years ago

Needed to redeploy ocr-extract since that was the one that initiates trigger for ocr-save and the trigger message was changed.