Include error handling in performed actions to log them on Discord #65

Open
opened 2018-06-29 23:17:00 +00:00 by NorbiPeti · 2 comments
NorbiPeti commented 2018-06-29 23:17:00 +00:00 (Migrated from github.com)

Can be helpful for issues like #64.

Pass action with try-catch to RequestBuffer.

Can be helpful for issues like #64. Pass action with try-catch to RequestBuffer.
NorbiPeti commented 2018-07-11 12:03:21 +00:00 (Migrated from github.com)

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.

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.
NorbiPeti commented 2019-05-30 21:27:13 +00:00 (Migrated from github.com)

v3 makes it much easier with the request only failing once it finally gives up. I should reintroduce a wrapper method.

v3 makes it much easier with the request only failing once it finally gives up. I should reintroduce a wrapper method.
Sign in to join this conversation.
No description provided.