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
IntegrityError: NOT NULL constraint failed: users.email
File "peewee.py", line 3252, in execute_sql
cursor.execute(sql, params or ())
IntegrityError: NOT NULL constraint failed: users.email
(11 additional frame(s) were not displayed)
...
File "app/scheduler.py", line 60, in scan_users
global_sync_users_to_media_server()
File "helpers/universal.py", line 214, in global_sync_users_to_media_server
sync_plex_users()
File "helpers/plex.py", line 287, in sync_plex_users
create_user(username=plex_user.username, token=plex_user.id, email=plex_user.email)
File "helpers/users.py", line 162, in create_user
user: Users = Users.create(**user_model)
Job "<Job (id=syncUsers name=scan_users)>" raised an exception
The text was updated successfully, but these errors were encountered:
Sentry Issue: WIZARR-BACKEND-5
The text was updated successfully, but these errors were encountered: