arjunattam / vscode-chat

Chat with your team while you collaborate over code using VS Live Share
https://marketplace.visualstudio.com/items?itemName=karigari.chat
GNU General Public License v3.0
529 stars 67 forks source link

[vscode] [discord] Invalid token #411

Open AnonymousX86 opened 4 years ago

AnonymousX86 commented 4 years ago

%0A%0A- Extension Version: 0.15.5%0A- OS Version: Windows_NT x64 10.0.17134%0A- VSCode version: 1.36.1 Hi, I'm doing everything like in documentation: https://github.com/vsls-contrib/chat/blob/master/docs/DISCORD.md But doesn't work :/

Edit: Also when I try to open setting, an errorr occurres: Unable to open 'Extension: Team Chat: for Slack, Discord, Live Share': Invalid guestInstanceId: null.

AnonymousX86 commented 4 years ago

Really? Anyone?

arjunattam commented 4 years ago

Thanks @AnonymousX86. It is difficult to support re issues on Discord auth, since the token setup is unofficial, and there might be failure points that we haven't seen so far.

I'd like to help as much as I can. Can you see any logs when you run the "Toggle developer tools" command? Also, when you say "open setting", what does that mean? The error message looks like it's coming from Electron (src)

AnonymousX86 commented 4 years ago

In developer tools I can see: notificationsAlerts.ts:40 The Discord token cannot be validated. Please enter a valid token.

Opening settings now work, but I can't find Discord bot token field.

AnonymousX86 commented 4 years ago

@arjun27 can you help me?