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
err = bot.StartHeartbeat() will not return error if StartHeartBeat returns response with non-0 Code, and then it will send TenantAppAccessToken as an empty string
I think we should throw an error instead for the first attempt of GetAccessTokenInternal? I encountered a stupid error of setting up the app_id wrongly and it took me a while to figure out
The text was updated successfully, but these errors were encountered:
err = bot.StartHeartbeat()
will not return error if StartHeartBeat returns response with non-0 Code, and then it will sendTenantAppAccessToken
as an empty stringI think we should throw an error instead for the first attempt of
GetAccessTokenInternal
? I encountered a stupid error of setting up theapp_id
wrongly and it took me a while to figure outThe text was updated successfully, but these errors were encountered: