DefensePointSecurity / threat_note

DPS' Lightweight Investigation Notebook
Apache License 2.0
423 stars 97 forks source link

Cannot first login #100

Closed N3d closed 8 years ago

N3d commented 8 years ago

Hello,

I would like to try this tool but I am having problem from the beginning. Trying to register the first user I receive "Internal Server Error". I added app.debug = True for Flask and the error is:

OperationalError: (sqlite3.OperationalError) no such table: users [SQL: u'SELECT users._id AS users__id, users.user AS users_user, users.email AS users_email, users."key" AS users_key \nFROM users \nWHERE users.user = ?\n LIMIT ? OFFSET ?'] [parameters: (u'aaa', 1, 0)]

Looks like there is no User table. How can I fix this problem?

Thanks

brianwarehime commented 8 years ago

Looks fixed on my end. Thanks @sroberts!