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
I have an issue with getting user's details since my app is hitting rate limit sometimes.
I noticed that this method is returning empty response when the limit is hit and also saw that checkResponse() method is empty which should check for "ok" param in response and eventually for "Retry-After" if is sent in Slack's response.
The text was updated successfully, but these errors were encountered:
Thanks for your report. There is a pull request which has been open for a while now awaiting some fixes (#18). I'll have a look into this and get a minor release up in the next couple of hours.
I have an issue with getting user's details since my app is hitting rate limit sometimes.
I noticed that this method is returning empty response when the limit is hit and also saw that checkResponse() method is empty which should check for "ok" param in response and eventually for "Retry-After" if is sent in Slack's response.
The text was updated successfully, but these errors were encountered: