This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Description
Hi,
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?
Thanks