Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Feature] ⛔Error Tracker #22

Open
4 tasks
Aluerie opened this issue Jul 4, 2023 · 0 comments
Open
4 tasks

[New Feature] ⛔Error Tracker #22

Aluerie opened this issue Jul 4, 2023 · 0 comments
Labels
🆕 new feature Suggestion for a new feature to be added to the bot. 🌈postponed_till_eternity This probably won't ever be implemented but let's keep the idea close.

Comments

@Aluerie
Copy link
Owner

Aluerie commented Jul 4, 2023

Motivation: let's say Exception happens for a prefix command or interaction (slash or view). Then the user will only see the unexpected error message and that the error will be fixed in future^tm. But when or how or what... Nothing is given. Just try later 4Head.

So it would be nice to provide them a way to subscribe to the fix of the error as in be able to get a notification when the error is fixed.
Also show if error is known like if it ever happened before.

🎯Todo:

  • Track known errors and give them numbers like "Error Bump matplotlib from 3.8.2 to 3.8.3 #69".
    • this would mean database for errors. Something like serial error_type traceback subbed_users subbed_channels. And compare tracebacks. This probably should be done in exc_manager. kinda like packets idea DuckBot guys have.
  • Send a notification when the error is fixed.
    • This i don't like the most since it would mean - I need manually click something or like format commits in a certain way or some boring garbage.
  • Unsub from error
    • Yeah, feature like this is a lot of pointless overhead
  • Show traceback to the user (?)
    • Idk if people are going to be interested.
@Aluerie Aluerie converted this from a draft issue Jul 4, 2023
@Aluerie Aluerie added the 🆕 new feature Suggestion for a new feature to be added to the bot. label Jul 4, 2023
@Aluerie Aluerie changed the title [Error Tracker] New [New Feature] ⛔Error Tracker Feb 4, 2024
@Aluerie Aluerie moved this from 🦆 TODO - Low Priority to 🌈Never happening in AluBot 💜 ToDo list; [ ] in title means - click the card for more info Feb 4, 2024
@Aluerie Aluerie added the 🌈postponed_till_eternity This probably won't ever be implemented but let's keep the idea close. label Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🆕 new feature Suggestion for a new feature to be added to the bot. 🌈postponed_till_eternity This probably won't ever be implemented but let's keep the idea close.
Development

No branches or pull requests

1 participant