From 082a55195ffa669ff71669156f9d8aa887217075 Mon Sep 17 00:00:00 2001 From: Engel Nyst Date: Wed, 27 Nov 2024 20:55:10 +0100 Subject: [PATCH] Add docker option, that's how many people run with (#5303) --- openhands/server/socket.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhands/server/socket.py b/openhands/server/socket.py index 3d0eaf9c4140..35549548db52 100644 --- a/openhands/server/socket.py +++ b/openhands/server/socket.py @@ -46,7 +46,7 @@ async def init_connection(connection_id: str, data: dict): 'oh_event', event_to_dict( ErrorObservation( - content='Invalid token! (Maybe you need to specify a static jwt_secret?)' + content='Invalid token! Please ensure a valid jwt_secret is specified or use -e JWT_TOKEN when running with Docker.' ) ), )