Include error handling in performed actions to log them on Discord #65
Labels
No labels
bug
commands
Custom MC chat
dependencies
duplicate
enhancement
error reporting
fun
help wanted
invalid
investigating
Minecraft chat
needs testing
plugin autoupdater
question
role module
SERIOUS BUG
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ChromaGaming/Chroma-Discord#65
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Can be helpful for issues like #64.
Pass action with try-catch to RequestBuffer.
This would report every time it fails to send, not when it gave up. A hacky solution could be throwing a custom exception that overrides getStackTrace() and printStackTrace() to report the error. A way less hacky one would be to count how many times the exception occurs.
v3 makes it much easier with the request only failing once it finally gives up. I should reintroduce a wrapper method.