IBM / serverless-language-translation

Create a communications channel using serverless technology to allow clients who speak different languages to seamlessly communicate with each other, built on Watson services.
https://developer.ibm.com/code/patterns/deploy-serverless-multilingual-conference-room/
Apache License 2.0
16 stars 35 forks source link

mqttMsgReceived does not exist #31

Closed markstur closed 5 years ago

markstur commented 6 years ago

I went through this out-of-order while things were changing, but it looks to me like there's a step that requires mqttMsgReceived which does not exist (at least not yet).

bx wsk rule create handleMQTTMessage mqttMsgReceived translateText

error: Unable to create rule 'handleMQTTMessage': trigger /mark.sturdevant_myspace/mqttMsgReceived does not exist (code 03ac15c407bf50360aba72e460e6f7a6)

kkbankol-ibm commented 6 years ago

Hey Mark,

Thanks for pointing that out, the "mqttMsgReceived" trigger gets created as a result of deploying the MQTT feed, I've adjusted the order in #34 , would you mind seeing if that updated README looks good to you?

kkbankol-ibm commented 5 years ago

@ljbennett62 , this was due to an error in the ordering of the README steps, and has been addressed updating the README to direct the user to run the "Deploy MQTT Feed" step before creating the "Cloud Function" rules.