Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database Table Error #2

Open
SainiBhavesh opened this issue Jun 17, 2023 · 1 comment
Open

Database Table Error #2

SainiBhavesh opened this issue Jun 17, 2023 · 1 comment

Comments

@SainiBhavesh
Copy link

sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: l_user
[SQL: SELECT l_user.id AS l_user_id, l_user.username AS l_user_username, l_user.email AS l_user_email, l_user.image_file AS l_user_image_file, l_user.password AS l_user_password
FROM l_user
WHERE l_user.username = ?
LIMIT ? OFFSET ?]
[parameters: ('Bhavesh Saini', 1, 0)]
(Background on this error at: https://sqlalche.me/e/20/e3q8)

I got stuck here while registering a new user . How to resolve this

@AryanNewgen
Copy link

Did you add your own 2 databases in init.py directory before running flask application, and updated your database path init.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants