-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting the following error #15
Comments
@anushavasudev So I was facing the same issue. Turns out the To fix this you can edit the following line in the function content = "tell application \"iTerm\"\n" To: content = "tell application \"iTerm 2\"\n" Then try running the |
I changed line 10 of scripter.py to And the line 1 of background.scpt has automatically changed to But I still got the error |
@Yzchen1994 Another thing you can try is manually clicking the Use the name that it puts in the script to modify the |
@tommcgurl It turns out that the name is "iTerm", but changing back to "iTerm" still causes the error |
@Yzchen1994 Hmm sorry that didn't work. Is the path to your |
Also does that file work when ran through apple scripts? |
@tommcgurl It works now. I changed "iTerm 2" to "iTerm2" |
Awesome 👍 |
@tommcgurl Yes. That fixed it! Thanks a lot :) |
.Pokemon-Terminal/./Scripts/background.scpt:39:46: script error: Expected end of line but found identifier. (-2741)
That's the error when I do: pokemon [*****]
The text was updated successfully, but these errors were encountered: