You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if I missed it, but is there some way to handle errors/timeouts with calls to the Twitch API using the API class?
I've noticed that if there is a timeout or a bad parameter, if using API.Invoke(), the callback function just never gets called and if using API.InvokeAsync, the coroutine just never gets beyond the yield return statement.
Is there a way to catch errors and timeouts or is this just something we're supposed to design around?
The text was updated successfully, but these errors were encountered:
Sorry if I missed it, but is there some way to handle errors/timeouts with calls to the Twitch API using the API class?
I've noticed that if there is a timeout or a bad parameter, if using API.Invoke(), the callback function just never gets called and if using API.InvokeAsync, the coroutine just never gets beyond the yield return statement.
Is there a way to catch errors and timeouts or is this just something we're supposed to design around?
The text was updated successfully, but these errors were encountered: