-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: service [/wit/interpret] responded with an error: error processing request: 'outcomes' #9
Comments
Hmm, that is interesting. I requested my API key ages ago. Also, according to the docs (Dated to march 3, 2017)), their API is versioned by date. But looking at the docs, 'outcomes' is only used in https://wit.ai/docs/http/20170307#get--messages-:msg-id-(deprecated)-link. For the message-API, entities = response["entities"] |
Thanks for your response. I tried that and got: [ERROR] [1513730968.147115]: Error processing request: 'outcomes' |
i changed the following and it seems to be working: |
Could you make a PR with that? I have some tests on travis which I'd like to run against that patch. |
update on this: doesnt seem to be working with multiple entities and fails to pull the intent - [ERROR] [1521648149.714662]: Error processing request: 'intent' i modified my app to have one intent teleop_intent with the value of "navigation" - with entities "direction" and "heading" direction = forward, back, left right ... north, south, etc example: "turn left to a heading of 120" or "face north" or "turn left and face north" any help would be appreciated |
Is there a way I can test with your Wit apps somehow? Things seem to work fine with the few Wit apps that I have. $ pip2 freeze | grep -i wit
wit==4.3.0 |
pip2 freeze | grep -i wit I have the same version. |
@LoyVanBeek what is your wit.ai username I'll share my wit account with you. Thanks |
Hey, I though I already responded, sorry. My username on wit.ai is 'yol' |
Thank you - sent
…On Mon, Mar 26, 2018 at 2:42 PM, Loy ***@***.***> wrote:
Hey, I though I already responded, sorry. My username on wit.ai is 'yol'
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APGf8tty9CtXmW2HHl4mqLJ0XzG1s_l-ks5tiTangaJpZM4RGSAM>
.
|
@LoyVanBeek have you had a chance to look into the issue? curious what you found. |
I finally found some time to look into this, I've barely been at home these last 2 weeks. Apparently my own intents are drastically out of date and deprecated even, so I added a warning to warn for deprecation. Your stuff seems to work now on branch fix/#9. Please check if it works correctly now. |
i may have to remove and re-clone git is not picking up the changes.
…On Mon, Apr 9, 2018 at 4:17 PM, Loy ***@***.***> wrote:
I finally found some time to look into this, I've barely been at home
these last 2 weeks.
Apparently my own intents are drastically out of date and deprecated even,
so I added a warning to warn for deprecation.
Your stuff seems to work now on branch fix/#9
<#10>. Please check if it works
correctly now.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APGf8hZh3k7OcRMOiSSMqbfpSES-oSwkks5tm8HagaJpZM4RGSAM>
.
|
It's on the fix/#9 branch. I can see those changes on github, so 100% sure I pushed those changes. |
@LoyVanBeek great work i can confirm that fix/#9 is working - my intents are just CRAP ;) THANK YOU very much for spending time on this. |
side note: are you using this with voice recognition? if so what does that look like? |
I don't use it at all lately, not with voice either. |
Fix/#9: Update to newer wit.ai API
Thanks again. This is going to be the basis of the "intelligent" side of my robot. |
Hello, did wit.ai change the json that comes back? I installed the package and i could get it to work with your api_key, but when i change it to mine with my own intent I get the following error:
ERROR: service [/wit/interpret] responded with an error: error processing request: 'outcomes'
I'm not sure how to fix this. any suggestions?
this is a sample outcomes in the log tab:
[ { "entities": { "intent": [ { "confidence": 0.96992436209788 "value": { "value": "teleop" } "entity": "intent" } ] } "confidence": null "_text": "turn right" "intent": "default_intent" "intent_id": "default_intent_id" } ]
The text was updated successfully, but these errors were encountered: