IBM / ibm-cos-sdk-python-core

ibm-cos-sdk-python-core
Apache License 2.0
6 stars 14 forks source link

ibmcloud cf push app name error #8

Closed kellytron80 closed 4 years ago

kellytron80 commented 4 years ago

Hello,

Thanks once again for the good work. I am a developer and trying to develop an app following the steps in the virtual mirror ecommerce code patterns issued through https://developer.ibm.com/code/patterns. After cloning the repository and following all steps i am stucked at having a problem when trying to run the command ibmcloud cf push "my app name". I also always get the error failed. What could likely be the problem or is the code still updated? i dont understand. I get this error when i run cf logs "my app name" Attached is the screenshot

Thanks Screenshot (80)

wbhuberIBM commented 4 years ago

@kellytron80 - making sure I understand your work flow here: You used the ibmcloud cf - a Cloud Foundry CLI to run logs with the credentials that come in at the log in time (i.e. ibmcloud login .... I believe this indicates you used this CLI to create a client connection object with the appropriate credentials and pass them on to use the COS SDK Python, right? It would also good if you list the steps to this error scenario. Thanks.

FWIW, Python 2.7 is at EOL. Did you try this at Python 3.5 or above?

kellytron80 commented 4 years ago

Hi,  The issue is already resolved. Thanks

Sent from Yahoo Mail on Android

On Wed, 4 Mar 2020 at 16:47, wbhuberIBMnotifications@github.com wrote:
@kellytron80 - making sure I understand your work flow here: You used the ibmcloud cf - a Cloud Foundry CLI to run logs with the credentials that come in at the log in time (i.e. ibmcloud login .... I believe this indicates you used this CLI to create a client connection object with the appropriate credentials and pass them on to use the COS SDK Python, right? It would also good if you list the steps to this error scenario. Thanks.

FWIW, Python 2.7 is at EOL. Did you try this at Python 3.5 or above?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.