watson-developer-cloud / speech-to-text-nodejs

:microphone: Sample Node.js Application for the IBM Watson Speech to Text Service
https://speech-to-text-demo.ng.bluemix.net
Apache License 2.0
1.11k stars 706 forks source link

Success w/local host, but not on mybluemix. #174

Closed eworman42 closed 6 years ago

eworman42 commented 6 years ago

I would love to get some advice on this because I'm completely in the dark. Not being great at this already, I feel very out of my depth but am happy to use this as a challenge and learning experience.

I'm doing this on a 64bit windows 7 system. First, I'm able to get most of this done, all the way to testing it locally in the browser with success. I cannot access the (appname).mybluemix site however, it gives a 404 - route does not exist error. I assume this is because the "cf push" command fails: I get an error that access to file (folder)? "ElevatedDiagnostics" is denied.

I am unable to use the cf logs to even get logs to see what is happening because it says app not found. Assuming I must have just typed it wrong, I typed "cf apps" to see what it was listed as, and there's nothing. I assume this is because "cf push" failed that it won't show up as an app?

Meanwhile, I can still access the localhost site and it works! While I want to "leave well-enough alone" and be happy I can access the tool at all, I want to become better at this and learn how to make it work 100%. However, I'm unsure what to even try to fix the problem now.

What I have tried already:

If anyone has any insight I would love to hear from you. Thanks!

mamoonraja commented 6 years ago

Hi! Since localhost is working fine it looks like an issue with cloud foundry. You are right, you're getting get a 404 error because cf push didn't work.

Can you please share the contents of your manifest.yml file and output of cf api command, and can you also share exact error message when you try to do cf push. This will help me get the better idea of what's going on. Thanks!

germanattanasio commented 6 years ago

This issue is fairly old and there hasn't been much activity on it. Closing, but please re-open if it still occurs.