Closed AndreasJacobsen closed 3 years ago
Maybe try re-installing: https://github.com/gharlan/alfred-github-workflow/issues/108
Hi there, the same thing occurred. Re-installing neither the Alfred nor this workflow helped.
try gh > delete database
and gh > login
, it works for me.
Could be something messed up with the workflow's data directory, try removing ~/Library/Application Support/Alfred [version]/Workflow Data/[bundle id]
.
Could be something messed up with the workflow's data directory, try removing
~/Library/Application Support/Alfred [version]/Workflow Data/[bundle id]
.
@AndreasJacobsen You can simply fix the path problem with any text editor. workflow.php#L52
- $dataDir = getenv('HOME').'/Library/Application Support/Alfred 3/Workflow Data/'.self::BUNDLE;
+ $dataDir = getenv('HOME').'/Library/Application Support/Alfred/Workflow Data/'.self::BUNDLE;
Github Enterprise may need further change though.
I tried reinstalling, deleting the Workflow Data/[bundle id]
directory and modifying the workflow.php
file but it still doesn't work.
Hmm, I don't know what I can do here, because the workflow is working for me without any problems with Alfred 4.
Same problem on clean installation, I also did a > update and somehow got a infinite loop in alfred had to kill the process and remove the workflow
After a lot of tries a month ago... I reinstalled it today, after updating mac os and Alfred and it seems to work again perfectly.
Tried few things and didn't work. I removed the workflow and restarted my machine, then reinstalled it. That helped!
It works for me on Alfred 4. @AndreasJacobsen I think that you could probably close this issue.
This workflow worked nicely in Alfred 3, but with Alfred 4 I can't login. gh > login show no option to log inn. Pressing "Update" does nothing either.