Skip to content
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

(com.apple.Automator-Fehler -212.) #2

Open
Peachy74 opened this issue Jan 26, 2018 · 2 comments
Open

(com.apple.Automator-Fehler -212.) #2

Peachy74 opened this issue Jan 26, 2018 · 2 comments

Comments

@Peachy74
Copy link

Hi, I try to get this script running but I always get the error message.
Bei der Aktion „AppleScript ausführen“ ist ein Fehler aufgetreten: „Der Vorgang konnte nicht abgeschlossen werden. (com.apple.Automator-Fehler -212.)“

I enter the API Very from https://trello.com/app-key
and generate a User Token:
https://trello.com/1/authorize?key=60.......&name=Mail2Trello&expiration=never&response_type=token&scope=read,write

Edit the TrelloAutomator.applescript
....
set theAppKey to "60................"
set theUserToken to "3f89e..................."
....

Any idea?
Thanks
Peachy74

@dpfu
Copy link

dpfu commented Oct 24, 2018

Just following this up. I get the same for error. Did anyone get this to work recently?

@KuhlTime
Copy link

KuhlTime commented Nov 27, 2018

Maybe your appKey or you're userToken have " (quotation mark) inside of them which will end the string and stop you're compiling process. If this is the case just put a backslash \ in front of the quotation mark.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants