Tabletop-Mirror / Issues-and-Tasks

0 stars 0 forks source link

Gracefully Handle HTTP and Evaluator Errors across TTM #104

Closed VarunS1997 closed 3 months ago

VarunS1997 commented 3 months ago

This is a pretty big task, but we should basically gracefully capture information about why a page is erroring out (like HTTP request code or evaluator failure or etc and display that instead of our fairly generic pages right now).

This was highly requested by the community, so let's do it!

VarunS1997 commented 3 months ago

We have finished implementing the basic structure of this in 2024.06.01.

It was an endeavor and so is possible to cause more errors.

The remaining TODOs for this item before we ship it out:

VarunS1997 commented 3 months ago

Selector dialogs mostly should be working correctly, but could have an issue still. See: #106

Otherwise, this ticket is done.