rkoval / alfred-aws-console-services-workflow

A powerful workflow for quickly opening up AWS Console Services in your browser or searching for entities within them.
MIT License
312 stars 54 forks source link

Bad CPU Type #49

Closed mtburge closed 2 years ago

mtburge commented 2 years ago

I have used this for quite a while, however I have just upgraded to the new Macbook Pro M1 and this doesn't seem to be working for me.

When I type aw I see the "Search for an AWS Service..." item appear in the menu but as soon as I type the s the workflow option disappears.

The workflow logs show the following error:

[18:58:55.786] Logging Started...
[18:58:59.268] AWS Console Services[Script Filter] Queuing argument ''
[18:58:59.343] AWS Console Services[Script Filter] Script with argv '(null)' finished
[18:58:59.348] ERROR: AWS Console Services[Script Filter] Code 126: /bin/bash: ./alfred-aws-console-services-workflow: Bad CPU type in executable

Any ideas what might be causing this?

mtburge commented 2 years ago

sigh I should have Googled better first time around.

It appears that I hadn't installed Rosetta yet.

After running softwareupdate --install-rosetta it worked.

Closing, but leaving here for other lost souls.