yannickglt/alfred-slack

Error file_put_contents when trying to add-token in Alfred 3

Closed this issue · 4 comments

This is relatively simple to solve and I just wanted to put this here for anyone else who might run across it.

  1. Open /Users/username/Library/Application Support/Alfred 3/Alfred.alfredpreferences/workflows/user.workflow.22EEC29C-B28B-40A5-B234-FFB52703D649/scripts/libs/Workflows.php
  2. There is a line (a file path) in the file which refers to Alfred 2 instead of Alfred 3, just change that and everything works perfectly.

Thanks for this! Very helpful. Hope Author update this one

Thanks for this! It works.

This still doesn't work. I continue to see debug logs trying to access Alfred 2 folders that end up failing. I tried deleting that user.workflow. folder and reinstalling the tool, but that didn't help either. Any other suggestions for this would be great. Thanks.

Hi! The version 3 of the workflow was just released (it includes the new Slack OAUTH implementation as the previous one is deprecated). Your issue should be fixed as well.
If not, feel free to let me know and I will give it a check quickly.