IBM / watson-waste-sorter

Create an iOS phone application that sorts waste into three categories (landfill, recycling, compost) using a Watson Visual Recognition custom classifier
https://developer.ibm.com/patterns/recycle-with-watson/
Apache License 2.0
46 stars 37 forks source link

Error when deploying server #35

Open jouhyoung opened 5 years ago

jouhyoung commented 5 years ago

Hi After running cf push, I get the following error.

Screen Shot 2019-05-01 at 3 55 24 PM

By looking into the log I get this:

Screen Shot 2019-05-01 at 3 56 09 PM
carltonrice commented 4 years ago

I am incurring the same error and have tried to do some research. It looks like the changes in the methods described in the Watson Developer Cloud 2.0 could be the culprit here: https://pypi.org/project/watson-developer-cloud/2.0.0/#changes-for-v2.0

In searching specifically around the 'get_result' error, I found this information: https://stackoverflow.com/questions/52318423/ibm-watson-speech-to-text-python-detailedresponse-object-has-no-attribute-ge

Hopefully we can both start making some progress using this information!

@kocolosk @kant @maggix @dolph @krook

miltatibm commented 4 years ago

@stevemar can you help with the above? Carlton opened up a CASE with us. Unfortunately this is not in our area

ayushsinghania commented 4 years ago

@jouhyoung @carltonrice Could you find a solution to this problem? I am too currently facing the same issue. Did you guys find a fix

Any help would be really appreciated

carltonrice commented 4 years ago

@ayushsinghania Unfortunately, this codebase requires a significant code rework as many of the methods utilized in this project are deprecated now.

@miltatibm is a support member at IBM and @stevemar seems to be a primary influencer on this project. It might take one/both of them to help get this repo functional again.

I ended up building a TensorFlow CV app inspired by this repo:
https://github.com/charliegerard/tfjs-recycling

ayushsinghania commented 4 years ago

Thanks @carltonrice.

It there any chance @miltatibm & @stevemar would see it?

I see this issue being opened for quite some time, with no activity from them.

carltonrice commented 4 years ago

@ayushsinghania, your best bet would be submitting a ticket through the IBM Cloud support center and trying to get help with the deprecated methods/endpoints on that front. I haven't heard from either since the day I submitted my ticket, so I wouldn't get my hopes up too much.

I just had to find something else as this repo seems to be pretty dead as of now. I'm subscribed to this issue, so I'll keep a close eye on it.

ayushsinghania commented 4 years ago

@carltonrice Really appreciate the help. Unfortunately i am short of time, so submitting a ticket might not work actually for me.

Will you be able to share you git repository for your tensor flow app inspired by this?