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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: