russellaugust / call-of-cthulhu-dicebot

A Call of Cthulhu dicebot that is tailored specificly to rolls for the tabletop game. It will also include a character sheet organizer linked directly to the dicebot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crashing DB

russellaugust opened this issue · comments

The database switch to remote is causing errors when something is badly referenced. If a table is wrong or I attempt a db call that fails, it essentially freezes the database. This is due to the database call never getting completed so it just keeps piling more things on. I need to error check or whatever.