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 get the following error in the console where I start localstack after I updated to 2026.5.0.dev117:
while handling timed call
Traceback (most recent call last):
File "/opt/code/localstack/.venv/lib/python3.13/site-packages/twisted/internet/base.py", line 1105, in runUntilCurrent
call.func(*call.args, **call.kw)
File "/opt/code/localstack/.venv/lib/python3.13/site-packages/twisted/web/http.py", line 2726, in forceAbortClient
self.transport.abortConnection()
File "/opt/code/localstack/.venv/lib/python3.13/site-packages/twisted/protocols/tls.py", line 439, in abortConnection
self._shutdownTLS()
File "/opt/code/localstack/.venv/lib/python3.13/site-packages/twisted/protocols/tls.py", line 346, in _shutdownTLS
shutdownSuccess = self._tlsConnection.shutdown()
builtins.AttributeError: 'NoneType' object has no attribute 'shutdown'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I get the following error in the console where I start localstack after I updated to 2026.5.0.dev117:
Beta Was this translation helpful? Give feedback.
All reactions