Kazuhiro Sera
Kazuhiro Sera
Just my two cents: RateLimitErrorRetryHandler expects a "retry-after" response header, which tells you how long to wait before making the next request. However, in this case, the Envoy rate limiting...
Hi @kennym, thank you for writing in again. >Your documentation on authentication for Enterprise Grids also suggest that we don't follow the workspace-based approach, but rather the org-level approach: https://api.slack.com/enterprise/testing#set_up_authentication...
As the error message indicates, you need to set valid env variables before running the script
The Assistant API is still in its beta, so I don't have immediate plans to utilize it in this project. Once the feature is GAed, I may consider doing something...
Closing this in favor of #115
Fixed by https://github.com/openai/codex/pull/2162
Hi @manish001in, thanks for writing in. One possible cause might be that your web app modifies the request body before passing it to bolt-python's request verifier. The signature verification requires...
>In the background tasks, I use the event_context to call apps.event.authorizations.list api endpoint. >I am not sure why this issue is emerging. Does the event_context also expire? No, it doesn't....
The request verification logic rejects too old x-slack-request-timestamp (older than 5 minutes ago). Does `timestamp: 1725954559` (2024-09-10T07:49:19 UTC) in your log align with the timestamp of loggging? This is the...
I don't think the request verification is done when "background_handle_msg" is called. The logic runs right after receiving a request. There may be two possible causes: 1. Your server's system...