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

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

Closed fatemaRam closed 5 years ago

fatemaRam commented 6 years ago

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

josecarlossml commented 6 years ago

i have this problem too

sanjeevghimire commented 6 years ago

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

fatemaRam commented 6 years ago

Hi how do I run that command? I’ve installed cloud CLI but when I enter the command in the cmd it says the command cf doesn’t exist ? Thanks so much for your help

From: Sanjeev Ghimire notifications@github.com Sent: Friday, 23 November 2018 5:13 PM To: IBM/watson-voice-bot watson-voice-bot@noreply.github.com Cc: Fatema Rampurawala Fatema.Rampurawala@beca.com; Mention mention@noreply.github.com Subject: Re: [IBM/watson-voice-bot] Receiving this message when deploying : Error restarting application: Start unsuccessful (#21)

@fatemaRamhttps://scanmail.trustwave.com/?c=4062&d=2P7328soUeGssCzItYTt0FWYxndUPhAy8Tj-VHyYaw&s=1279&u=https%3a%2f%2fgithub%2ecom%2ffatemaRam can you please share the logs by running the last command in the image you sent?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://scanmail.trustwave.com/?c=4062&d=2P7328soUeGssCzItYTt0FWYxndUPhAy8Wz6VnqQPw&s=1279&u=https%3a%2f%2fgithub%2ecom%2fIBM%2fwatson-voice-bot%2fissues%2f21%23issuecomment-441153291, or mute the threadhttps://scanmail.trustwave.com/?c=4062&d=2P7328soUeGssCzItYTt0FWYxndUPhAy8W6kBXmZPw&s=1279&u=https%3a%2f%2fgithub%2ecom%2fnotifications%2funsubscribe-auth%2fArIDYVNhWVFbunibW4A9ZzfBszEFjyrrks5ux3XWgaJpZM4YsVE7.

NOTICE: This email, if it relates to a specific contract, is sent on behalf of the Beca company which entered into the contract. Please contact the sender if you are unsure of the contracting Beca company or visit our web page http://www.beca.com for further information on the Beca Group. If this email relates to a specific contract, by responding you agree that, regardless of its terms, this email and the response by you will be a valid communication for the purposes of that contract, and may bind the parties accordingly. This e-mail together with any attachments is confidential, may be subject to legal privilege and may contain proprietary information, including information protected by copyright. If you are not the intended recipient, please do not copy, use or disclose this e-mail; please notify us immediately by return e-mail and then delete this e-mail.

dolph commented 6 years ago

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

dalmago commented 6 years ago

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

dalmago commented 6 years ago

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?

dalmago commented 6 years ago

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

dolph commented 5 years ago

Based on the above, it sounds to me like this was fixed in https://github.com/IBM/watson-voice-bot/commit/074d2f8d2818743c62b5ba86ba409c59e1a51b12 - comment if that's not the case, and we'll re-open this. Thanks!

Tayeb60 commented 4 years ago

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.

rhagarty commented 4 years ago

@Tayeb60 did you try changing the app space name?