alfred-github-workflow: Recently stopped working
This workflow has recently stopped working for me. Turning on debug in Alfred shows the following after entering 'gh ’ in Alfred:
Starting debug for 'GitHub commands'
[ERROR: alfred.workflow.input.scriptfilter] XML Parse Error 'The operation couldn’t be completed. (NSXMLParserErrorDomain error 4.)'. Row (null), Col (null): 'Document is empty' in XML:
Warning: Invalid argument supplied for foreach() in /Users/chrisr/Dropbox/Alfred/Alfred.alfredpreferences/workflows/user.workflow.6BFDEAD2-8BDD-4CFA-A750-E7C344C74653/search.php on line 173
Warning: Invalid argument supplied for foreach() in /Users/chrisr/Dropbox/Alfred/Alfred.alfredpreferences/workflows/user.workflow.6BFDEAD2-8BDD-4CFA-A750-E7C344C74653/search.php on line 206
<?xml version="1.0"?>
<items><item uid="56dfe8cbd30155d0d328f3d777767991" autocomplete=" my " valid="no"><icon>icon.png</icon><title>my …</title><subtitle>Dashboard, settings, and more</subtitle></item></items>
About this issue
- Original URL
- State: closed
- Created 10 years ago
- Comments: 23 (7 by maintainers)
Commits related to this issue
- use official api (with oauth) WIP refs #27 — committed to gharlan/alfred-github-workflow by gharlan 10 years ago
- php 5.3 compat refs #27 — committed to gharlan/alfred-github-workflow by gharlan 10 years ago
- fixed api calls with more than 100 entries (api pagination) #27 — committed to gharlan/alfred-github-workflow by gharlan 10 years ago
- Show possibility to save access token manually #27 — committed to gharlan/alfred-github-workflow by gharlan 10 years ago
Yes, GitHub has removed the command bar and the workflow has used the same (unofficial) api. So I have to use the official api now, which is not so smart for this use case. I’m not sure when I will have the time for rebuilding the workflow, sorry.