IBM / BluePic

WARNING: This repository is no longer maintained :warning: This repository will not be updated. The repository will be kept available in read-only mode.
https://developer.ibm.com/code/patterns
Apache License 2.0
325 stars 67 forks source link

Tags not returned #407

Open shekooogames opened 7 years ago

shekooogames commented 7 years ago

I followed all the commands and the apps seem to run just fine, however , i never get any tags returned from the weather service or visual recognition for the pics i post. Any ideas, what might be going on?

shekooogames commented 7 years ago

{ "response": "Processed request through callback to kitura with server response: HTTP 404", "success": 1 }

this is what i see when i try to run the openwhisk action

tfrank64 commented 7 years ago

@upwardstudios So you did follow all the steps to configure OpenWhisk?

How are you running the OpenWhisk action you mentioned in order to get that response?

theshekoo commented 7 years ago

I was using the online console to run those. I did the setup correctly but all actions are returning blanks.

shekooogames commented 7 years ago

will i see tags without the push notification service ?

shekooogames commented 7 years ago

[2017-05-16T04:06:14.165Z] [ERROR] [Credentials.swift:58 handle(request:response:next:)] No plugins registered to Kitura-Credentials

tfrank64 commented 7 years ago

hmm, you need push only if you want to know when OpenWhisk has finished processing your image.

It seems, from this error Processed request through callback to kitura with server response: HTTP 404 that the Kitura server is not deployed correctly to Bluemix. Did you deploy Kitura to Bluemix or are you just using localhost?