Skip to content
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

App doesn't get all utterances #2590

Open
eva123456 opened this issue Feb 13, 2023 · 2 comments
Open

App doesn't get all utterances #2590

eva123456 opened this issue Feb 13, 2023 · 2 comments

Comments

@eva123456
Copy link

eva123456 commented Feb 13, 2023

Do you want to request a feature, report a bug, or ask a question about wit?
I suppose this is a bug.

What is the current behavior?
I've posted around 7,150 uterrances through the API ( POST https://api.wit.ai/utterances ). Taking a limit into account I've sent 35 batches in total, 200 uterrances per batch, 1 batch per minute. Response status for each batch was 200 OK.
I can see only 1886 uterrances in my App and "no data" in Understanding section. Tried sending another batch and still no luck.
Also, I'm 100% sure all my uterrances are less than 280 letters.

What is the expected behavior?
The expected behavior would be 7,150 uterrances in the app.

If applicable, what is the App ID where you are experiencing this issue? If you do not provide this, we cannot help.
App ID: 1165877957404939

@eva123456
Copy link
Author

UPD. Sent test batch with 200 uterrances and got 1955 total. It seems like 69 uterrances have successfully arrived into the app. Is there any way to get the root cause for other 131?

@ChrisyShine
Copy link

@eva123456

  1. I see some rate limiting errors. We only accept 200 utterances per minute for your app.
  2. Besides that, there are also some 400 errors: we expect an array of data, but those requests only have a single JSON object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants