401 Bad credentials error upon install #108
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hii @Mubspatel, I manually tried to see the individual tool requests and it turns out that they go with status code 200, can I ask you to try again? If you have the same 401 response can I ask you for more info, for example the command you launched? |
Beta Was this translation helpful? Give feedback.
-
@Mubspatel Can you retry with latest released version? |
Beta Was this translation helpful? Give feedback.
-
@xm1k3 could be this https://discord.com/channels/695645237418131507/1087452781918552094/1088163904347197440
|
Beta Was this translation helpful? Give feedback.
-
You're Tarun, The issue was occurring because of $GITHUB_TOKEN. Thanks for
the help, Tarun and Sandeep.
…On Thu, Mar 23, 2023 at 12:38 AM Tarun Koyalwar ***@***.***> wrote:
@xm1k3 <https://github.com/xm1k3> could be this
https://discord.com/channels/695645237418131507/1087452781918552094/1088163904347197440
i.e
@elkomy <https://github.com/elkomy> this happens because go-github
whenever available tries to use github token from GITHUB_TOKEN env variable
(to avoid ratelimits and stuff) . It looks like github token you use
currently is expired/revoked.
unset/remove $GITHUB_TOKEN or replace it with new token
—
Reply to this email directly, view it on GitHub
<#88 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKHQBJGQRJ776QY5NEVL32LW5NE3ZANCNFSM6AAAAAAVQH4DRU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
@xm1k3 could be this https://discord.com/channels/695645237418131507/1087452781918552094/1088163904347197440
i.e