You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After creating token like this:
and setting it into github.ini like this:
Then I get this in console:
12:33:23.362 ** ERROR: github.github: HTTP Error 401: Unauthorized
12:33:23.364 ** ERROR: Error from github.github.on_suggest: <class 'ValueError'>: suggestions arg must be a list or a tuple
Traceback (most recent call last):
File "C:\Users\jakub\AppData\Roaming\Keypirinha\InstalledPackages\github.keypirinha-package\github.py", line 79, in on_suggest
File "C:\ProgramData\chocolatey\lib\keypirinha\tools\Keypirinha\python\site\keypirinha.py", line 938, in set_suggestions
raise ValueError("suggestions arg must be a list or a tuple")
The text was updated successfully, but these errors were encountered:
After creating token like this:
and setting it into github.ini like this:
Then I get this in console:
The text was updated successfully, but these errors were encountered: