iftechfoundation / ifdb

The software behind the Interactive Fiction Database (IFDB)
Other
23 stars 18 forks source link

Game tagging UI doesn't display server-side error messages #396

Closed dfabulich closed 15 hours ago

dfabulich commented 1 month ago

When the server returns an error tagging a game, the viewgame page doesn't show the exact error message. It just shows the numeric status code, e.g: "An error occurred sending the update to the server. (401) Please try again later."

That's unfortunate, because the response message sometimes includes a message about what the problem was and what to do about it.