question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

5001: Missing Access

See original GitHub issue

I added all the gateway intents and gave it admin priveleges, what’s happening:

19:06:29 Gateway A ReactionAdded handler has thrown an unhandled exception.: Discord.Net.HttpException: The server responded with error 50001: Missing Access at Discord.Net.Queue.RequestBucket.SendAsync(RestRequest request) at Discord.Net.Queue.RequestQueue.SendAsync(RestRequest request) at Discord.API.DiscordRestApiClient.SendInternalAsync(String method, String endpoint, RestRequest request) at Discord.API.DiscordRestApiClient.SendAsync[TResponse](String method, String endpoint, BucketId bucketId, ClientBucketType clientBucket, RequestOptions options) at Discord.API.DiscordRestApiClient.GetChannelMessageAsync(UInt64 channelId, UInt64 messageId, RequestOptions options) at Discord.Rest.ChannelHelper.GetMessageAsync(IMessageChannel channel, BaseDiscordClient client, UInt64 id, RequestOptions options) at Discord.WebSocket.SocketTextChannel.GetMessageAsync(UInt64 id, RequestOptions options) at Discord.WebSocket.SocketTextChannel.Discord.IMessageChannel.GetMessageAsync(UInt64 id, CacheMode mode, RequestOptions options) at Discord.WebSocket.DiscordSocketClient.<>c__DisplayClass146_7.<<ProcessMessageAsync>b__18>d.MoveNext() — End of stack trace from previous location — at Discord.Cacheable2.DownloadAsync() at CharacterAI_Discord_Bot.Handlers.CommandsHandler.HandleReactionAsync(Cacheable2 rawMessage, Cacheable2 channel, SocketReaction reaction) at Discord.EventExtensions.InvokeAsync[T1,T2,T3](AsyncEvent1 eventHandler, T1 arg1, T2 arg2, T3 arg3) at Discord.WebSocket.DiscordSocketClient.TimeoutWrap(String name, Func`1 action)

Issue Analytics

  • State:closed
  • Created 5 months ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
Bluepeltzcommented, May 4, 2023

I figured it out. It must be my ip is banned or something in something, changed to a vpn and it worked.

0reactions
Bluepeltzcommented, May 4, 2023

Oddly my regular ip was ok, and turning on the VPN is what worked for me. Anyway you can close the issue now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Trying to register commands: DiscordAPIError[50001]
I've checked and re-added the token clientId and guildId and I get the same error message every time. I can see it's not...
Read more >
DiscordAPIError[50001]: Missing Access : r/Discord_Bots
DiscordAPIError[50001]: Missing Access. I've recently just started makingDiscord Bots, and I've been using following this online tutorial ...
Read more >
Missing Access 50001 for GuildMembers (out of nowhere)
GuildID, "", 1000) just fails with "Missing Access". So after much discussion we came to the conclusion that the API changed on Discord's...
Read more >
How to fix autocode slash commands (missing access 50001)
How to fix autocode slash commands ( missing access 50001). 3.6K views · 1 year ago ...more. Just 7. 37. Subscribe. 37 subscribers....
Read more >
[Solved]-How do I resolve the 50001-Error "Missing Access ...
Coding example for the question How do I resolve the 50001-Error "Missing Access" when trying to register commands for my bot?-discord.js.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found