I'm seeing similar to #1458. My log though says:
Failed to receive or enqueue a message: TypeError, object of type 'ServerTimeoutError' has no len() (s_7940572168521)
The ServerTimeoutError I think is coming from aiohttp.
I believe it is related to this exception:
ClientConnectionResetError: Cannot write to closing transport
File "aiohttp/_websocket/writer.py", line 125, in send_frame
raise ClientConnectionResetError("Cannot write to closing transport")
Reproducible in:
slack_bolt 1.21.2
slack_sdk 3.33.4
Python 3.11.2
#1 SMP PREEMPT_DYNAMIC PMX 6.8.12-1 (2024-08-05T16:17Z)
The Slack SDK version
As above.
Python runtime version
As above.
OS info
As above.
Steps to reproduce:
handler = AsyncSocketModeHandler(app, settings.slack.slack_app_token)
await handler.connect_async()
Actual result:
As above.
Requirements
For general questions/issues about Slack API platform or its server-side, could you submit questions at https://my.slack.com/help/requests/new instead. 🙇
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.
I'm seeing similar to #1458. My log though says:
The
ServerTimeoutErrorI think is coming from aiohttp.I believe it is related to this exception:
Reproducible in:
slack_bolt 1.21.2 slack_sdk 3.33.4 Python 3.11.2 #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-1 (2024-08-05T16:17Z)The Slack SDK version
As above.
Python runtime version
As above.
OS info
As above.
Steps to reproduce:
Actual result:
As above.
Requirements
For general questions/issues about Slack API platform or its server-side, could you submit questions at https://my.slack.com/help/requests/new instead. 🙇
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.