OStillman / ODACShows

Splitting out PI_Webserver to contain the most useful aspects. This focuses on the Show Planner, with a new name of ODAC Shows
0 stars 0 forks source link

Database addition fails for Live Shows - How would the user know? #9

Open OStillman opened 3 years ago

OStillman commented 3 years ago

Currently, when adding the live show to the database, the Try/Catch will only respond to a KeyError. That works well, as generally speaking the show being found will return the correct data and be added easily into the database.

However, if an error related to the database occurs, the user will be none-the-wiser until they see their show has not been added, and undertake lengthy debugging.

A catch on the database addition needs to be included.

OStillman commented 3 years ago

Ticket linked to #10 for overall view of what needs to be resolved with database error catching