Exception when sending embeds on multiple servers
See original GitHub issueAs mentioned in the title, this happens when sending embeds on multiple servers at once. The installed version is the latest nightly build (2.2.0-dev-20190908.10)
Exception:
System.ArgumentOutOfRangeException: Valid values are between -62135596800000 and 253402300799999, inclusive.
Parameter name: milliseconds
at System.DateTimeOffset.FromUnixTimeMilliseconds(Int64 milliseconds)
at Discord.Net.RateLimitInfo..ctor(Dictionary`2 headers)
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.SendJsonAsync[TResponse](String method, String endpoint, Object payload, String bucketId, ClientBucketType clientBucket, RequestOptions options)
at Discord.API.DiscordRestApiClient.CreateMessageAsync(UInt64 channelId, CreateMessageParams args, RequestOptions options)
at Discord.Rest.ChannelHelper.SendMessageAsync(IMessageChannel channel, BaseDiscordClient client, String text, Boolean isTTS, Embed embed, RequestOptions options)```
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:9 (1 by maintainers)
Top Results From Across the Web
How to broadcast a embed to different servers discord python
1 Answer 1 ... You aren't getting any errors, because you are silently ignoring all exceptions with except Exception: continue . The error...
Read more >ctx.send(embed=embed) not working with slash command
However the line Await ctx.send(embed=embed) Throws… ... which just returns users data for server in embed format. ... 3 more replies.
Read more >How to Create Stylised Embed Messages in Discord with ...
We use discord py 2 embeds to achieve all of this URLs ... inviting it to your server - Setting up the python...
Read more >These Pro Carl-bot Embed Tips will Improve Your Discord
Learn how to copy and edit embeds, create clickable text that redirects to a website, ... Become a Member (Discord Server Benefits &...
Read more >Code Your Own Discord Bot - Embeds (2021) - YouTube
Adding embeds can make your bot seem more professional. ... Discord Server : https://discord.gg/arJ92B5YNH Twitch Channel: ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
With that setting it doesnt throw.
Got those ratelimit headers: