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
Describe the bug
SSM Session Connection stopped to work after update to Version 0.24.1
Leapp Version
Version 0.24.1
To Reproduce
Update to Version 0.24.1
Go to 'Options --> General --> MacOS Terminal'
Choose 'Warp' and save
Login into your integration
Go to 'View SSM Sessions' and Click on 'Connect'
See error
Command failed: /usr bin/osascript -e 'if application "Warp" is running then tell application "Warp" set newWindow to (create window with default profile) tell current session of newWindow write text "source/Users/xxxx/Leapp/ssm-env" delay 3.5write text "clear" delay 2.5 write text "aws ssm start-session --region --target xxxxx&& unsetAWS_SESSION_TOKEN && unsetAWS_SECRET_ACCESS_KEY && unsetAWS_ACCESS_KEY ID" end tell end tell else tell application "Warp" reopen delay 1 tell current session of current window write text"aws ssm start-session --region target xxxx&& unsetAWS_ SESSION_TOKEN && unsetAWS_SECRET_ACCESS_KEY && unsetAWS_ACCESS_KEY_ID" end tell end tell end if'
132:138: syntax error: Expected", but found class name. (-2741)
If I choose another MacOS Terminal still do not work
If I revert to version 0.24.0 that worked before I get the same error.
Expected behavior
SSM Session Connected as version 0.24.0 but in Warp terminal
Screenshots
Desktop (please complete the following information):
OS: macOS Sonoma
OS Version 14.2.1
Leapp Version 0.24.1
Additional context
It seems related to the #510 in these lines.
The text was updated successfully, but these errors were encountered:
Hi, I've the same exact issue, I'm not able to use Warp terminal. I get the same error of the screenshot on the first submission.
I'm using MBPRO with M2 Pro chip.
OS: macOS Sonoma
OS Version 14.2.1
Leapp Version 0.25.0
i got same error.
when i tried find what line makes error and this line seems suspicious.
set newWindow to (create window with default profile)
but i don't any about apple script..
Describe the bug
SSM Session Connection stopped to work after update to Version 0.24.1
Leapp Version
Version 0.24.1
To Reproduce
Update to Version 0.24.1
Expected behavior
SSM Session Connected as version 0.24.0 but in Warp terminal
Screenshots
Desktop (please complete the following information):
Additional context
It seems related to the #510 in these lines.
The text was updated successfully, but these errors were encountered: