wit-ai/wit

Encountering Unknown Error (Code 1, Subcode 99) When Retrieving Utterances for Specific Intent

YanGTeixeira opened this issue · 0 comments

I'm encountering a rather frustrating issue when making a request to retrieve utterances of a specific intent from my application. Here's an example of the request made:

GET - https://api.wit.ai/utterances?v=20230215&intents=Recarga&limit=100

APP ID - 303634035986593

After 30 seconds, I receive an error:

500 -
{
"error": {
"code": 1,
"message": "An unknown error occurred",
"error_subcode": 99
}
}

Screenshot_21

I'd like to understand what might be happening and if there's another way I can make this request. Thanks in advance!