lcnetdev / scriptshifter

Creative Commons Zero v1.0 Universal
15 stars 6 forks source link

Application exceptions not surfacing correctly in UI #115

Closed scossu closed 3 months ago

scossu commented 3 months ago

Some exceptions thrown by the application are causing the rendering of an HTML error page instead of a JSON response with the appropriate error message. This breaks the UI that always expect a JSON response.

To replicate: select S2R for Chinese (which is not supported) and attempt transliteration of a Roman string.

scossu commented 3 months ago

Fixed in ccafaee.