5001: Missing Access
See original GitHub issueI 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(Cacheable
2 rawMessage, Cacheable2 channel, SocketReaction reaction) at Discord.EventExtensions.InvokeAsync[T1,T2,T3](AsyncEvent
1 eventHandler, T1 arg1, T2 arg2, T3 arg3)
at Discord.WebSocket.DiscordSocketClient.TimeoutWrap(String name, Func`1 action)
Issue Analytics
- State:
- Created 5 months ago
- Comments:12 (6 by maintainers)
I figured it out. It must be my ip is banned or something in something, changed to a vpn and it worked.
Oddly my regular ip was ok, and turning on the VPN is what worked for me. Anyway you can close the issue now.