IBM / watson-voice-bot

Create a Watson Assistant chatbot that uses voice over a web browser.
https://developer.ibm.com/patterns/create-a-web-based-voice-chatbot/
Apache License 2.0
119 stars 157 forks source link

Error when deploy to ibm cloud #15

Closed vrcrush closed 6 years ago

vrcrush commented 6 years ago

I followed your instructions to deploy to IBM cloud getting error in Deploy Stage

Creating route watson-voice-bot.mybluemix.net... OK

FAILED Server error, status code: 400, error code: 210003, message: The host is taken: watson-voice-bot

Finished: FAILED

vrcrush commented 6 years ago

modified the manifest

stevemar commented 6 years ago

@vrcrush what changes did you make to the manifest? It would be great to have the result here should others stumble upon a similar problem.

vrcrush commented 6 years ago

manifest hi @stevemart , it is a good idea. sorry!

I modified file manifest.yml , i changed the the name and host values under the applications section. You can use any other name

ishank-dev commented 5 years ago

In order to make changes, I cloned the repository so how should I proceed with it now?