IBM / watson-voice-bot

Create a Watson Assistant chatbot that uses voice over a web browser.

Home Page:https://developer.ibm.com/patterns/create-a-web-based-voice-chatbot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Receiving this message when deploying : Error restarting application: Start unsuccessful

fatemaRam opened this issue · comments

image
Previously had this error:
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

but fixed that by changing the name and host in the manifest applications, but am now running the error in the image above

i have this problem too

@fatemaRam can you please share the logs by running the last command in the image you sent?

@fatemaRam To use the cf CLI, you just need to download it and login.

Same problem here. Got the following logs:

[APP/PROC/WEB/0] ERR Traceback (most recent call last):
[APP/PROC/WEB/0] ERR     File "welcome.py", line 39, in
[APP/PROC/WEB/0] ERR         assistantUsername = conversationCreds['username']
[APP/PROC/WEB/0] ERR KeyError: 'username'
[APP/PROC/WEB/0] OUT Exit status 1
[CELL/SSHD/0] OUT Exit status 0

I also accessed the environment variables, and it has the apikey and url for each service, but not username and password as the welcome.py expects.

Related to #18?

The new commits seem to be working on the cloud, I haven't tried running it locally yet.

Based on the above, it sounds to me like this was fixed in 074d2f8 - comment if that's not the case, and we'll re-open this. Thanks!

Please help. when I run:
%%bash
ibmcloud target --cf-api https://api.eu-gb.cf.cloud.ibm.com -r eu-gb -o tayeeb@hotmail.co.uk
ibmcloud account space-create computer-vision-app
ibmcloud cf

I get this error message:

FAILED
Error response from server. Status code: 400; description: 40002 The following error occurred in the region 'London': The app space name is taken: computer-vision-app.

@Tayeb60 did you try changing the app space name?