bwmarrin / discordgo

(Golang) Go bindings for Discord
BSD 3-Clause "New" or "Revised" License
5.12k stars 817 forks source link

can no longer authenticate #826

Open onestep749 opened 4 years ago

onestep749 commented 4 years ago

This is currently broken following API changes, i can no longer authenticate.

Connecting...2020/10/24 18:16:39 Session Failed 2020/10/24 18:16:39 Unable to fetch discord authentication token. .

% go version go version go1.15.3 linux/amd64 % uname -a Linux issss95.home 5.9.1-arch1-1 #1 SMP PREEMPT Sat, 17 Oct 2020 13:30:37 +0000 x86_64 GNU/Linux

Fyb3roptik commented 4 years ago

This is because Discord API v6 was deprecated. He needs to update to v8 API

onestep749 commented 4 years ago

I see.

Guess I am out of luck for discord on plan 9, then.

Know of any other ways to connect? finding software for plan 9 isn't easy.

On 10/28/20, Nick Wallace notifications@github.com wrote:

This is because Discord API v6 was deprecated. He needs to update to v8 API

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/bwmarrin/discordgo/issues/826#issuecomment-718049300

Rudi9719 commented 4 years ago

I'm having some weird behaviors too that might be similar- I can connect and send/read messages but I am not getting events anymore like when a guild member joins, or is updated.

CarsonHoffman commented 4 years ago

@Rudi9719 please refer to the FAQ entry on gateway intents, as well as information from Discord themselves. This update has been publicized on Discord's end since February, and a lack of action on the bot developer's end has lead to any bot using member or presence information to break.

Rudi9719 commented 4 years ago

Gotcha, thanks! Odd it was supposed to happen October 7th, but waited till this morning to break on me. I'll update my bot ASAP, thanks!!

Rudi9719 commented 4 years ago

I'm back in action, also @onestep749 are you a member of sdf.org ? They do a lot of work on Plan9 and run a bootcamp for it

onestep749 commented 4 years ago

@Rudi9719 Nah. I am a novice, maybe less than one. I am just a new plan 9 user who is tired of linux's bullshit.

I tried to make an account there once and I could not get it working right, can you tell me more about the plan 9 boot camp?

onestep749 commented 4 years ago

By the way, are you saying it's working for you again? I am sitll having problems. I just ran go get on the repo again.

Connecting...2020/10/30 13:04:43 Session Failed 2020/10/30 13:04:43 Unable to fetch discord authentication token.

Fyb3roptik commented 4 years ago

Probably not until @bwmarrin updates it

Rudi9719 commented 4 years ago

My issue was solved, yours might be solved with #824 If you drop me an email (rudi@sdf.org) I can try to help you get into SDF @onestep749