Skip to content

Commit

Permalink
Add docker option, that's how many people run with (#5303)
Browse files Browse the repository at this point in the history
  • Loading branch information
enyst authored Nov 27, 2024
1 parent 9fab9ae commit 082a551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhands/server/socket.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
)
),
)
Expand Down

0 comments on commit 082a551

Please sign in to comment.