brpaz / ulauncher-github

Ulauncher Extension that provides quick access to common GitHub functionality like your repositories or gists.
https://ext.ulauncher.io/-/github-brpaz-ulauncher-github
MIT License
45 stars 12 forks source link

Unexpected API error. KeyError: com.github.brpaz.ulauncher-github #3

Closed zeddo123 closed 5 years ago

zeddo123 commented 5 years ago

Hi, I have this issue when trying to install the extension. -I have installed PyGithub. image image

Hergeirs commented 5 years ago

You probably should blur out your access token.

nickpwhite commented 5 years ago

I experienced the same issue.

I was able to fix it by first installing pygithub pip install --user pygithub and then by removing the extension and readding it. I also regenerated a new access key, but I don't think that was related to the fix.

brpaz commented 5 years ago

This kind of issue is usually related to missing dependencies. doing what @nickpwhite did should work. I will close this issue. Feel free to re-open it if needed.

Thank you.