You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2022. It is now read-only.
I've been trying to use the AndroidLabs app, but when I try to login I get this error on the LabServer:
[!] (OperationalError) no such table: users u'SELECT users.id AS users_id, users.username AS users_username, users.password AS users_password, users.first_name AS users_first_name, users.last_name AS users_last_name \nFROM users \nWHERE users.username = ?\n LIMIT ? OFFSET ?' (u'bsmith', 1, 0)
I would say the database is not being properly initialized? How can I solve this?