Hi I'm trying to connect to a sqlite database, and I keep getting a "no such table" error; however, I can see the table in a bash console. I connect to the db in two places, in the web application itself, and in an associated python file. I think it's the web app that's throwing the error, but I don't get a line number or anything for the error. I've trying copying the database into a new one, but that doesn't seem to work either. If I have to recreate the database, that's fine, but I'd love to fix it first.