wit-ai / wit

Natural Language Interface for apps and devices
https://wit.ai/
931 stars 91 forks source link

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

Open YanGTeixeira opened 4 months ago

YanGTeixeira commented 4 months ago

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!