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
Hi there,
your work and this bot are much appreciated. I am self-hosting this code, hopefully this feedback helps. I shall open a number of issues - please close/manage at your convenience.
in the admin-panel, if you do not satisfy the correct data type, it will throw a 500 error, but the detailed error msg is only in the logs, the admin user (with no access to logs) will not know whats happening.
A few examples: string instead of integer for health, attack, etc - but also for emoji id - in addition all discord ids are checked to have 17-19 digits. All this will give 500 error in the UI without details.
Furthermore the admin in the UI needs to start over again with entering all values again from scratch (frustrating).
Can these errors not be caught and handled in the code? the 500 screen seems to be native from fastapi or tabler.
Chris
The text was updated successfully, but these errors were encountered:
Yep the admin panel is quite finnicky.
Currently we have no plans to update this as one of our stretch goals is to create a new panel in it's entirety. We are drawing up plans for our future architecture and how it will look in the future.
Hi there,
your work and this bot are much appreciated. I am self-hosting this code, hopefully this feedback helps. I shall open a number of issues - please close/manage at your convenience.
in the admin-panel, if you do not satisfy the correct data type, it will throw a 500 error, but the detailed error msg is only in the logs, the admin user (with no access to logs) will not know whats happening.
A few examples: string instead of integer for health, attack, etc - but also for emoji id - in addition all discord ids are checked to have 17-19 digits. All this will give 500 error in the UI without details.
Furthermore the admin in the UI needs to start over again with entering all values again from scratch (frustrating).
Can these errors not be caught and handled in the code? the 500 screen seems to be native from fastapi or tabler.
Chris
The text was updated successfully, but these errors were encountered: