You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.AggregateException: One or more errors occurred. (Errors editing text RATELIMIT) ---> System.Exception: Errors editing text RATELIMIT at RedditSharp.Things.Comment.EditTextAsync(String newText) in C:\Projects\delta-bot-four\RedditSharp\Things\Comment.cs:line 213 at DeltaBotFour.Reddit.Implementation.RedditSharpRedditService.<>cDisplayClass9_0.<b0>d.MoveNext() in C:\Projects\delta-bot-four\DeltaBotFour.Reddit\Implementation\RedditSharpRedditService.cs:line 143 --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at DeltaBotFour.Reddit.Implementation.RedditSharpRedditService.EditComment(DB4Thing comment, String editedComment) in C:\Projects\delta-bot-four\DeltaBotFour.Reddit\Implementation\RedditSharpRedditService.cs:line 138 at DeltaBotFour.Infrastructure.Implementation.CommentReplier.EditReply(DB4Thing commentToEdit, DB4Comment db4Comment) in C:\Projects\delta-bot-four\DeltaBotFour.Infrastructure\Implementation\CommentReplier.cs:line 39 at DeltaBotFour.Infrastructure.Implementation.StickyCommentEditor.UpsertOrRemove(DB4Thing post, Nullable`1 deltaCount, WATTArticle article, String deltaLogPostUrl) in C:\Projects\delta-bot-four\DeltaBotFour.Infrastructure\Implementation\StickyCommentEditor.cs:line 74 at DeltaBotFour.Infrastructure.Implementation.DeltaAwarder.Award(DB4Thing comment) in C:\Projects\delta-bot-four\DeltaBotFour.Infrastructure\Implementation\DeltaAwarder.cs:line 121 at DeltaBotFour.Infrastructure.Implementation.PrivateMessageHandlers.ModAddDeltaPMHandler.Handle(DB4Thing privateMessage) in C:\Projects\delta-bot-four\DeltaBotFour.Infrastructure\Implementation\PrivateMessageHandlers\ModAddDeltaPMHandler.cs:line 81
The text was updated successfully, but these errors were encountered:
I got this error message for an add command:
Add failed. DeltaBot is very sorry :(
Send this to a DeltaBot dev:
System.AggregateException: One or more errors occurred. (Errors editing text RATELIMIT) ---> System.Exception: Errors editing text RATELIMIT at RedditSharp.Things.Comment.EditTextAsync(String newText) in C:\Projects\delta-bot-four\RedditSharp\Things\Comment.cs:line 213 at DeltaBotFour.Reddit.Implementation.RedditSharpRedditService.<>cDisplayClass9_0.<b0>d.MoveNext() in C:\Projects\delta-bot-four\DeltaBotFour.Reddit\Implementation\RedditSharpRedditService.cs:line 143 --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at DeltaBotFour.Reddit.Implementation.RedditSharpRedditService.EditComment(DB4Thing comment, String editedComment) in C:\Projects\delta-bot-four\DeltaBotFour.Reddit\Implementation\RedditSharpRedditService.cs:line 138 at DeltaBotFour.Infrastructure.Implementation.CommentReplier.EditReply(DB4Thing commentToEdit, DB4Comment db4Comment) in C:\Projects\delta-bot-four\DeltaBotFour.Infrastructure\Implementation\CommentReplier.cs:line 39 at DeltaBotFour.Infrastructure.Implementation.StickyCommentEditor.UpsertOrRemove(DB4Thing post, Nullable`1 deltaCount, WATTArticle article, String deltaLogPostUrl) in C:\Projects\delta-bot-four\DeltaBotFour.Infrastructure\Implementation\StickyCommentEditor.cs:line 74 at DeltaBotFour.Infrastructure.Implementation.DeltaAwarder.Award(DB4Thing comment) in C:\Projects\delta-bot-four\DeltaBotFour.Infrastructure\Implementation\DeltaAwarder.cs:line 121 at DeltaBotFour.Infrastructure.Implementation.PrivateMessageHandlers.ModAddDeltaPMHandler.Handle(DB4Thing privateMessage) in C:\Projects\delta-bot-four\DeltaBotFour.Infrastructure\Implementation\PrivateMessageHandlers\ModAddDeltaPMHandler.cs:line 81
The text was updated successfully, but these errors were encountered: