-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Sentry Issue: WREN-API-SERVER-1E
IntegrityError: (asyncmy.errors.IntegrityError) (1048, "Column 'email' cannot be null")
[SQL: INSERT INTO users (email, anonymized_email, google_refresh_token, apple_uid, apple_refresh_token, apple_refresh_token_client_id_type, apple_refresh_token_last_verified_utc, apple_oauth_mail_forwarding_enabled, google_uid, first_name, last_name, is_admin, date_created_utc, last_search_time_utc, linked_mls_agent_object_id, settings_id, last_login_time_utc, last_search_id) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)]
[parameters: (None, None, None, None, None, None, None, None, '113804824209390949371', None, None, 0, datetime.datetime(2024, 1, 18, 4, 24, 14, 649220, tzinfo=<UTC>), datetime.datetime(2024, 1, 18, 4, 24, 14, 649237, tzinfo=<UTC>), None, 57, datetime.datetime(2024, 1, 18, 4, 24, 14, 649241, tzinfo=<UTC>), None)]
(Background on this error at: https://sqlalche.me/e/20/gkpj)
(95 additional frame(s) were not displayed)
...
File "asyncmy/connection.pyx", line 644, in read_packet
packet.raise_for_error()
File "asyncmy/protocol.pyx", line 190, in asyncmy.protocol.MysqlPacket.raise_for_error
cpdef raise_for_error(self):
File "asyncmy/protocol.pyx", line 194, in asyncmy.protocol.MysqlPacket.raise_for_error
errors.raise_mysql_exception(self._data)
File "asyncmy/errors.pyx", line 128, in asyncmy.errors.raise_mysql_exception
cpdef raise_mysql_exception(bytes data):
File "asyncmy/errors.pyx", line 137, in asyncmy.errors.raise_mysql_exception
raise error_class(errno, err_val)
Metadata
Metadata
Assignees
Labels
No labels